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 build group with 3 updates #663

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the build group with 3 updates: preact, webpack and webpack-dev-server.

Updates preact from 8.5.3 to 10.19.6

Release notes

Sourced from preact's releases.

10.19.6

tl;dr: This release contains bug fixes for incorrect ordering of unkeyed children.

Fixes

Full Changelog: preactjs/preact@10.19.5...10.19.6

10.19.5

Fixes

Types

10.19.4

Fixes

Types

  • improve preact compat types adding a few missing @​types/react used by styled-components (#4271, thanks @​jduthon)

Maintenance

10.19.3

Bug Fixes

... (truncated)

Commits
  • c3160cc Merge pull request #4292 from preactjs/release-10.19.6
  • d06291b Release 10.19.6
  • ea75640 Merge pull request #4287 from preactjs/reconcile-test
  • 0435d0c see if adding this branch back affects perf
  • 92380e4 Merge branch 'main' into reconcile-test
  • aca34a0 fix it
  • 5b6a62e Merge pull request #4291 from preactjs/fix-invalid-vnode-id
  • 6bbbf3b fix: invalid vnode id for text nodes
  • 84ac10e Merge branch 'main' into reconcile-test
  • 53060fb Merge pull request #4284 from preactjs/fix-and-add-test-for-4283
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jdecroock, a new releaser for preact since your current version.


Updates webpack from 5.90.1 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
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-dev-server from 5.0.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

Changelog

Sourced from webpack-dev-server's changelog.

5.0.2 (2024-02-16)

Bug Fixes

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)
  • See full diff 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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 22, 2024
@dependabot dependabot bot requested a review from a team February 22, 2024 15:20
Bumps the build group with 3 updates: [preact](https://github.com/preactjs/preact), [webpack](https://github.com/webpack/webpack) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server).


Updates `preact` from 8.5.3 to 10.19.6
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@8.5.3...10.19.6)

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

Updates `webpack-dev-server` from 5.0.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@v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: preact
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: build
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/build-3d41b2ab86 branch from 3b47fec to de54d9f Compare February 22, 2024 16:41
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/build-3d41b2ab86 branch March 1, 2024 10:32
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.

None yet

0 participants