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 the all-npm-packages group with 6 updates #6

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2024

Bumps the all-npm-packages group with 6 updates:

Package From To
blockly 10.3.1 10.4.1
css-loader 6.9.1 6.10.0
source-map-loader 4.0.2 5.0.0
webpack 5.90.0 5.90.3
webpack-cli 4.10.0 5.1.4
webpack-dev-server 4.15.1 5.0.2

Updates blockly from 10.3.1 to 10.4.1

Release notes

Sourced from blockly's releases.

blockly-v10.4.1

What's Changed

Bug Fixes

Other changes

Full Changelog: google/blockly@blockly-v10.4.0...blockly-v10.4.1

blockly-v10.4.0

Blockly v10.4.0

  • This release contains mostly bug fixes and improvements!
  • New feature: custom connection previewers allow you to change how pending connections are visualized to users. Check out the documentation to learn more.
  • Note if you use TypeScript: we now export the JavascriptGenerator (and similiar for other languages) class in TypeScript, complete with its accurate typings. We were not previously exporting this class in our TS definition files, so it wasn't accessible from TS code at all. Do note that we are still exporting the instance of those classes (javascriptGenerator and friends) typed as any so as not to introduce breaking type changes. You'll get accurate typings for the instances as well coming in v11!

What's Changed

New features ✨

Bug fixes 🐛

New Contributors

Full Changelog: google/blockly@blockly-v10.3.1...blockly-v10.4.0

Commits
  • d782d7d release: v10.4.1
  • 50e22fe release: update version number to 10.4.1
  • f4961f6 Merge pull request #7859 from BeksOmega/fix/previewer-disposing
  • 592c541 release: v10.4.0
  • 1126906 release: update version number to 10.4.0
  • ef500ab release: merge develop into rc/v10.4.0
  • e59df7b chore: update metadata for v10.4.0 (#7857)
  • 4ea71b5 chore: rollup of updates from translatewiki for 10.4.0 (#7856)
  • 7557504 fix: disposing of connection previewer (#7834)
  • 92df5a4 chore(deps): Bump prettier from 3.1.1 to 3.2.5 (#7831)
  • Additional commits viewable in compare view

Updates css-loader from 6.9.1 to 6.10.0

Release notes

Sourced from css-loader's releases.

v6.10.0

6.10.0 (2024-01-30)

Features

  • add @rspack/core as an optional peer dependency (#1568) (3924679)
  • pass the resourceQuery and resourceFragment to the auto and mode callback (#1569) (d641c4d)
  • support named exports with any characters (6f43929)
Changelog

Sourced from css-loader's changelog.

6.10.0 (2024-01-30)

Features

  • add @rspack/core as an optional peer dependency (#1568) (3924679)
  • pass the resourceQuery and resourceFragment to the auto and mode callback (#1569) (d641c4d)
  • support named exports with any characters (6f43929)
Commits
  • 7bbb57c chore(release): 6.10.0
  • d641c4d feat: pass the resourceQuery and resourceFragment to the auto and `mode...
  • 3924679 feat: add @rspack/core as an optional peer dependency (#1568)
  • 6f43929 feat: support named exports with any characters
  • See full diff in compare view

Updates source-map-loader from 4.0.2 to 5.0.0

Release notes

Sourced from source-map-loader's releases.

v5.0.0

5.0.0 (2024-01-15)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#230) (7fcab17)
Changelog

Sourced from source-map-loader's changelog.

5.0.0 (2024-01-15)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#230) (7fcab17)
Commits

Updates webpack from 5.90.0 to 5.90.3

Release notes

Sourced from webpack's releases.

v5.90.3

Bug Fixes

  • don't mangle when destructuring a reexport
  • types for Stats.toJson() and Stats.toString()
  • many internal types
  • [CSS] clean up export css local vars

Perf

  • simplify and optimize chunk graph creation

v5.90.2

Bug Fixes

  • use Math.imul in fnv1a32 to avoid loss of precision, directly hash UTF16 values
  • the setStatus() of the HMR module should not return an array, which may cause infinite recursion
  • __webpack_exports_info__.xxx.canMangle shouldn't always same as default
  • mangle export with destructuring
  • use new runtime to reconsider skipped connections activeState
  • make dynamic import optional in try/catch
  • improve auto publicPath detection

Dependencies & Maintenance

  • improve CI setup and include Node.js@21

v5.90.1

Bug Fixes

  • set unmanagedPaths in defaults
  • correct preOrderIndex and postOrderIndex
  • add fallback for MIME mismatch error in async wasm loading
  • browsers versions of ECMA features

Performance

  • optimize compareStringsNumeric
  • optimize numberHash using 32-bit FNV1a for small ranges, 64-bit for larger
  • reuse VM context across webpack magic comments
Commits
  • 651b3d6 chore(release): 5.90.3
  • c8d4b5e fix: more types
  • 5b9f6e4 perf: simplify and optimize chunk graph creation
  • 1addd26 refactor: more types
  • 65d547f fix: should not mangle when destructuring a reexport
  • 0b2a5a0 fix(css): clean up export css local vars
  • 0258e6c update snapshot
  • 2360e3a fix: clean up export css local vars
  • fc7b34d fix: should not mangle when destructuring a reexport
  • 780f891 (perf) Simplify and optimize chunk graph creation
  • Additional commits viewable in compare view

Updates webpack-cli from 4.10.0 to 5.1.4

Release notes

Sourced from webpack-cli's releases.

v5.1.4

5.1.4 (2023-06-07)

Bug Fixes

  • multi compiler progress output (f659624)

v5.1.3

5.1.3 (2023-06-04)

Bug Fixes

v5.1.2

5.1.2 (2023-06-04)

Bug Fixes

  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

v5.1.1

5.1.1 (2023-05-09)

Bug Fixes

  • false positive warning when --watch used (#3783) (c0436ba)

v5.1.0

5.1.0 (2023-05-07)

Features

Performance Improvements

  • simplify logic, reduce extra loops and perf (#3767) (6afe1d3)

v5.0.2

5.0.2 (2023-04-21)

Bug Fixes

  • error message for missing default export in configuration (#3685) (e0a4a09)
  • perf: reduced startup time (3b79059)

v5.0.1

... (truncated)

Changelog

Sourced from webpack-cli's changelog.

5.1.4 (2023-06-07)

Bug Fixes

  • multi compiler progress output (f659624)

5.1.3 (2023-06-04)

Bug Fixes

5.1.2 (2023-06-04)

Bug Fixes

  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

5.1.1 (2023-05-09)

Bug Fixes

  • false positive warning when --watch used (#3783) (c0436ba)

5.1.0 (2023-05-07)

Features

Performance Improvements

  • simplify logic, reduce extra loops and perf (#3767) (6afe1d3)

5.0.2 (2023-04-21)

Bug Fixes

  • error message for missing default export in configuration (#3685) (e0a4a09)
  • perf: reduced startup time (3b79059)

5.0.1 (2022-12-05)

Bug Fixes

  • make define-process-env-node-env alias node-env (#3514) (346a518)

5.0.0 (2022-11-17)

... (truncated)

Commits
  • e07f0e5 chore(release): publish new version
  • 0345c6f chore(deps-dev): bump @​typescript-eslint/parser from 5.59.8 to 5.59.9 (#3839)
  • f659624 fix: multi compiler progress output
  • 0d1ff01 chore(deps-dev): bump webpack from 5.85.0 to 5.85.1 (#3837)
  • a7ec146 chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#3838)
  • 9464635 chore(deps-dev): bump eslint from 8.41.0 to 8.42.0 (#3835)
  • cf1796f docs: update changelog
  • 7899c39 chore(release): publish new version
  • bb4f8eb fix: regression for custom configurations (#3834)
  • 14b9c18 docs: update changelog
  • Additional commits viewable in compare view

Updates webpack-dev-server from 4.15.1 to 5.0.2

Release notes

Sourced from webpack-dev-server's releases.

v5.0.2

5.0.2 (2024-02-16)

Bug Fixes

v5.0.1

5.0.1 (2024-02-13)

Bug Fixes

v5.0.0

5.0.0 (2024-02-12)

Migration Guide and Changes.

Changelog

Sourced from webpack-dev-server's changelog.

5.0.2 (2024-02-16)

Bug Fixes

5.0.1 (2024-02-13)

Bug Fixes

5.0.0 (2024-02-12)

Migration Guide and Changes.

Commits
  • 507283d chore(release): 5.0.2
  • da2c24d fix: types (#5057)
  • 0c4c6b7 chore(deps-dev): bump @​types/node from 20.11.17 to 20.11.19 (#5055)
  • 6b31664 chore(deps-dev): bump webpack from 5.90.1 to 5.90.2 (#5056)
  • 4322592 chore(deps-dev): bump @​commitlint/config-conventional (#5052)
  • d49ab5e chore(deps-dev): bump core-js from 3.35.1 to 3.36.0 (#5053)
  • 5983156 chore(deps-dev): bump @​commitlint/config-conventional (#5048)
  • 2fbc87f chore(deps-dev): bump @​commitlint/cli from 18.6.0 to 18.6.1 (#5050)
  • 41ed83d chore(deps-dev): bump memfs from 4.6.1 to 4.7.0 (#5049)
  • ecc895c chore(deps-dev): bump husky from 9.0.10 to 9.0.11 (#5051)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 20, 2024
Bumps the all-npm-packages group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [blockly](https://github.com/google/blockly) | `10.3.1` | `10.4.1` |
| [css-loader](https://github.com/webpack-contrib/css-loader) | `6.9.1` | `6.10.0` |
| [source-map-loader](https://github.com/webpack-contrib/source-map-loader) | `4.0.2` | `5.0.0` |
| [webpack](https://github.com/webpack/webpack) | `5.90.0` | `5.90.3` |
| [webpack-cli](https://github.com/webpack/webpack-cli) | `4.10.0` | `5.1.4` |
| [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | `4.15.1` | `5.0.2` |


Updates `blockly` from 10.3.1 to 10.4.1
- [Release notes](https://github.com/google/blockly/releases)
- [Changelog](https://github.com/google/blockly/blob/develop/CHANGELOG.md)
- [Commits](google/blockly@blockly-v10.3.1...blockly-v10.4.1)

Updates `css-loader` from 6.9.1 to 6.10.0
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v6.9.1...v6.10.0)

Updates `source-map-loader` from 4.0.2 to 5.0.0
- [Release notes](https://github.com/webpack-contrib/source-map-loader/releases)
- [Changelog](https://github.com/webpack-contrib/source-map-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/source-map-loader@v4.0.2...v5.0.0)

Updates `webpack` from 5.90.0 to 5.90.3
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.90.0...v5.90.3)

Updates `webpack-cli` from 4.10.0 to 5.1.4
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/[email protected]@5.1.4)

Updates `webpack-dev-server` from 4.15.1 to 5.0.2
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v4.15.1...v5.0.2)

---
updated-dependencies:
- dependency-name: blockly
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-npm-packages
- dependency-name: source-map-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-packages
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm-packages
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-packages
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-npm-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/all-npm-packages-3bb060eaee branch from 1c420da to 215f6af Compare February 20, 2024 15:44
@ozgurakgun ozgurakgun merged commit 236f673 into main Feb 20, 2024
1 check passed
@ozgurakgun ozgurakgun deleted the dependabot/npm_and_yarn/all-npm-packages-3bb060eaee branch February 20, 2024 15:56
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant