Bump the npm_and_yarn group with 3 updates
Bumps the npm_and_yarn group with 3 updates: webpack, braces and serialize-javascript.
Updates webpack from 5.76.0 to 5.98.0
Release notes
Sourced from webpack's releases.
v5.98.0
Fixes
- Avoid the deprecation message #19062 by
@alexander-akait- Should not escape CSS local ident in JS #19060 by
@JSerFeng- MF parse range not compatible with Safari #19083 by
@alexander-akait- Preserve
filenameTemplatein new split chunk #19104 by@henryqdineen- Use module IDs for final render order #19184 by
@dmichon-msft- Strip
blob:protocol when public path isauto#19199 by@alexander-akait- Respect
output.charseteverywhere #19202 by@alexander-akait- Node async WASM loader generation #19210 by
@ashi009- Correct
BuildInfoandBuildMetatype definitions #19200 by@inottnPerformance Improvements
- Improve
FlagDependencyExportsPluginfor large JSON by depth #19058 by@hai-x- Optimize assign-depths #19193 by
@dmichon-msft- Use
startsWithfor matching instead of converting the string to a regex #19207 by@inottnChores
- Bump
nanoidfrom 3.3.7 to 3.3.8 #19063 by@dependabot- Fixed incorrect typecast in
DefaultStatsFactoryPlugin#19156 by@Andarist- Improved
readme.mdby adding video links for understanding webpack #19101 by@Vansh5632- Typo fix #19205 by
@hai-x- Adopt the new webpack governance model #18804 by
@ovflowdFeatures
- Implement
/* webpackIgnore: true */forrequire.resolve#19201 by@alexander-akaitContinuous Integration
- CI fix #19196 by
@alexander-akaitNew Contributors
@Andaristmade their first contribution in webpack/webpack#19156@Vansh5632made their first contribution in webpack/webpack#19101@ashi009made their first contribution in webpack/webpack#19210@ovflowdmade their first contribution in webpack/webpack#18804Full Changelog: https://github.com/webpack/webpack/compare/v5.97.1...v5.98.0
v5.97.1
Bug Fixes
- Performance regression
- Sub define key should't be renamed when it's a defined variable
v5.97.0
Bug Fixes
- Don't crash with filesystem cache and unknown scheme
- Generate a valid code when
output.iifeistrueand output.library.type isumd- Fixed conflict variable name with concatenate modules and runtime code
- Merge duplicate chunks before
... (truncated)
Commits
f1bdec55.98.09579f22chore: adopt the new webpack governance model (#18804)a1edb20fix: node async wasm loader now useoutput.moduleto determinate code gener...e55b08bperf: use startsWith for matching instead of converting the string to a regex6e14dbachore: fix typo (#19205)f123ce5fix: respectoutput.charseteverywhere (#19202)af20c7bfix: stripblob:protocol when public path isauto(#19199)80826c5feat: implement/* webpackIgnore: true */forrequire.resolve(#19201)ac6ffcafix(types): correct BuildInfo and BuildMeta type definitions (#19200)8ac130aci: fix- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by thelarkinn, a new releaser for webpack since your current version.
Updates braces from 3.0.2 to 3.0.3
Commits
74b2db23.0.388f1429update eslint. lint, fix unit tests.415d660Snyk js braces 6838727 (#40)190510ffix tests, skip 1 test in test/braces.expand716eb9freadme bumpa5851e5Merge pull request #37 from coderaiser/fix/vulnerability2092bd1feature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/...9f5b4cffix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727)98414f9remove funding file665ab5dupdate keepEscaping doc (#27)- Additional commits viewable in compare view
Updates serialize-javascript from 6.0.0 to 6.0.2
Release notes
Sourced from serialize-javascript's releases.
v6.0.2
- fix: serialize URL string contents to prevent XSS (#173) f27d65d
- Bump
@babel/traversefrom 7.10.1 to 7.23.7 (#171) 02499c0- docs: update readme with URL support (#146) 0d88527
- chore: update node version and lock file e2a3a91
- fix typo (#164) 5a1fa64
https://github.com/yahoo/serialize-javascript/compare/v6.0.1...v6.0.2
v6.0.1
What's Changed
- Bump mocha from 9.0.1 to 9.0.2 by
@dependabotin yahoo/serialize-javascript#126- Bump mocha from 9.0.2 to 9.0.3 by
@dependabotin yahoo/serialize-javascript#127- Bump path-parse from 1.0.6 to 1.0.7 by
@dependabotin yahoo/serialize-javascript#129- Bump mocha from 9.0.3 to 9.1.0 by
@dependabotin yahoo/serialize-javascript#130- Bump mocha from 9.1.0 to 9.1.1 by
@dependabotin yahoo/serialize-javascript#131- Bump mocha from 9.1.1 to 9.1.2 by
@dependabotin yahoo/serialize-javascript#132- Bump mocha from 9.1.2 to 9.1.3 by
@dependabotin yahoo/serialize-javascript#133- Bump mocha from 9.1.3 to 9.1.4 by
@dependabotin yahoo/serialize-javascript#137- Bump mocha from 9.1.4 to 9.2.0 by
@dependabotin yahoo/serialize-javascript#138- Bump chai from 4.3.4 to 4.3.6 by
@dependabotin yahoo/serialize-javascript#140- Bump ansi-regex from 5.0.0 to 5.0.1 by
@dependabotin yahoo/serialize-javascript#141- Bump mocha from 9.2.0 to 9.2.2 by
@dependabotin yahoo/serialize-javascript#143- Bump minimist from 1.2.5 to 1.2.6 by
@dependabotin yahoo/serialize-javascript#144- Bump mocha from 9.2.2 to 10.0.0 by
@dependabotin yahoo/serialize-javascript#145- Bump mocha from 10.0.0 to 10.1.0 by
@dependabotin yahoo/serialize-javascript#149- Bump chai from 4.3.6 to 4.3.7 by
@dependabotin yahoo/serialize-javascript#150- ci: test.yml - actions bump by
@piwysockiin yahoo/serialize-javascript#151- Bump minimatch from 3.0.4 to 3.1.2 by
@dependabotin yahoo/serialize-javascript#152- Bump mocha from 10.1.0 to 10.2.0 by
@dependabotin yahoo/serialize-javascript#153- Bump json5 from 2.1.3 to 2.2.3 by
@dependabotin yahoo/serialize-javascript#155- Fix serialization issue for 0n. by
@momocowin yahoo/serialize-javascript#156- Release v6.0.1 by
@okuryuin yahoo/serialize-javascript#157New Contributors
@piwysockimade their first contribution in yahoo/serialize-javascript#151@momocowmade their first contribution in yahoo/serialize-javascript#156Full Changelog: https://github.com/yahoo/serialize-javascript/compare/v6.0.0...v6.0.1
Commits
b71ec236.0.2f27d65dfix: serialize URL string contents to prevent XSS (#173)02499c0Bump@babel/traversefrom 7.10.1 to 7.23.7 (#171)0d88527docs: update readme with URL support (#146)e2a3a91chore: update node version and lock file5a1fa64fix typo (#164)7139f92Release v6.0.1 (#157)7e23ae8Fix serialization issue for 0n. (#156)343abd9Bump json5 from 2.1.3 to 2.2.3 (#155)38d0e70Bump mocha from 10.1.0 to 10.2.0 (#153)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill 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 versionwill 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 You can disable automated security fix PRs for this repo from the Security Alerts page.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bundle Report
Changes will decrease total bundle size by 1.95kB (-0.31%) :arrow_down:. This is within the configured threshold :white_check_mark:
Detailed changes
| Bundle name | Size | Change |
|---|---|---|
| codecov-browser-extension-array-push | 633.5kB | -1.95kB (-0.31%) :arrow_down: |
Affected Assets, Files, and Routes:
view changes for bundle: codecov-browser-extension-array-push
Assets Changed:
| Asset Name | Size Change | Total Size | Change (%) |
|---|---|---|---|
vendor.js |
-1.37kB | 379.66kB | -0.36% |
background.js |
-520 bytes | 197.15kB | -0.26% |
popup.js |
-41 bytes | 25.87kB | -0.16% |
githubFile.js |
-26 bytes | 9.89kB | -0.26% |
githubPR.js |
10 bytes | 5.22kB | 0.19% |
@dependabot rebase
Looks like these dependencies are updatable in another way, so this is no longer needed.