web-tooling-benchmark
web-tooling-benchmark copied to clipboard
Bump json5, @babel/core, prepack, loader-utils, html-webpack-plugin, jest and webpack
Bumps json5 to 1.0.2 and updates ancestor dependencies json5, @babel/core, prepack, loader-utils, html-webpack-plugin, jest and webpack. These dependencies need to be updated together.
Updates json5 from 0.5.1 to 1.0.2
Release notes
Sourced from json5's releases.
v1.0.2
- Fix: Properties with the name
__proto__are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295). This has been backported to v1. (#298)v1.0.1
This release includes a bug fix and minor change.
Fix:
parsethrows on unclosed objects and arrays.New:
package.json5has been removed until an easier way to keep it in sync withpackage.jsonis found.v1.0.0
This release includes major internal changes and public API enhancements.
Major JSON5 officially supports Node.js v4 and later. Support for Node.js v0.10 and v0.12 have been dropped.
New: Unicode property names and Unicode escapes in property names are supported. (#1)
New:
stringifyoutputs trailing commas in objects and arrays when aspaceoption is provided. (#66)New: JSON5 allows line and paragraph separator characters (U+2028 and U+2029) in strings in order to be compatible with JSON. However, ES5 does not allow these characters in strings, so JSON5 gives a warning when they are parsed and escapes them when they are stringified. (#70)
New:
stringifyaccepts an options object as its second argument. The supported options arereplacer,space, and a newquoteoption that specifies the quote character used in strings. (#71)New: The CLI supports STDIN and STDOUT and adds
--out-file,--space, and--validateoptions. Seejson5 --helpfor more information. (#72, #84, and #108)New: In addition to the white space characters space
\t,\v,\f,\n,\r, and\xA0, the additional white space characters\u2028,\u2029, and all other characters in the Space Separator Unicode category are allowed.New: In addition to the character escapes
\',\",\\,\b,\f,\n,\r, and\t, the additional character escapes\vand\0, hexadecimal escapes like\x0F, and unnecessary escapes like\aare allowed in string values and string property names.New:
stringifyoutputs strings with single quotes by default but intelligently uses double quotes if there are more single quotes than double quotes inside the string. (i.e.stringify('Stay here.')outputs'Stay here.'whilestringify('Let\'s go.')outputs"Let's go.")
... (truncated)
Changelog
Sourced from json5's changelog.
Unreleased [code, diff]
v2.2.3 [code, diff]
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2 [code, diff]
- Fix: Properties with the name
__proto__are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1 [code, diff]
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0 [code, diff]
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. (#236, #244)v2.1.3 [code, diff]
v2.1.2 [code, diff]
... (truncated)
Commits
a62db1e1.0.2e0c23fedocs: update CHANGELOG for v1.0.262a6540fix: add proto to objects and arrays072eb401.0.1e7bdcd1Update CHANGELOG for v1.0.1342d575Remove package.json5 file0336c9cFix unclosed object and array bug25929abFix typo in API documentation607c18fReadme: fix typo in attribution. [skip ci]1d64ece1.0.0- Additional commits viewable in compare view
Updates @babel/core from 7.0.0-beta.49 to 7.22.10
Release notes
Sourced from @babel/core's releases.
v7.22.10 (2023-08-07)
Thanks
@DimitriPapadopoulos,@FabianWarnecke,@JoshuaKGoldberg, and@YYvanYangfor your first pull requests!:bug: Bug Fix
babel-plugin-transform-typescript
- #15799 [ts] Strip type-only namespaces (
@nicolo-ribaudo)- #15798 [ts] Fix compiling extended exported nested namespace (
@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-new-target,babel-plugin-transform-private-methods,babel-preset-env:nail_care: Polish
babel-clibabel-traverse,babel-types
- #15661 Improve the type definition of
path.isX(@liuxingbaoyu)babel-generator,babel-types:house: Internal
- Other
babel-cli,babel-core,babel-generator,babel-helper-builder-react-jsx,babel-preset-env,babel-standalonebabel-helper-compilation-targets
- #15811 Remove
@babel/corepeerDep fromhelper-compilation-targets(@nicolo-ribaudo)babel-parserbabel-plugin-transform-runtime,babel-traverse,babel-types
- #15716 chore: Use
typescript-eslint@v6with reworked configs (@JoshuaKGoldberg):microscope: Output optimization
babel-plugin-transform-block-scoping,babel-plugin-transform-parameters,babel-plugin-transform-regenerator
- #15746 Reduce
transform-block-scopingloops output size (@liuxingbaoyu)Committers: 9
- Babel Bot (
@babel-bot)- Dimitri Papadopoulos Orfanos (
@DimitriPapadopoulos)- Huáng Jùnliàng (
@JLHwung)- Josh Goldberg ✨ (
@JoshuaKGoldberg)- Nicolò Ribaudo (
@nicolo-ribaudo)- Tianlan Zhou (
@SuperSodaSea)@FabianWarnecke@YYvanYang@liuxingbaoyu7.22.9
v7.22.9 (2023-07-12)
... (truncated)
Changelog
Sourced from @babel/core's changelog.
v7.22.10 (2023-08-07)
:bug: Bug Fix
babel-plugin-transform-typescript
- #15799 [ts] Strip type-only namespaces (
@nicolo-ribaudo)- #15798 [ts] Fix compiling extended exported nested namespace (
@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-new-target,babel-plugin-transform-private-methods,babel-preset-env:nail_care: Polish
babel-clibabel-traverse,babel-types
- #15661 Improve the type definition of
path.isX(@liuxingbaoyu)babel-generator,babel-types:house: Internal
- Other
babel-cli,babel-core,babel-generator,babel-helper-builder-react-jsx,babel-preset-env,babel-standalonebabel-helper-compilation-targets
- #15811 Remove
@babel/corepeerDep fromhelper-compilation-targets(@nicolo-ribaudo)babel-parserbabel-plugin-transform-runtime,babel-traverse,babel-types
- #15716 chore: Use
typescript-eslint@v6with reworked configs (@JoshuaKGoldberg):microscope: Output optimization
babel-plugin-transform-block-scoping,babel-plugin-transform-parameters,babel-plugin-transform-regenerator
- #15746 Reduce
transform-block-scopingloops output size (@liuxingbaoyu)v7.22.9 (2023-07-12)
:bug: Bug Fix
babel-plugin-transform-typescript
- #15774 fix:
Infinityin enums (@liuxingbaoyu):nail_care: Polish
babel-generator
- #15757
recordAndTupleSyntaxTypedefaults to"hash"(@coderaiser):house: Internal
- #15748 Migrate to
eslint.config.js(@JLHwung)- #15758 Use Prettier 3 stable (
@nicolo-ribaudo)v7.22.8 (2023-07-06)
:leftwards_arrow_with_hook: Revert
babel-core,babel-traverse
... (truncated)
Commits
65f3184v7.22.1048b05acOnly allow developing Babel 8 in ESM mode (#15816)65a6bca[babel 8] UseNodePath#hubas part of the paths cache key (#15759)b23b0ebFix eslint-plugin-jest config (#15826)a5b300bEnable@typescript-eslint/no-redundant-type-constituentsrule (#15794)1010563[babel 8] Make.versiondirectly available in cjs proxy (#15809)ee0c795Fix typos found by codespell (#15783)db9b596enable@typescript-eslint/prefer-optional-chain(#15780)24ce62av7.22.9cc85b60move core transformation cases to plugins and traverse (#15766)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by nicolo-ribaudo, a new releaser for @babel/core since your current version.
Updates prepack from 0.2.25 to 0.2.54
Release notes
Sourced from prepack's releases.
v0.2.54
- Fix referentialization of optimized functions
- Fix serialization issues for nested optimized functions
- Model aliasing effects for array loop operators
- Fix dependency issues with cyclic prototype dependencies
- Fix problem where a bind call can use a variable before its definition
- Speed up visitor by skipping redundant generator scopes
v0.2.52
- Bugfixes
- User-level stack overflows no longer crash prepack
- Website shows warnings when Prepack produces diagnostics
v0.2.51
- Fixed bugs that could cause generated code to throw
- Improved evaluation of abstract conditionals
- Added CLI options --warnaserror, --diagnosticaserror, --nodiagnostic
- Added full support for React.Children.map mock
v0.2.50
Highlights: Make simplification more robust when complexity limits are reached reduces loop iteration counter to 6 before bailing out We weren’t using the correct initializerAstNodeName in two places Tease apart expressions vs. statements for operation descriptors Simplify equality expressions where types are known Refactor AbstractObjectValue to use evaluateWithAbstractConditional Allow invalid render return values in the React reconciler update Babel 7 to stable release Speed up simplifier by using an implication cache per path branch Add basic support for throws in React
v0.2.49
Fixes #2419 #2386 #2439 #2447 #2432 #2437 #2442
- Fix havoced binding not in optimized function
- Allow arrays with widened numeric properties to update index properties
- Fix nested for statement bailout with nested for-in
- Don’t record modified bindings for immutable bindings when havocing
v0.2.48
Fixes #2151 #2222 #2279 #2393 #2399 #2404 #2411 #2414 #2415 Added a fuzz testing tool Added test cases Turn crash in JSON.stringify into a diagnostic Adds a
arrayNestedOptimizedFunctionsEnabledflag to enable nested optimized functions derived from Array.prototype methods (likemap) and Array.from Refactor assignment on partial or possibly deleted property Rewrote the joining logic to always do a full join at every join point Removed last remnants of delayUnsupportedRequires
... (truncated)
Commits
8c92608Weekly release v0.2.541f5664fAdds RCTActivityIndicatorView literal reference (#2588)473470aFilter ModifiedBindings by environment's creating optimized function (#2551)7f0c13aFixes a bug in evaluatePure (#2585)ffd230eModel aliasing effects for array loop operators (#2570)4f250d1Remove side-effects from react-mocks (#2584)5fc6feeUnify logic for checking for intrinsic objects that have been derived (#2581)ed784d6Add abstract support to Object.getOwnPropertySymbols (#2575)0ef3c43Change initializeMoreModules to modulesToInitialize allowing you to s… (#2576)47cb48bAdds support for abstract length arrays in React reconcilation and serializat...- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by gaearon, a new releaser for prepack since your current version.
Updates loader-utils from 1.1.0 to 1.4.2
Release notes
Sourced from loader-utils's releases.
v1.4.2
1.4.2 (2022-11-11)
Bug Fixes
v1.4.1
1.4.1 (2022-11-07)
Bug Fixes
v1.4.0
1.4.0 (2020-02-19)
Features
v1.3.0
1.3.0 (2020-02-19)
Features
v1.2.3
1.2.3 (2018-12-27)
Bug Fixes
v1.2.2
1.2.2 (2018-12-27)
Bug Fixes
... (truncated)
Changelog
Sourced from loader-utils's changelog.
1.4.2 (2022-11-11)
Bug Fixes
1.4.1 (2022-11-07)
Bug Fixes
1.4.0 (2020-02-19)
Features
1.3.0 (2020-02-19)
Features
1.2.3 (2018-12-27)
Bug Fixes
1.2.2 (2018-12-27)
Bug Fixes
... (truncated)
Commits
331ad50chore(release): 1.4.217cbf8ffix: ReDoS problem (#226)8f082b3chore(release): 1.4.14504e34fix: security problem (#220)d95b8b5chore(release): 1.4.0cd0e428feat: theresourceQueryis passed to theinterpolateNamemethod (#163)06d36cfchore(release): 1.3.0469eebafeat: support the[query]template for theinterpolatedNamemethod (#162)909c99dchore: funding.yml config and CI fix (#159)b5b74f0Set up CI with Azure Pipelines- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for loader-utils since your current version.
Updates html-webpack-plugin from 2.30.1 to 5.5.3
Changelog
Sourced from html-webpack-plugin's changelog.
5.5.3 (2023-06-10)
Bug Fixes
- don't add extra meta tag if it exists (#1802) (8f92788)
- pass all Node.js globals to templates (#1796) (f269fc0)
- types: fix type for
chunkSortMode(#1798) (6ad0e55)5.5.2 (2023-06-08)
Bug Fixes
5.5.1 (2023-04-15)
Bug Fixes
5.5.0 (2021-10-25)
Features
5.4.0 (2021-10-15)
Features
- update terser (9c7fba0
5.3.2 (2021-06-22)
Bug Fixes
- update lodash and pretty error (9c7fba0
5.3.1 (2021-03-09)
Bug Fixes
- remove loader-utils from plugin core (82d0ee8)
5.3.0 (2021-03-07)
... (truncated)
Commits
d3819abchore(release): 5.5.30caa0fetest(examples): throw right when test fails instead of wait for timeout (#1751)8628449docs: added html-webpack-plugin-django to README (#1716)8f92788fix: don't add extra meta tag if it exists (#1802)432e6a0refactor: avoid guard (#1801)7ecf1ebdocs: fix broken links (#1800)d6135dfdocs: add missing version 4.5.2e7b7341docs: fix typo24119d5test: test case for thecjsextension (#1799)6ad0e55fix(types): fix type forchunkSortMode(#1798)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for html-webpack-plugin since your current version.
Updates jest from 21.2.1 to 29.6.2
Release notes
Sourced from jest's releases.
v29.6.2
Fixes
[jest-circus]Fix snapshot matchers in concurrent tests when nr of tests exceedsmaxConcurrency(#14335)[@jest/core]When running global setup and teardown, do not try to change themessageproperty of the thrown error object when themessageproperty is unwritable (#14113)[jest-snapshot]Move@types/prettierfromdependenciestodevDependencies(#14328)[jest-snapshot]Throw an explicit error if Prettier v3 is used (#14367)[jest-reporters]Add "skipped" and "todo" symbols to Github Actions Reporter (#14309)Chore & Maintenance
[@jest/core]Usepluralizefromjest-utilrather than own internal (#14322)New Contributors
@Kloenmade their first contribution in jestjs/jest#14328@eryue0220made their first contribution in jestjs/jest#14322@david-szabo97made their first contribution in jestjs/jest#14113Full Changelog: https://github.com/jestjs/jest/compare/v29.6.1...v29.6.2
v29.6.1
Fixes
Full Changelog: https://github.com/jestjs/jest/compare/v29.6.0...v29.6.1
v29.6.0
Features
[jest-circus, jest-snapshot]Add support for snapshot matchers in concurrent tests (#14139)[jest-cli]Include type definitions to generated config files (#14078)[jest-snapshot]Support arrays as property matchers (#14025)[jest-core, jest-circus, jest-reporter, jest-runner]Added support for reporting about start individual test cases using jest-circus (#14174)Fixes
[jest-circus]Prevent false test failures caused by promise rejections handled asynchronously (#14110)[jest-config]Handle frozen config object (#14054)[jest-config]AllowcoverageDirectoryandcollectCoverageFromin project config (#14180)[jest-core]Always use workers in watch mode to avoid crashes (#14059).[jest-environment-jsdom, jest-environment-node]Fix assignment ofcustomExportConditionsviatestEnvironmentOptionswhen custom env subclass defines a default value (#13989)[jest-matcher-utils]Fix copying value of inherited getters (#14007)[jest-mock]Tweak typings to allowjest.replaceProperty()replace methods (#14008)[jest-mock]Improve user input validation and error messages ofspyOnandreplacePropertymethods (#14087)[jest-runtime]Bindjest.isolateModulesAsynctothis(#14083)[jest-runtime]ForwardwrapperLengthto theScriptconstructor ascolumnOffsetfor accurate debugging (#14148)[jest-runtime]Guard_isMockFunctionaccess within(#14188)[jest-snapshot]Fix a potential bug when not using prettier and improve performance (#14036)
... (truncated)
Changelog
Sourced from jest's changelog.
29.6.2
Fixes
[jest-circus]Fix snapshot matchers in concurrent tests when nr of tests exceedsmaxConcurrency(#14335)[@jest/core]When running global setup and teardown, do not try to change themessageproperty of the thrown error object when themessageproperty is unwritable (#14113)[jest-snapshot]Move@types/prettierfromdependenciestodevDependencies(#14328)[jest-snapshot]Throw an explicit error if Prettier v3 is used (#14367)[jest-reporters]Add "skipped" and "todo" symbols to Github Actions Reporter (#14309)Chore & Maintenance
[@jest/core]Usepluralizefromjest-utilrather than own internal (#14322)29.6.1
Fixes
29.6.0
Features
[jest-circus, jest-snapshot]Add support for snapshot matchers in concurrent tests (#14139)[jest-cli]Include type definitions to generated config files (#14078)[jest-snapshot]Support arrays as property matchers (#14025)[jest-core, jest-circus, jest-reporter, jest-runner]Added support for reporting about start individual test cases using jest-circus (#14174)Fixes
[jest-circus]Prevent false test failures caused by promise rejections handled asynchronously (#14110)[jest-config]Handle frozen config object (#14054)[jest-config]AllowcoverageDirectoryandcollectCoverageFromin project config (#14180)[jest-core]Always use workers in watch mode to avoid crashes (#14059).[jest-environment-jsdom, jest-environment-node]Fix assignment ofcustomExportConditionsviatestEnvironmentOptionswhen custom env subclass defines a default value (#13989)[jest-matcher-utils]Fix copying value of inherited getters (#14007)[jest-mock]Tweak typings to allowjest.replaceProperty()replace methods (#14008)[jest-mock]Improve user input validation and error messages ofspyOnandreplacePropertymethods (#14087)[jest-runtime]Bindjest.isolateModulesAsynctothis(#14083)[jest-runtime]ForwardwrapperLengthto theScriptconstructor ascolumnOffsetfor accurate debugging (#14148)[jest-runtime]Guard_isMockFunctionaccess within(#14188)[jest-snapshot]Fix a potential bug when not using prettier and improve performance (#14036)[@jest/transform]Do not instrument.jsonmodules (#14048)[jest-worker]Restart a shut down worker before sending it a task (#14015)Chore & Maintenance
... (truncated)
Commits
0fd5b1cv29.6.21f019afv29.6.1c1e5b8av29.6.06ffa48dchore: upgrade TypeScript to v5 (#14155)a95eeb6chore: update tsd runner (#14020)39f3bedv29.5.0a49c886v29.4.36d2632aUpdate copyrights with Meta Platforms, restore original license in Jasmine fo...f0fc92ev29.4.2bc7b20cchore: make sure to exclude .eslintcache from published module (#13832)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by simenb, a new releaser for jest since your current version.
Updates webpack from 3.11.0 to 5.88.2
Release notes
Sourced from webpack's releases.
v5.88.2
Bug Fixes
- Fixed a bug where unused identifiers should retain names when using css modules by
@burhanudayin webpack/webpack#17444Full Changelog: https://github.com/webpack/webpack/compare/v5.88.1...v5.88.2
v5.88.1
Developer Experience
- Significantly improve TypeScript coverage for Library Plugins by
@alexander-akaitin webpack/webpack#17414Full Changelog: https://github.com/webpack/webpack/compare/v5.88.0...v5.88.1
v5.88.0
New Features
- [CSS] - Use
css/autoas the default css mode by@burhanudayin webpack/webpack#17399Bug Fixes
- Fix bugs related to require.context and layer by
@alexander-akaitin webpack/webpack#17388- Fix bug in runtime for CSS loading by
@alexander-akaitin webpack/webpack#17400- Correct indirect call for tagged template expressions using correct this context by
@alexander-akaitin webpack/webpack#17397- Update environment support for KaiOS browser by
@steverepin webpack/webpack#17395- Fix async module runtime code for running top-level-await by
@ahabhgkin webpack/webpack#17393Developer Experience
- Add example for stats minimal output by
@ersachin3112in webpack/webpack#17406- Significantly improve type coverage for Dependency, Runtime, Template classes by
@alexander-akaitin webpack/webpack#17394Dependencies & Maintenance
- Bump browserslist from 4.21.8 to 4.21.9 by
@dependabotin webpack/webpack#17389- Bump acorn from 8.8.2 to 8.9.0 by
@dependabotin webpack/webpack#17402- Bump eslint from 8.42.0 to 8.43.0 by
@dependabotin webpack/webpack#17401- Bump eslint-plugin-jest from 27.2.1 to 27.2.2 by
@dependabotin webpack/webpack#17407New Contributors
@steverepmade their first contribution in webpack/webpack#17395Full Changelog: https://github.com/webpack/webpack/compare/v5.87.0...v5.88.0
v5.87.0
New Features
- Implement
fetchPriorityfeature as parser option and magic comment by@alexander-akaitin webpack/webpack#17249- [CSS] - Introduce 'css/auto' as a css module type by
@ahabhgkin webpack/webpack#16577- [CSS] - Style-specific fields now automatically resolve in package.json by
@burhanudayin webpack/webpack#17346- webpack configuration API now accepts "falsy values" loaders and plugins by
@alexander-akaitin webpack/webpack#17339Bug Fixes
- Fix codecov badge in readme by
@burhanudayin webpack/webpack#17353Developer Experience
... (truncated)
Commits
1f99ad65.88.2066cd49Merge pull request #17444 from burhanuday/fix/css-unused-identifiersa9cbd06fix: unusued identifiers should retain names6be40655.88.1aee6035Merge pull request #17414 from webpack/types-more-again158e044refactor(types): more3092f7crefactor(types): morecc734afrefactor(types): more1e18b1d5.88.0d15c734Merge pull request #17394 from webpack/refactor-more-types- Additional commits viewable in compare view
Maintainer changes
This version was pushed to np...
Description has been truncated