Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump webpack from 5.88.1 to 5.94.0 #10455

Merged
merged 3 commits into from
Aug 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2024

Bumps webpack from 5.88.1 to 5.94.0.

Release notes

Sourced from webpack's releases.

v5.94.0

Bug Fixes

  • Added runtime condition for harmony reexport checked
  • Handle properly data/http/https protocols in source maps
  • Make bigint optimistic when browserslist not found
  • Move @​types/eslint-scope to dev deps
  • Related in asset stats is now always an array when no related found
  • Handle ASI for export declarations
  • Mangle destruction incorrect with export named default properly
  • Fixed unexpected asi generation with sequence expression
  • Fixed a lot of types

New Features

  • Added new external type "module-import"
  • Support webpackIgnore for new URL() construction
  • [CSS] @import pathinfo support

Security

  • Fixed DOM clobbering in auto public path

v5.93.0

Bug Fixes

  • Generate correct relative path to runtime chunks
  • Makes DefinePlugin quieter under default log level
  • Fixed mangle destructuring default in namespace import
  • Fixed consumption of eager shared modules for module federation
  • Strip slash for pretty regexp
  • Calculate correct contenthash for CSS generator options

New Features

  • Added the binary generator option for asset modules to explicitly keep source maps produced by loaders
  • Added the modern-module library value for tree shakable output
  • Added the overrideStrict option to override strict or non-strict mode for javascript modules

v5.92.1

Bug Fixes

  • Doesn't crash with an error when the css experiment is enabled and contenthash is used

v5.92.0

Bug Fixes

  • Correct tidle range's comutation for module federation
  • Consider runtime for pure expression dependency update hash
  • Return value in the subtractRuntime function for runtime logic

... (truncated)

Commits
  • eabf85d chore(release): 5.94.0
  • 955e057 security: fix DOM clobbering in auto public path
  • 9822387 test: fix
  • cbb86ed test: fix
  • 5ac3d7f fix: unexpected asi generation with sequence expression
  • 2411661 security: fix DOM clobbering in auto public path
  • b8c03d4 fix: unexpected asi generation with sequence expression
  • f46a03c revert: do not use heuristic fallback for "module-import"
  • 60f1898 fix: do not use heuristic fallback for "module-import"
  • 66306aa Revert "fix: module-import get fallback from externalsPresets"
  • 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.

Bumps [webpack](https://github.com/webpack/webpack) from 5.88.1 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.88.1...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the pr: dependencies Pull requests that update a dependency file label Aug 29, 2024
@facebook-github-bot facebook-github-bot added the CLA Signed Signed Facebook CLA label Aug 29, 2024
Copy link

github-actions bot commented Aug 29, 2024

⚡️ Lighthouse report for the deploy preview of this PR

URL Performance Accessibility Best Practices SEO Report
/ 🟠 75 🟢 98 🟢 96 🟢 100 Report
/docs/installation 🟠 55 🟢 97 🟢 100 🟢 100 Report
/docs/category/getting-started 🟠 75 🟢 100 🟢 100 🟠 86 Report
/blog 🟠 63 🟢 96 🟢 100 🟠 86 Report
/blog/preparing-your-site-for-docusaurus-v3 🔴 48 🟢 92 🟢 100 🟢 100 Report
/blog/tags/release 🟠 65 🟢 96 🟢 100 🟠 86 Report
/blog/tags 🟠 74 🟢 100 🟢 100 🟠 86 Report

slorber referenced this pull request in webpack/webpack Aug 29, 2024
@slorber
Copy link
Collaborator

slorber commented Aug 29, 2024

Going to add a @ts-expect-error because to me this is a Webpack type too narrow: our former code keeps working:

 new webpack.EnvironmentPlugin(
            // See https://github.com/webpack/webpack/commit/adf2a6b7c6077fd806ea0e378c1450cccecc9ed0#r145989788
            // @ts-expect-error: bad Webpack type?
            {
              PWA_DEBUG: debug,
              PWA_SERVICE_WORKER_URL: path.posix.resolve(
                `${(config.output?.publicPath as string) || '/'}`,
                'sw.js',
              ),
              PWA_OFFLINE_MODE_ACTIVATION_STRATEGIES:
                offlineModeActivationStrategies,
            },
          ),

Webpack EnvironmentPlugin seem to still be able to serialize JSON values.

Proof by logging bundle runtime values

CleanShot 2024-08-29 at 14 59 07

And I just found a related bug report: webpack/webpack#18719

Copy link

github-actions bot commented Aug 29, 2024

Size Change: +120 B (0%)

Total Size: 11.6 MB

Filename Size Change
website/build/assets/js/main.********.js 666 kB -51 B (-0.01%)
ℹ️ View Unchanged
Filename Size Change
website/.docusaurus/codeTranslations.json 2 B 0 B
website/.docusaurus/docusaurus.config.mjs 27.9 kB 0 B
website/.docusaurus/globalData.json 30.2 kB 0 B
website/.docusaurus/i18n.json 930 B 0 B
website/.docusaurus/registry.js 155 kB 0 B
website/.docusaurus/routes.js 74.3 kB 0 B
website/.docusaurus/routesChunkNames.json 81.7 kB 0 B
website/.docusaurus/site-metadata.json 2.17 kB 0 B
website/build/assets/css/styles.********.css 113 kB +12 B (+0.01%)
website/build/blog.html 61.4 kB 0 B
website/build/blog/2017/12/14/introducing-docusaurus.html 74.8 kB -3 B (0%)
website/build/blog/2018/04/30/How-I-Converted-Profilo-To-Docusaurus.html 47.3 kB +10 B (+0.02%)
website/build/blog/2018/09/11/Towards-Docusaurus-2.html 51.7 kB +10 B (+0.02%)
website/build/blog/2018/12/14/Happy-First-Birthday-Slash.html 33.3 kB -3 B (-0.01%)
website/build/blog/2019/12/30/docusaurus-2019-recap.html 39.6 kB -3 B (-0.01%)
website/build/blog/2020/01/07/tribute-to-endi.html 34 kB -3 B (-0.01%)
website/build/blog/2021/01/19/docusaurus-2020-recap.html 48.9 kB -3 B (-0.01%)
website/build/blog/2021/03/09/releasing-docusaurus-i18n.html 45.1 kB -3 B (-0.01%)
website/build/blog/2021/05/12/announcing-docusaurus-two-beta.html 51.9 kB -3 B (-0.01%)
website/build/blog/2021/11/21/algolia-docsearch-migration.html 53 kB +10 B (+0.02%)
website/build/blog/2022/01/24/docusaurus-2021-recap.html 44.5 kB -3 B (-0.01%)
website/build/blog/2022/08/01/announcing-docusaurus-2.0.html 142 kB -3 B (0%)
website/build/blog/2022/09/01/docusaurus-2.1.html 50.9 kB -3 B (-0.01%)
website/build/blog/archive.html 24.7 kB 0 B
website/build/blog/authors.html 46.5 kB 0 B
website/build/blog/authors/j-marcey.html 75 kB 0 B
website/build/blog/authors/josh-cena.html 45.9 kB 0 B
website/build/blog/authors/lex-111.html 57.4 kB 0 B
website/build/blog/authors/slorber.html 61.5 kB 0 B
website/build/blog/authors/slorber/authors/2.html 65.4 kB 0 B
website/build/blog/authors/slorber/authors/3.html 84.9 kB 0 B
website/build/blog/authors/slorber/authors/4.html 44.7 kB 0 B
website/build/blog/authors/yangshun.html 65 kB 0 B
website/build/blog/authors/zpao.html 46.3 kB 0 B
website/build/blog/page/2.html 66 kB 0 B
website/build/blog/page/3.html 74.6 kB 0 B
website/build/blog/page/4.html 68.6 kB 0 B
website/build/blog/page/5.html 44.7 kB 0 B
website/build/blog/preparing-your-site-for-docusaurus-v3.html 138 kB -3 B (0%)
website/build/blog/releases/2.2.html 49.6 kB -2 B (0%)
website/build/blog/releases/2.3.html 60.8 kB -2 B (0%)
website/build/blog/releases/2.4.html 65.3 kB -2 B (0%)
website/build/blog/releases/3.0.html 111 kB +10 B (+0.01%)
website/build/blog/releases/3.1.html 52 kB -1 B (0%)
website/build/blog/releases/3.2.html 48.8 kB -2 B (0%)
website/build/blog/releases/3.3.html 55.5 kB -2 B (0%)
website/build/blog/releases/3.4.html 55.8 kB +5 B (+0.01%)
website/build/blog/releases/3.5.html 58 kB +8 B (+0.01%)
website/build/blog/tags.html 28.6 kB 0 B
website/build/blog/upgrading-frontend-dependencies-with-confidence-using-visual-regression-testing.html 128 kB -2 B (0%)
website/build/docs.html 49.4 kB +7 B (+0.01%)
website/build/docs/advanced.html 31.1 kB -2 B (-0.01%)
website/build/docs/advanced/architecture.html 30.7 kB +2 B (+0.01%)
website/build/docs/advanced/client.html 76 kB -2 B (0%)
website/build/docs/advanced/plugins.html 58.6 kB -2 B (0%)
website/build/docs/advanced/routing.html 73.9 kB +6 B (+0.01%)
website/build/docs/advanced/ssg.html 81.5 kB -2 B (0%)
website/build/docs/api/docusaurus-config.html 202 kB -2 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin.html 48.3 kB +2 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/no-html-links.html 38.1 kB -2 B (-0.01%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/no-untranslated-text.html 37 kB -2 B (-0.01%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/prefer-docusaurus-heading.html 38.3 kB +2 B (+0.01%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/string-literal-i18n-messages.html 41.9 kB -2 B (0%)
website/build/docs/api/misc/@docusaurus/logger.html 39.8 kB -2 B (-0.01%)
website/build/docs/api/misc/create-docusaurus.html 34.9 kB -2 B (-0.01%)
website/build/docs/api/plugin-methods.html 67.4 kB +2 B (0%)
website/build/docs/api/plugin-methods/extend-infrastructure.html 63 kB +2 B (0%)
website/build/docs/api/plugin-methods/i18n-lifecycles.html 60.7 kB +2 B (0%)
website/build/docs/api/plugin-methods/lifecycle-apis.html 170 kB -2 B (0%)
website/build/docs/api/plugin-methods/static-methods.html 46.5 kB +2 B (0%)
website/build/docs/api/plugins.html 31.7 kB -2 B (-0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-client-redirects.html 62.6 kB +11 B (+0.02%)
website/build/docs/api/plugins/@docusaurus/plugin-content-blog.html 198 kB +11 B (+0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-content-docs.html 202 kB +7 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-pages.html 78 kB -2 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-debug.html 50.5 kB -2 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-google-analytics.html 51.5 kB -2 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-google-gtag.html 51 kB -6 B (-0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-google-tag-manager.html 49.8 kB -2 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-ideal-image.html 51.1 kB +2 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-pwa.html 122 kB +2 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-sitemap.html 68.5 kB +4 B (+0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-vercel-analytics.html 42.2 kB +10 B (+0.02%)
website/build/docs/api/themes.html 30.4 kB -2 B (-0.01%)
website/build/docs/api/themes/@docusaurus/theme-classic.html 46.4 kB +2 B (0%)
website/build/docs/api/themes/@docusaurus/theme-live-codeblock.html 38.6 kB +2 B (+0.01%)
website/build/docs/api/themes/@docusaurus/theme-mermaid.html 37.5 kB +2 B (+0.01%)
website/build/docs/api/themes/@docusaurus/theme-search-algolia.html 34.7 kB -2 B (-0.01%)
website/build/docs/api/themes/configuration.html 256 kB +5 B (0%)
website/build/docs/blog.html 219 kB +4 B (0%)
website/build/docs/browser-support.html 51 kB -2 B (0%)
website/build/docs/category/getting-started.html 28.3 kB 0 B
website/build/docs/category/guides.html 36.4 kB 0 B
website/build/docs/cli.html 63.8 kB -1 B (0%)
website/build/docs/configuration.html 98.5 kB +2 B (0%)
website/build/docs/create-doc.html 65.3 kB +10 B (+0.02%)
website/build/docs/creating-pages.html 59.1 kB -1 B (0%)
website/build/docs/deployment.html 211 kB +7 B (0%)
website/build/docs/docs-introduction.html 53.6 kB -2 B (0%)
website/build/docs/docs-multi-instance.html 78.7 kB +2 B (0%)
website/build/docs/docusaurus-core.html 245 kB -2 B (0%)
website/build/docs/guides/whats-next.html 32.8 kB -2 B (-0.01%)
website/build/docs/i18n/crowdin.html 151 kB +10 B (+0.01%)
website/build/docs/i18n/git.html 82.7 kB +2 B (0%)
website/build/docs/i18n/introduction.html 50.8 kB -2 B (0%)
website/build/docs/i18n/tutorial.html 171 kB +11 B (+0.01%)
website/build/docs/installation.html 73 kB +10 B (+0.01%)
website/build/docs/introduction/index.html 280 B 0 B
website/build/docs/markdown-features.html 83.2 kB -1 B (0%)
website/build/docs/markdown-features/admonitions.html 119 kB +2 B (0%)
website/build/docs/markdown-features/assets.html 93.5 kB 0 B
website/build/docs/markdown-features/code-blocks.html 245 kB +2 B (0%)
website/build/docs/markdown-features/diagrams.html 56 kB +12 B (+0.02%)
website/build/docs/markdown-features/head-metadata.html 52.8 kB -2 B (0%)
website/build/docs/markdown-features/links.html 43.1 kB -2 B (0%)
website/build/docs/markdown-features/math-equations.html 95.4 kB +9 B (+0.01%)
website/build/docs/markdown-features/plugins.html 101 kB +6 B (+0.01%)
website/build/docs/markdown-features/react.html 144 kB -2 B (0%)
website/build/docs/markdown-features/tabs.html 148 kB -2 B (0%)
website/build/docs/markdown-features/toc.html 88.8 kB +2 B (0%)
website/build/docs/migration.html 43 kB -3 B (-0.01%)
website/build/docs/migration/v2.html 41.3 kB -2 B (0%)
website/build/docs/migration/v2/automated.html 42.6 kB -2 B (0%)
website/build/docs/migration/v2/manual.html 207 kB -2 B (0%)
website/build/docs/migration/v2/translated-sites.html 52.8 kB -2 B (0%)
website/build/docs/migration/v2/versioned-sites.html 67.2 kB -2 B (0%)
website/build/docs/migration/v3.html 218 kB -1 B (0%)
website/build/docs/playground.html 32.5 kB -2 B (-0.01%)
website/build/docs/resources/index.html 325 B 0 B
website/build/docs/search.html 121 kB -1 B (0%)
website/build/docs/seo.html 93 kB +11 B (+0.01%)
website/build/docs/sidebar.html 136 kB +2 B (0%)
website/build/docs/sidebar/autogenerated.html 156 kB +11 B (+0.01%)
website/build/docs/sidebar/items.html 188 kB -2 B (0%)
website/build/docs/sidebar/multiple-sidebars.html 67.1 kB +2 B (0%)
website/build/docs/static-assets.html 56.3 kB +2 B (0%)
website/build/docs/styling-layout.html 141 kB -2 B (0%)
website/build/docs/support/index.html 319 B 0 B
website/build/docs/swizzling.html 120 kB +12 B (+0.01%)
website/build/docs/team/index.html 310 B 0 B
website/build/docs/typescript-support.html 65.4 kB -2 B (0%)
website/build/docs/using-plugins.html 115 kB +11 B (+0.01%)
website/build/docs/versioning.html 87.1 kB +11 B (+0.01%)
website/build/index.html 37.8 kB 0 B

compressed-size-action

@slorber slorber added the Argos Add this label to run UI visual regression tests. See argos.yml GH action. label Aug 29, 2024
Copy link

argos-ci bot commented Aug 29, 2024

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No changes detected - Aug 29, 2024, 2:24 PM

Copy link

netlify bot commented Aug 29, 2024

[V2]

Name Link
🔨 Latest commit 6f5087d
🔍 Latest deploy log https://app.netlify.com/sites/docusaurus-2/deploys/66d082e5846ca40008d276cc
😎 Deploy Preview https://deploy-preview-10455--docusaurus-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@slorber slorber merged commit 200b38b into main Aug 29, 2024
37 checks passed
@slorber slorber deleted the dependabot/npm_and_yarn/webpack-5.94.0 branch August 29, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Argos Add this label to run UI visual regression tests. See argos.yml GH action. CLA Signed Signed Facebook CLA pr: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants