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: bump webpack from 5.66.0 to 5.67.0 #4484

Merged
merged 1 commit into from
Jan 24, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps webpack from 5.66.0 to 5.67.0.

Release notes

Sourced from webpack's releases.

v5.67.0

Features

  • add 'outputPath' configuration option for resource asset modules
  • support Trusted Types in eval source maps
  • experiments.css
    • allow to generate only exports for css in node
    • add SyncModuleIdsPlugin to sync module ids between server and client compilation
    • add more options to the DeterministicModuleIdsPlugin to allow to generate equal ids

Developer Experience

  • limit data url module name in stats printer
  • allow specific description for CLI options
  • improve space limiting algorithm in stats printing to show partial lists
  • add null to errors in callbacks
  • fix call signature types of addChunkInGroup

Bugfixes

  • avoid reporting non-existant package.jsons as dependencies
  • experiments.css
    • fix missing css runtime when only initial css is used
    • fix css hmr support
    • bugfixes to css modules
  • fix cache serialization for CreateScriptUrlDependency
  • fix data url content when processed by a loader
  • fix regexp in identifiers that include |
  • fix ProfilingPlugin for watch scenarios
  • add layer to module names and identifiers
    • this avoid random module id changes when additional modules are added to another layer
  • provide hashFunction parameter to DependencyTemplates to allow customizing it there
  • fix HMR when experiments.lazyCompilation is enabled
  • store url as Buffer to avoid serialization warnings
  • exclude webpack-hot-middleware/client from lazy compilation

Contributing

  • remove travis configuration
  • improve spell checking
Commits
  • 4abe329 5.67.0
  • 6fa6e30 Merge pull request #13110 from eltociear/patch-1
  • 9dbf3ca Merge pull request #14721 from Schweinepriester/patch-1
  • f22a314 Merge pull request #15202 from tmeasday/webpack-hot-middleware-lazy-compilation
  • 3014a3b Merge pull request #15222 from webpack/bugfix/serialization-warning
  • 17f317b store url as Buffer to avoid serialization warnings
  • e2d214a Merge pull request #15200 from webpack/feature/css-exports-in-node
  • 1ed8aaf Merge pull request #14173 from tosmolka/tosmolka/14075
  • 181a2f0 remove broken concatenation for now
  • 70da0dd improve test case
  • 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 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)

Bumps [webpack](https://github.com/webpack/webpack) from 5.66.0 to 5.67.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.66.0...v5.67.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@typescript-eslint
Copy link
Contributor

Thanks for the PR, @dependabot[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day.

@dependabot dependabot bot added the dependencies Issue about dependencies of the package label Jan 24, 2022
@netlify
Copy link

netlify bot commented Jan 24, 2022

✔️ Deploy Preview for typescript-eslint ready!

🔨 Explore the source changes: 35e1210

🔍 Inspect the deploy log: https://app.netlify.com/sites/typescript-eslint/deploys/61ee5a57924937000755cd16

😎 Browse the preview: https://deploy-preview-4484--typescript-eslint.netlify.app

@nx-cloud
Copy link

nx-cloud bot commented Jan 24, 2022

☁️ Nx Cloud Report

CI ran the following commands for commit 35e1210. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 48 targets

Sent with 💌 from NxCloud.

@codecov
Copy link

codecov bot commented Jan 24, 2022

Codecov Report

Merging #4484 (35e1210) into main (8894106) will decrease coverage by 0.22%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #4484      +/-   ##
==========================================
- Coverage   92.70%   92.47%   -0.23%     
==========================================
  Files         183      346     +163     
  Lines        9759    11658    +1899     
  Branches     3054     3321     +267     
==========================================
+ Hits         9047    10781    +1734     
- Misses        480      608     +128     
- Partials      232      269      +37     
Flag Coverage Δ
unittest 92.47% <ø> (-0.23%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...cope-manager/src/definition/ClassNameDefinition.ts 100.00% <0.00%> (ø)
packages/scope-manager/src/scope/CatchScope.ts 100.00% <0.00%> (ø)
packages/scope-manager/src/lib/es2016.ts 100.00% <0.00%> (ø)
packages/scope-manager/src/lib/es2015.proxy.ts 100.00% <0.00%> (ø)
packages/scope-manager/src/lib/es2018.full.ts 100.00% <0.00%> (ø)
packages/utils/src/ts-eslint-scope/Scope.ts 100.00% <0.00%> (ø)
packages/scope-manager/src/lib/es2021.full.ts 100.00% <0.00%> (ø)
packages/utils/src/ts-eslint-scope/analyze.ts 100.00% <0.00%> (ø)
...ckages/utils/src/ts-eslint-scope/PatternVisitor.ts 100.00% <0.00%> (ø)
packages/utils/src/eslint-utils/deepMerge.ts 89.47% <0.00%> (ø)
... and 153 more

@bradzacher bradzacher merged commit 0411389 into main Jan 24, 2022
@bradzacher bradzacher deleted the dependabot/npm_and_yarn/webpack-5.67.0 branch January 24, 2022 08:58
lonyele pushed a commit to lonyele/typescript-eslint that referenced this pull request Feb 12, 2022
Bumps [webpack](https://github.com/webpack/webpack) from 5.66.0 to 5.67.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.66.0...v5.67.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>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Issue about dependencies of the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant