Skip to content

Bump webpack from 5.99.6 to 5.99.7 #262

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

Merged
merged 1 commit into from
Apr 30, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps webpack from 5.99.6 to 5.99.7.

Release notes

Sourced from webpack's releases.

v5.99.7

Fixes

  • Don't skip export generation for default reexport (#19463)
  • Fixed module library export generation for reexport (#19459)
  • Avoid module concatenation in child compilation for module library (#19457)
  • Ensure HMR recover gracefully when CSS module with error
  • Respect cause of any errors and errors of AggregateError in stats output
  • Added missing @types/json-schema in types
Commits
  • ad77deb chore(release): 5.99.7
  • 1e9cb42 chore(deps-dev): bump @​types/node in the dependencies group (#19466)
  • 3b18244 ci: temporary disable
  • 246d8ba ci: update github action too (#19465)
  • c585928 chore: fix example
  • 1304500 ci: fix examples command
  • ec9e9ef ci: update examples automatically (#19464)
  • dc33a1e fix: don't skip export generation for default reexport (#19463)
  • 648e026 fix: module library export generation for reexport (#19459)
  • 519187b fix: avoid module concatenation in child compilation for module library (#1...
  • 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)

@dependabot dependabot bot requested review from a team and tomoasleep and removed request for a team April 28, 2025 05:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 28, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-5.99.7 branch from 7c71a7e to d99ef4d Compare April 28, 2025 06:20
Bumps [webpack](https://github.com/webpack/webpack) from 5.99.6 to 5.99.7.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.99.6...v5.99.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-5.99.7 branch from d99ef4d to 710a8de Compare April 30, 2025 05:37
@kimkim0814
Copy link
Member

📝

  • webpack 5.99.7 にてビルド成功しているログが明記されている
    • compiled successfully の出力がある
qiita-cli % yarn run dev

asset main.js 1.83 MiB [compared for emit] (name: main)
asset index.html 1010 bytes [compared for emit]
runtime modules 1.25 KiB 6 modules
orphan modules 236 bytes [orphan] 1 module
cacheable modules 1.7 MiB
  modules by path ./node_modules/ 1.6 MiB 41 modules
  modules by path ./src/ 94.2 KiB
    modules by path ./src/client/components/ 74.8 KiB 25 modules
    modules by path ./src/client/lib/*.ts 6.69 KiB 6 modules
    modules by path ./src/client/templates/*.tsx 1.75 KiB 3 modules
    modules by path ./src/client/pages/items/*.tsx 9.32 KiB
      ./src/client/pages/items/index.tsx 3.28 KiB [built] [code generated]
      ./src/client/pages/items/show.tsx 6.04 KiB [built] [code generated]
    ./src/client/index.tsx 535 bytes [built] [code generated]
    ./src/lib/qiita-cli-url.ts 1.16 KiB [built] [code generated]
webpack 5.99.7 compiled successfully in 7279 ms

@kimkim0814 kimkim0814 self-requested a review April 30, 2025 05:51
Copy link
Member

@kimkim0814 kimkim0814 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@kimkim0814 kimkim0814 merged commit 4b81c3d into main Apr 30, 2025
6 checks passed
@kimkim0814 kimkim0814 deleted the dependabot/npm_and_yarn/webpack-5.99.7 branch April 30, 2025 05:51
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