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

Bump webpack from 5.91.0 to 5.94.0 #9054

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps webpack from 5.91.0 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

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
webpack [>= 5.92.a, < 5.93]
webpack [>= 5.93.a, < 5.94]

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 25, 2024
Copy link

codecov bot commented Aug 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.40%. Comparing base (8318d74) to head (ac9ad0a).
Report is 232 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9054      +/-   ##
==========================================
+ Coverage   74.24%   74.40%   +0.16%     
==========================================
  Files        1332     1342      +10     
  Lines       40817    41519     +702     
  Branches     7634     7727      +93     
==========================================
+ Hits        30306    30894     +588     
- Misses      10511    10625     +114     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@grahamlangford grahamlangford merged commit f54155a into main Aug 26, 2024
24 checks passed
@grahamlangford grahamlangford deleted the dependabot/npm_and_yarn/webpack-5.94.0 branch August 26, 2024 13:56
grahamlangford pushed a commit that referenced this pull request Aug 27, 2024
Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.91.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
grahamlangford added a commit that referenced this pull request Aug 27, 2024
* Bump @types/webextension-polyfill from 0.10.7 to 0.12.0

Bumps [@types/webextension-polyfill](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webextension-polyfill) from 0.10.7 to 0.12.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webextension-polyfill)

---
updated-dependencies:
- dependency-name: "@types/webextension-polyfill"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* type fixes

* sidebarSlice.test.ts

* editorStorage.test.ts

* checkAvailableActivatedModComponents.test.ts

* starterBrickModUtils.test.ts

* Tabs.test.tsx

* ActivatedModPanel.test.tsx

* TriggerConfiguration.test.tsx

* more files

* editorSliceHelpers.test.ts

* more files

* more strict null checks

* Revert "more strict null checks"

This reverts commit e34f806.

* Revert "more files"

This reverts commit 92a618c.

* Revert "editorSliceHelpers.test.ts"

This reverts commit 3aa28c1.

* Revert "more files"

This reverts commit 233139b.

* Revert "TriggerConfiguration.test.tsx"

This reverts commit 60bc4d4.

* Revert "ActivatedModPanel.test.tsx"

This reverts commit 8d57036.

* Revert "Tabs.test.tsx"

This reverts commit f42bfed.

* Revert "starterBrickModUtils.test.ts"

This reverts commit 10e9530.

* Revert "checkAvailableActivatedModComponents.test.ts"

This reverts commit cc6e646.

* Revert "editorStorage.test.ts"

This reverts commit 8366437.

* Revert "sidebarSlice.test.ts"

This reverts commit 256a7ac.

* Strict null checks: 95.7% (#9030)

* Revert "Revert "sidebarSlice.test.ts""

This reverts commit 274ab05.

* Revert "Revert "editorStorage.test.ts""

This reverts commit 01663a4.

* Revert "Revert "checkAvailableActivatedModComponents.test.ts""

This reverts commit 2e09285.

* Revert "Revert "starterBrickModUtils.test.ts""

This reverts commit 6a56169.

* Revert "Revert "Tabs.test.tsx""

This reverts commit db37bcf.

* Revert "Revert "ActivatedModPanel.test.tsx""

This reverts commit b9299a3.

* Revert "Revert "TriggerConfiguration.test.tsx""

This reverts commit 3357d9a.

* Revert "Revert "more files""

This reverts commit 1b2fe11.

* Revert "Revert "editorSliceHelpers.test.ts""

This reverts commit f88df33.

* Revert "Revert "more files""

This reverts commit 5eb9e61.

* Revert "Revert "more strict null checks""

This reverts commit c810d26.

* Introduce milestones constant (#9032)

* #9015: improve sidebar diagnostics telemetry (#9033)

* fix integration dependency validation in the extension console (#9036)

* fix integration dependency validation in the extension console

* select integration option during activation flow

* Revert "Bump iframe-resizer from 4.4.5 to 5.2.4 (#9023)" (#9035)

This reverts commit 4e8536d.

* Strict null checks -- 98.0% (#9038)

* saveHelpers.test.ts

* more files

* more files

* more files

* more fixes

* update snapshot

* #9014: race condition waiting for welcome mods to be activated on first run (#9042)

* starterMods -> welcomeMods

* give more context when welcome mod activation doesn't activate any mods

* remove unneeded comment; export ActivateModsResult

* review changes

* rename starterMods.ts -> welcomeMods.ts

* more renaming

* update naming for ActivatedModsResult

* update naming for ActivatedModsResult

* convert comments to jsdoc hints

* #9007 Cleanup mods page & remove standalone mod components (#9040)

* convert view items to selectors

* fix grid/list items and marketplace url

* convert the actions and add packageId to viewmodel

* fix other mod icon usages and cleanup null checks file errors

* fix more errors and add mod action tests

* buildModsList and tests

* buildGetModStatus and tests

* buildGetModVersionStatus and tests and fix names

* buildGetModSharingSource and tests

* buildCanEditModScope and tests

* buildModViewItems

* add more cases to build mods list tests and remove old tests

* fix mod slice tests

* Status tests

* fix some bugs and table layout tests

* fix tests and snapshots

* handle feature flags update

* fix types

* tweak name

* fix dead code

* null checks - ModsPageActions.test

* fix null checks issues

* cleanup

* cleanup

* add files to strict null checks

* assert not null on _recipe property

* uninstall unused package

* auto-add strictNullChecks

* memoize selector

* memoize query input and refetch another query on load

* memoize selector

* fix memoization of mod component selector

* revert memo change and add file to null checks

* fix workshop action

* reset the list properly

* fix test

* fix ref type

* fix ref again

---------

Co-authored-by: Ben Loe <ben@pixiebrix.com>
Co-authored-by: Graham Langford <grahamlangford87@gmail.com>

* Fix bug with form state migration (#9045)

* copy form state on migrate

* fix bug and add tests

* add test file to null checks

* fix word

---------

Co-authored-by: Ben Loe <ben@pixiebrix.com>

* Strict null checks -- 99.7% (#9048)

* adds files

* pr change

* swap order in if

* Bump the patch group with 4 updates (#9051)

Bumps the patch group with 4 updates: [@swc/core](https://github.com/swc-project/swc), [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip), [otpauth](https://github.com/hectorm/otpauth) and [sass-loader](https://github.com/webpack-contrib/sass-loader).


Updates `@swc/core` from 1.7.11 to 1.7.18
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.7.11...v1.7.18)

Updates `knip` from 5.27.2 to 5.27.3
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.27.3/packages/knip)

Updates `otpauth` from 9.3.1 to 9.3.2
- [Release notes](https://github.com/hectorm/otpauth/releases)
- [Commits](hectorm/otpauth@v9.3.1...v9.3.2)

Updates `sass-loader` from 16.0.0 to 16.0.1
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v16.0.0...v16.0.1)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: otpauth
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @testing-library/jest-dom from 6.4.8 to 6.5.0 (#9055)

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.8 to 6.5.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.4.8...v6.5.0)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/node from 22.4.0 to 22.5.0 (#9053)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.0 to 22.5.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* #9039: restrict public marketplace activation (#9063)

* Bump ace-builds from 1.35.4 to 1.36.0 (#9059)

Bumps [ace-builds](https://github.com/ajaxorg/ace-builds) from 1.35.4 to 1.36.0.
- [Release notes](https://github.com/ajaxorg/ace-builds/releases)
- [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md)
- [Commits](ajaxorg/ace-builds@v1.35.4...v1.36.0)

---
updated-dependencies:
- dependency-name: ace-builds
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump tj-actions/changed-files from 44 to 45 (#9050)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 45.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v44...v45)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump webpack from 5.91.0 to 5.94.0 (#9054)

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

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @cfworker/json-schema from 1.12.8 to 2.0.1 (#9061)

Bumps [@cfworker/json-schema](https://github.com/cfworker/cfworker) from 1.12.8 to 2.0.1.
- [Release notes](https://github.com/cfworker/cfworker/releases)
- [Commits](https://github.com/cfworker/cfworker/compare/@cfworker/json-schema@1.12.8...@cfworker/json-schema@2.0.1)

---
updated-dependencies:
- dependency-name: "@cfworker/json-schema"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bug - Fix redux persist migrations for sidebar state, related to welcome mod activation (#9067)

* fix migrate max version function

* update test

---------

Co-authored-by: Ben Loe <ben@pixiebrix.com>

* Strict Null Checks Final (#9049)

* adds files

* wip

* enforce strict null checks for all files

* lint fixes

* handle bad comment

* pr review changes

* missed file save

* Bump @sinonjs/fake-timers from 11.2.2 to 13.0.1 (#9066)

Bumps [@sinonjs/fake-timers](https://github.com/sinonjs/fake-timers) from 11.2.2 to 13.0.1.
- [Release notes](https://github.com/sinonjs/fake-timers/releases)
- [Changelog](https://github.com/sinonjs/fake-timers/blob/main/CHANGELOG.md)
- [Commits](sinonjs/fake-timers@v11.2.2...v13.0.1)

---
updated-dependencies:
- dependency-name: "@sinonjs/fake-timers"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @axe-core/playwright from 4.9.1 to 4.10.0 (#9052)

Bumps [@axe-core/playwright](https://github.com/dequelabs/axe-core-npm) from 4.9.1 to 4.10.0.
- [Release notes](https://github.com/dequelabs/axe-core-npm/releases)
- [Changelog](https://github.com/dequelabs/axe-core-npm/blob/v4.10.0/CHANGELOG.md)
- [Commits](dequelabs/axe-core-npm@v4.9.1...v4.10.0)

---
updated-dependencies:
- dependency-name: "@axe-core/playwright"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @total-typescript/ts-reset from 0.5.1 to 0.6.0 (#9057)

* Bump @total-typescript/ts-reset from 0.5.1 to 0.6.0

Bumps [@total-typescript/ts-reset](https://github.com/total-typescript/ts-reset) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/total-typescript/ts-reset/releases)
- [Changelog](https://github.com/mattpocock/ts-reset/blob/main/CHANGELOG.md)
- [Commits](https://github.com/total-typescript/ts-reset/commits)

---
updated-dependencies:
- dependency-name: "@total-typescript/ts-reset"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix Map typings

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Graham Langford <grahamlangford87@gmail.com>

* fix typings

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Graham Langford <grahamlangford87@gmail.com>
Co-authored-by: Graham Langford <30706330+grahamlangford@users.noreply.github.com>
Co-authored-by: Todd Schiller <todd.schiller@gmail.com>
Co-authored-by: Ben Loe <below413@gmail.com>
Co-authored-by: Ben Loe <ben@pixiebrix.com>
@grahamlangford grahamlangford added this to the 2.1.1 milestone Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant