Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump webpack from 5.66.0 to 5.67.0#4484

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
bradzacher merged 1 commit intomainfromdependabot/npm_and_yarn/webpack-5.67.0
Jan 24, 2022

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJan 24, 2022
edited
Loading

⚠️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.


Bumpswebpack from 5.66.0 to 5.67.0.

Release notes

Sourced fromwebpack'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
    • addSyncModuleIdsPlugin to sync module ids between server and client compilation
    • add more options to theDeterministicModuleIdsPlugin 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
  • addnull 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
  • excludewebpack-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 incompare 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 onhttps://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitorsper day.

@dependabotdependabotbot added the dependenciesIssue about dependencies of the package labelJan 24, 2022
@netlify
Copy link

netlifybot commentedJan 24, 2022
edited
Loading

✔️ Deploy Preview fortypescript-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-cloudbot commentedJan 24, 2022
edited
Loading

☁️ Nx Cloud Report

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

📂 See all runs for this branch


✅ Successfully ran 48 targets

Sent with 💌 fromNxCloud.

@codecov
Copy link

codecovbot commentedJan 24, 2022
edited
Loading

Codecov Report

Merging#4484 (35e1210) intomain (8894106) willdecrease coverage by0.22%.
The diff coverage isn/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
FlagCoverage Δ
unittest92.47% <ø> (-0.23%)⬇️

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

Impacted FilesCoverage Δ
...cope-manager/src/definition/ClassNameDefinition.ts100.00% <0.00%> (ø)
packages/scope-manager/src/scope/CatchScope.ts100.00% <0.00%> (ø)
packages/scope-manager/src/lib/es2016.ts100.00% <0.00%> (ø)
packages/scope-manager/src/lib/es2015.proxy.ts100.00% <0.00%> (ø)
packages/scope-manager/src/lib/es2018.full.ts100.00% <0.00%> (ø)
packages/utils/src/ts-eslint-scope/Scope.ts100.00% <0.00%> (ø)
packages/scope-manager/src/lib/es2021.full.ts100.00% <0.00%> (ø)
packages/utils/src/ts-eslint-scope/analyze.ts100.00% <0.00%> (ø)
...ckages/utils/src/ts-eslint-scope/PatternVisitor.ts100.00% <0.00%> (ø)
packages/utils/src/eslint-utils/deepMerge.ts89.47% <0.00%> (ø)
... and153 more

@bradzacherbradzacher merged commit0411389 intomainJan 24, 2022
@bradzacherbradzacher deleted the dependabot/npm_and_yarn/webpack-5.67.0 branchJanuary 24, 2022 08:58
lonyele pushed a commit to lonyele/typescript-eslint that referenced this pull requestFeb 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-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsFeb 24, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesIssue about dependencies of the package

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@bradzacher

[8]ページ先頭

©2009-2025 Movatter.jp