[PR #202] [CLOSED] Bump webpack from 5.93.0 to 5.96.1 in /supabase/email-templates #199

Closed
opened 2025-10-31 16:59:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/202
Author: @dependabot[bot]
Created: 11/10/2024
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/supabase/email-templates/webpack-5.96.1


📝 Commits (1)

  • 2f4c61e Bump webpack from 5.93.0 to 5.96.1 in /supabase/email-templates

📊 Changes

1 file changed (+455 additions, -5717 deletions)

View changed files

📝 supabase/email-templates/package-lock.json (+455 -5717)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps webpack from 5.93.0 to 5.96.1.

Release notes

Sourced from webpack's releases.

v5.96.1

Bug Fixes

  • [Types] Add @types/eslint-scope to dependencieS
  • [Types] Fixed regression in validate

v5.96.0

Bug Fixes

  • Fixed Module Federation should track all referenced chunks
  • Handle Data URI without base64 word
  • HotUpdateChunk have correct runtime when modified with new runtime
  • Order of chunks ids in generated chunk code
  • No extra Javascript chunks when using asset module as an entrypoint
  • Use optimistically logic for output.environment.dynamicImport to determine chunk format when no browserslist or target
  • Collision with global variables for optimization.avoidEntryIife
  • Avoid through variables in inlined module
  • Allow chunk template strings in output.devtoolNamespace
  • No extra runtime for get javascript/css chunk filename
  • No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS
  • Avoid cache invalidation using ProgressPlugin
  • Increase parallelism when using importModule on the execution stage
  • Correctly parsing string in export and import
  • Typescript types
  • [CSS] css/auto considers a module depending on its filename as css (pure CSS) or css/local, before it was css/global and css/local
  • [CSS] Always interpolate classes even if they are not involved in export
  • [CSS] No extra runtime in Javascript runtime chunks for asset modules used in CSS
  • [CSS] No extra runtime in Javascript runtime chunks for external asset modules used in CSS
  • [CSS] No extra runtime for the node target
  • [CSS] Fixed url()s and @import parsing
  • [CSS] Fixed - emit a warning on broken :local and :global

New Features

  • Export CSS and ESM runtime modules
  • Single Runtime Chunk and Federation eager module hoisting
  • [CSS] Support /* webpackIgnore: true */ for CSS files
  • [CSS] Support src() support
  • [CSS] CSS nesting in CSS modules

v5.95.0

Bug Fixes

  • Fixed hanging when attempting to read a symlink-like file that it can't read
  • Handle default for import context element dependency
  • Merge duplicate chunks call after split chunks
  • Generate correctly code for dynamically importing the same file twice and destructuring
  • Use content hash as [base] and [name] for extracted DataURI's
  • Distinguish module and import in module-import for externals import's

... (truncated)

Commits
  • d4ced73 chore(release): 5.96.1
  • 7d6dbea fix: types regression in validate
  • 5c556e3 fix: types regression in validate
  • 2420eae fix: add @types/eslint-scope to dependencies due types regression
  • ec45d2d fix: add @types/eslint-scope to dependencies
  • aff0c3e chore(release): 5.96.0
  • 6f11ec1 refactor: module source types code
  • b07142f refactor: module source types code
  • 7d98b3c fix: Module Federation should track all referenced chunks
  • 6d09769 chore: linting
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/202 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/10/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/supabase/email-templates/webpack-5.96.1` --- ### 📝 Commits (1) - [`2f4c61e`](https://github.com/feeddeck/feeddeck/commit/2f4c61e08de68b7db5525a37dd459fea62803d0a) Bump webpack from 5.93.0 to 5.96.1 in /supabase/email-templates ### 📊 Changes **1 file changed** (+455 additions, -5717 deletions) <details> <summary>View changed files</summary> 📝 `supabase/email-templates/package-lock.json` (+455 -5717) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to 5.96.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.96.1</h2> <h2>Bug Fixes</h2> <ul> <li><strong>[Types]</strong> Add <code>@types/eslint-scope</code> to dependencieS</li> <li><strong>[Types]</strong> Fixed regression in <code>validate</code></li> </ul> <h2>v5.96.0</h2> <h2>Bug Fixes</h2> <ul> <li>Fixed Module Federation should track all referenced chunks</li> <li>Handle Data URI without base64 word</li> <li>HotUpdateChunk have correct runtime when modified with new runtime</li> <li>Order of chunks ids in generated chunk code</li> <li>No extra Javascript chunks when using asset module as an entrypoint</li> <li>Use optimistically logic for <code>output.environment.dynamicImport</code> to determine chunk format when no browserslist or target</li> <li>Collision with global variables for <code>optimization.avoidEntryIife</code></li> <li>Avoid through variables in inlined module</li> <li>Allow chunk template strings in <code>output.devtoolNamespace</code></li> <li>No extra runtime for get javascript/css chunk filename</li> <li>No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS</li> <li>Avoid cache invalidation using ProgressPlugin</li> <li>Increase parallelism when using <code>importModule</code> on the execution stage</li> <li>Correctly parsing string in <code>export</code> and <code>import</code></li> <li>Typescript types</li> <li><strong>[CSS]</strong> <code>css/auto</code> considers a module depending on its filename as <code>css</code> (pure CSS) or <code>css/local</code>, before it was <code>css/global</code> and <code>css/local</code></li> <li><strong>[CSS]</strong> Always interpolate classes even if they are not involved in export</li> <li><strong>[CSS]</strong> No extra runtime in Javascript runtime chunks for asset modules used in CSS</li> <li><strong>[CSS]</strong> No extra runtime in Javascript runtime chunks for external asset modules used in CSS</li> <li><strong>[CSS]</strong> No extra runtime for the <code>node</code> target</li> <li><strong>[CSS]</strong> Fixed <code>url()</code>s and <code>@import</code> parsing</li> <li><strong>[CSS]</strong> Fixed - emit a warning on broken :local and :global</li> </ul> <h2>New Features</h2> <ul> <li>Export CSS and ESM runtime modules</li> <li>Single Runtime Chunk and Federation eager module hoisting</li> <li><strong>[CSS]</strong> Support <code>/* webpackIgnore: true */</code> for CSS files</li> <li><strong>[CSS]</strong> Support <code>src()</code> support</li> <li><strong>[CSS]</strong> CSS nesting in CSS modules</li> </ul> <h2>v5.95.0</h2> <h2>Bug Fixes</h2> <ul> <li>Fixed hanging when attempting to read a symlink-like file that it can't read</li> <li>Handle <code>default</code> for import context element dependency</li> <li>Merge duplicate chunks call after split chunks</li> <li>Generate correctly code for dynamically importing the same file twice and destructuring</li> <li>Use content hash as [base] and [name] for extracted DataURI's</li> <li>Distinguish <code>module</code> and <code>import</code> in <code>module-import</code> for externals <code>import</code>'s</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/d4ced7322229c7d72a7a0d2ca955bdde0c910a0b"><code>d4ced73</code></a> chore(release): 5.96.1</li> <li><a href="https://github.com/webpack/webpack/commit/7d6dbea53c00c431fc19654a30aaa2511204bbd6"><code>7d6dbea</code></a> fix: types regression in validate</li> <li><a href="https://github.com/webpack/webpack/commit/5c556e32c5021980e536c4ae50ee810bba227fcb"><code>5c556e3</code></a> fix: types regression in validate</li> <li><a href="https://github.com/webpack/webpack/commit/2420eaebe2043a0aeeab642e1ec7ff1c299c01ed"><code>2420eae</code></a> fix: add <code>@types/eslint-scope</code> to dependencies due types regression</li> <li><a href="https://github.com/webpack/webpack/commit/ec45d2d8d47f2804c4e5a29019688ebb02dee67a"><code>ec45d2d</code></a> fix: add <code>@types/eslint-scope</code> to dependencies</li> <li><a href="https://github.com/webpack/webpack/commit/aff0c3ed2b31ed16ce8738e02f4b8f97966833f4"><code>aff0c3e</code></a> chore(release): 5.96.0</li> <li><a href="https://github.com/webpack/webpack/commit/6f11ec173161c37dd45c8219ce32cc2fcab09f37"><code>6f11ec1</code></a> refactor: module source types code</li> <li><a href="https://github.com/webpack/webpack/commit/b07142f67218dc89071d17633370fc38294c80b9"><code>b07142f</code></a> refactor: module source types code</li> <li><a href="https://github.com/webpack/webpack/commit/7d98b3c534a5092372ee0c0cf3d28696467abf77"><code>7d98b3c</code></a> fix: Module Federation should track all referenced chunks</li> <li><a href="https://github.com/webpack/webpack/commit/6d0976951fc2b43c855c34000ccbcf9daf034748"><code>6d09769</code></a> chore: linting</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.93.0...v5.96.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.93.0&new-version=5.96.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/feeddeck/feeddeck/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:59:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#199