[PR #39] Bump json5, babel-loader, copy-webpack-plugin, css-loader, jest, style-loader, ts-jest, ts-loader and webpack #39

Open
opened 2026-08-18 13:43:46 +00:00 by bendtherules · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bendtherules/github-delete-unused-repos/pull/39
Author: @dependabot[bot]
Created: 12/30/2022
Status: 🔄 Open

Base: masterHead: dependabot/npm_and_yarn/json5-and-babel-loader-and-copy-webpack-plugin-and-css-loader-and-jest-and-style-loader-and-ts-jest-and-ts-loader-and-webpack-2.2.2


📝 Commits (1)

  • 550ce81 Bump json5, babel-loader, copy-webpack-plugin, css-loader, jest, style-loader, ts-jest, ts-loader and webpack

📊 Changes

3 files changed (+10048 additions, -8808 deletions)

View changed files

📝 package-lock.json (+7556 -6507)
📝 package.json (+8 -8)
📝 yarn.lock (+2484 -2293)

📄 Description

Bumps json5 to 2.2.2 and updates ancestor dependencies json5, babel-loader, copy-webpack-plugin, css-loader, jest, style-loader, ts-jest, ts-loader and webpack. These dependencies need to be updated together.

Updates json5 from 0.5.1 to 2.2.2

Release notes

Sourced from json5's releases.

v2.2.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).

v2.2.1

  • Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)

v2.2.0

  • New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244)

v2.1.3 [code, diff]

  • Fix: An out of memory bug when parsing numbers has been fixed. (#228, #229)

v2.1.2

  • Fix: Bump minimist to v1.2.5. (#222)

v2.1.1

  • New: package.json and package.json5 include a module property so bundlers like webpack, rollup and parcel can take advantage of the ES Module build. (#208)
  • Fix: stringify outputs \0 as \\x00 when followed by a digit. (#210)
  • Fix: Spelling mistakes have been fixed. (#196)

v2.1.0

  • New: The index.mjs and index.min.mjs browser builds in the dist directory support ES6 modules. (#187)

v2.0.1

  • Fix: The browser builds in the dist directory support ES5. (#182)

v2.0.0

  • Major: JSON5 officially supports Node.js v6 and later. Support for Node.js v4 has been dropped. Since Node.js v6 supports ES5 features, the code has been rewritten in native ES5, and the dependence on Babel has been eliminated.

  • New: Support for Unicode 10 has been added.

  • New: The test framework has been migrated from Mocha to Tap.

  • New: The browser build at dist/index.js is no longer minified by default. A minified version is available at dist/index.min.js. (#181)

  • Fix: The warning has been made clearer when line and paragraph separators are used in strings.

  • Fix: package.json5 has been restored, and it is automatically generated and

... (truncated)

Changelog

Sourced from json5's changelog.

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]

  • Fix: An out of memory bug when parsing numbers has been fixed. (#228, #229)

v2.1.2 [code, diff]

  • Fix: Bump minimist to v1.2.5. (#222)

v2.1.1 [code, diff]

  • New: package.json and package.json5 include a module property so bundlers like webpack, rollup and parcel can take advantage of the ES Module build. (#208)
  • Fix: stringify outputs \0 as \\x00 when followed by a digit. (#210)
  • Fix: Spelling mistakes have been fixed. (#196)

... (truncated)

Commits
  • 14f8cb1 2.2.2
  • 10cc7ca docs: update CHANGELOG for v2.2.2
  • 7774c10 fix: add proto to objects and arrays
  • edde30a Readme: slight tweak to intro
  • 97286f8 Improve example in readme
  • d720b4f Improve readme (e.g. explain JSON5 better!) (#291)
  • 910ce25 docs: fix spelling of Aseem
  • 2aab4dd test: require tap as t in cli tests
  • 6d42686 test: remove mocha syntax from tests
  • 4798b9d docs: update installation and usage for modules
  • Additional commits viewable in compare view

Updates babel-loader from 7.1.4 to 9.1.0

Release notes

Sourced from babel-loader's releases.

v9.1.0

New features

Full Changelog: https://github.com/babel/babel-loader/compare/v9.0.1...v9.1.0

v9.0.1

Bug Fixes

Full Changelog: https://github.com/babel/babel-loader/compare/v9.0.0...v9.0.1

v9.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.5...v9.0.0

v8.3.0

New features

Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.5...v8.3.0

v8.2.5

What's Changed

New Contributors

Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5

v8.2.4

What's Changed

Thanks @​loveDstyle, @​stianjensen and @​pathmapper for your first PRs!

8.2.3

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by nicolo-ribaudo, a new releaser for babel-loader since your current version.


Updates copy-webpack-plugin from 4.5.1 to 11.0.0

Release notes

Sourced from copy-webpack-plugin's releases.

v11.0.0

11.0.0 (2022-05-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0

v10.2.4

10.2.4 (2022-01-31)

Bug Fixes

v10.2.3

10.2.3 (2022-01-29)

Bug Fixes

v10.2.2

10.2.2 (2022-01-28)

Bug Fixes

v10.2.1

10.2.1 (2022-01-20)

Bug Fixes

v10.2.0

10.2.0 (2021-12-16)

Features

  • removed cjs wrapper and generated types in commonjs format (export = and namespaces used in types), now you can directly use exported types (#654) (5901006)

v10.1.0

10.1.0 (2021-12-10)

... (truncated)

Changelog

Sourced from copy-webpack-plugin's changelog.

11.0.0 (2022-05-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0

build

10.2.4 (2022-01-31)

Bug Fixes

10.2.3 (2022-01-29)

Bug Fixes

10.2.2 (2022-01-28)

Bug Fixes

10.2.1 (2022-01-20)

Bug Fixes

10.2.0 (2021-12-16)

Features

  • removed cjs wrapper and generated types in commonjs format (export = and namespaces used in types), now you can directly use exported types (#654) (5901006)

10.1.0 (2021-12-10)

Features

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for copy-webpack-plugin since your current version.


Updates css-loader from 1.0.0 to 6.7.3

Release notes

Sourced from css-loader's releases.

v6.7.3

6.7.3 (2022-12-14)

Bug Fixes

v6.7.2

6.7.2 (2022-11-13)

Bug Fixes

  • css modules generation with inline syntax (#1480) (2f4c273)

v6.7.1

6.7.1 (2022-03-08)

Bug Fixes

v6.7.0

6.7.0 (2022-03-04)

Features

v6.6.0

6.6.0 (2022-02-02)

Features

  • added the hashStrategy option (ca4abce)

v6.5.1

6.5.1 (2021-11-03)

Bug Fixes

  • regression with unicode characters in locals (b7a8441)
  • runtime path generation (#1393) (feafea8)

v6.5.0

... (truncated)

Changelog

Sourced from css-loader's changelog.

6.7.3 (2022-12-14)

Bug Fixes

6.7.2 (2022-11-13)

Bug Fixes

  • css modules generation with inline syntax (#1480) (2f4c273)

6.7.1 (2022-03-08)

Bug Fixes

6.7.0 (2022-03-04)

Features

6.6.0 (2022-02-02)

Features

  • added the hashStrategy option (ca4abce)

6.5.1 (2021-11-03)

Bug Fixes

  • regression with unicode characters in locals (b7a8441)
  • runtime path generation (#1393) (feafea8)

6.5.0 (2021-10-26)

Features

  • support absolute URL in url() when experiments.buildHttp enabled (#1389) (8946be4)

... (truncated)

Commits

Updates jest from 22.4.4 to 29.3.1

Release notes

Sourced from jest's releases.

v29.3.1

Fixes

  • [jest-config] Do not warn about preset in ProjectConfig #13583

Performance

  • [jest-transform] Defer creation of cache directory #13420

v29.3.0

Features

  • [jest-runtime] Support WebAssembly (Wasm) imports in ESM modules (#13505)

Fixes

  • [jest-config] Add config validation for projects option (#13565)
  • [jest-mock] Treat cjs modules as objects so they can be mocked (#13513)
  • [jest-worker] Throw an error instead of hanging when jest workers terminate unexpectedly (#13566)

Chore & Maintenance

  • [@jest/transform] Update convert-source-map (#13509)
  • [docs] Mention toStrictEqual in UsingMatchers docs. (#13560)

New Contributors

Full Changelog: https://github.com/facebook/jest/compare/v29.2.2...v29.3.0

v29.2.2

Fixes

  • [@jest/test-sequencer] Make sure sharding does not produce empty groups (#13476)
  • [jest-circus] Test marked as todo are shown as todo when inside a focussed describe (#13504)
  • [jest-mock] Ensure mock resolved and rejected values are promises from correct realm (#13503)
  • [jest-snapshot] Don't highlight passing asymmetric property matchers in snapshot diff (#13480)

Chore & Maintenance

  • [docs] Update link to Jest 28 upgrade guide in error message (#13483)
  • [jest-runner, jest-watcher] Update emittery (#13490)

New Contributors

... (truncated)

Changelog

Sourced from jest's changelog.

29.3.1

Fixes

  • [jest-config] Do not warn about preset in ProjectConfig (#13583)

Performance

  • [jest-transform] Defer creation of cache directory (#13420)

29.3.0

Features

  • [jest-runtime] Support WebAssembly (Wasm) imports in ESM modules (#13505)

Fixes

  • [jest-config] Add config validation for projects option (#13565)
  • [jest-mock] Treat cjs modules as objects so they can be mocked (#13513)
  • [jest-worker] Throw an error instead of hanging when jest workers terminate unexpectedly (#13566)

Chore & Maintenance

  • [@jest/transform] Update convert-source-map (#13509)
  • [docs] Mention toStrictEqual in UsingMatchers docs. (#13560)

29.2.2

Fixes

  • [@jest/test-sequencer] Make sure sharding does not produce empty groups (#13476)
  • [jest-circus] Test marked as todo are shown as todo when inside a focussed describe (#13504)
  • [jest-mock] Ensure mock resolved and rejected values are promises from correct realm (#13503)
  • [jest-snapshot] Don't highlight passing asymmetric property matchers in snapshot diff (#13480)

Chore & Maintenance

  • [docs] Update link to Jest 28 upgrade guide in error message (#13483)
  • [jest-runner, jest-watcher] Update emittery (#13490)

29.2.1

Features

  • [@jest/globals, jest-mock] Add jest.Spied* utility types (#13440)

Fixes

  • [jest-environment-node] make globalThis.performance writable for Node 19 and fake timers (#13467)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by simenb, a new releaser for jest since your current version.


Updates style-loader from 0.23.0 to 3.3.1

Release notes

Sourced from style-loader's releases.

v3.3.1

3.3.1 (2021-10-21)

Bug Fixes

v3.3.0

3.3.0 (2021-09-21)

Features

  • added support for supports(), layer() and media from @import at-rules (b9a600c)
  • allow to pass options to insert function through style.use() (#535) (f8ef63b)

v3.2.1

3.2.1 (2021-07-20)

Bug Fixes

  • added the styletagtransform option when it is a module to addBuildDependency (#528) (270513f)

v3.2.0

3.2.0 (2021-07-20)

Features

Bug Fixes

  • added the insert option when it is a module to addBuildDependency (#527) (3963c0b)

v3.1.0

3.1.0 (2021-07-12)

Features

  • allow to specify the insert option from file, we strongly recommend do it, using the insert option from file will reduce your bundle size, example (#521) (56fc8f0)
  • allow to specify the styleTagTransform option from file, we strongly recommend do it, using the styleTagTransform option from file will reduce your bundle size, example

Bug Fixes

... (truncated)

Changelog

Sourced from style-loader's changelog.

3.3.1 (2021-10-21)

Bug Fixes

3.3.0 (2021-09-21)

Features

  • added support for supports(), layer() and media from @import at-rules (b9a600c)
  • allow to pass options to insert function through style.use() (#535) (f8ef63b)

3.2.1 (2021-07-20)

Bug Fixes

  • added the styletagtransform option when it is a module to addBuildDependency (#528) (270513f)

3.2.0 (2021-07-20)

Features

Bug Fixes

  • added the insert option when it is a module to addBuildDependency (#527) (3963c0b)

3.1.0 (2021-07-12)

Features

  • allow to specify the insert option from file, we strongly recommend do it, using the insert option from file will reduce your bundle size, example (#521) (56fc8f0)
  • allow to specify the styleTagTransform option from file, we strongly recommend do it, using the styleTagTransform option from file will reduce your bundle size, example

Bug Fixes

3.0.0 (2021-06-24)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for style-loader since your current version.


Updates ts-jest from 22.4.6 to 29.0.3

Release notes

Sourced from ts-jest's releases.

v29.0.3

Please refer to CHANGELOG.md for details.

v29.0.2

Please refer to CHANGELOG.md for details.

v29.0.1

Please refer to CHANGELOG.md for details.

v29.0.0

Please refer to CHANGELOG.md for details.

v29.0.0-next.1

Please refer to CHANGELOG.md for details.

v29.0.0-next.0

Please refer to CHANGELOG.md for details.

v28.0.8

Please refer to CHANGELOG.md for details.

v28.0.7

No release notes provided.

v28.0.6

No release notes provided.

v28.0.5

No release notes provided.

v28.0.4

No release notes provided.

v28.0.3

No release notes provided.

v28.0.2

No release notes provided.

v28.0.1

No release notes provided.

v28.0.0

No release notes provided.

v28.0.0-next.3

No release notes provided.

v28.0.0-next.2

No release notes provided.

... (truncated)

Changelog

Sourced from ts-jest's changelog.

29.0.3 (2022-09-28)

Bug Fixes

  • merge config from globals with transformer config correctly (#3842) (9c9fd60), closes #3841
  • presets: allow merging transform config when using presets (#3833) (afc6a94)

Features

  • add useESM option to pathsToModuleNameMapper options (#3792) (eabe906)

29.0.2 (2022-09-23)

Bug Fixes

29.0.2 (2022-09-22)

Bug Fixes

29.0.1 (2022-09-13)

Bug Fixes

  • legacy: include existing globals config in cached config (#3803) (e79be47)

Features

  • add typings for ts-jest options via transform config (#3805) (664b0f2)

29.0.0 (2022-09-08)

... (truncated)

Commits
  • 4a27966 chore(release): 29.0.3 (#3847)
  • 9c9fd60 fix: merge config from globals with transformer config correctly (#3842)
  • c76195b build(deps): Update @​types packages to ^5.38.1 (#3838)
  • 5a54a63 test(e2e): change esm nodejs condition to 14.15.0 (#3835)
  • eabe906 feat: add useESM option to pathsToModuleNameMapper options (#3792)
  • 12a90d3 docs(devs-infra): add example transform match file regex (#3834)
  • afc6a94 fix(presets): allow merging transform config when using presets (#3833)
  • 071ccbd build(deps): Update dependency eslint to ^8.24.0 (#3831)
  • 0a33c98 chore(release): 29.0.2 (#3824)
  • 214cb8c fix: use transformer config in config:init instead of globals (#3829)
  • Additional commits viewable in compare view

Updates ts-loader from 3.5.0 to 9.4.2

Release notes

Sourced from ts-loader's releases.

v9.4.2

9.4.1

v9.4.0

v9.3.1

v9.3.0

v9.2.9

v9.2.8

## 📋 Pull Request Information **Original PR:** https://github.com/bendtherules/github-delete-unused-repos/pull/39 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/30/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/json5-and-babel-loader-and-copy-webpack-plugin-and-css-loader-and-jest-and-style-loader-and-ts-jest-and-ts-loader-and-webpack-2.2.2` --- ### 📝 Commits (1) - [`550ce81`](https://github.com/bendtherules/github-delete-unused-repos/commit/550ce81540d17c017c991ec78d4fc344606383c2) Bump json5, babel-loader, copy-webpack-plugin, css-loader, jest, style-loader, ts-jest, ts-loader and webpack ### 📊 Changes **3 files changed** (+10048 additions, -8808 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+7556 -6507) 📝 `package.json` (+8 -8) 📝 `yarn.lock` (+2484 -2293) </details> ### 📄 Description Bumps [json5](https://github.com/json5/json5) to 2.2.2 and updates ancestor dependencies [json5](https://github.com/json5/json5), [babel-loader](https://github.com/babel/babel-loader), [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin), [css-loader](https://github.com/webpack-contrib/css-loader), [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest), [style-loader](https://github.com/webpack-contrib/style-loader), [ts-jest](https://github.com/kulshekhar/ts-jest), [ts-loader](https://github.com/TypeStrong/ts-loader) and [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/json5/json5/releases">json5's releases</a>.</em></p> <blockquote> <h2>v2.2.2</h2> <ul> <li>Fix: Properties with the name <code>__proto__</code> are added to objects and arrays. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/199">#199</a>) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (<a href="https://github-redirect.dependabot.com/json5/json5/issues/295">#295</a>).</li> </ul> <h2>v2.2.1</h2> <ul> <li>Fix: Removed dependence on minimist to patch CVE-2021-44906. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/266">#266</a>)</li> </ul> <h2>v2.2.0</h2> <ul> <li>New: Accurate and documented TypeScript declarations are now included. There is no need to install <code>@types/json5</code>. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/236">#236</a>, <a href="https://github-redirect.dependabot.com/json5/json5/issues/244">#244</a>)</li> </ul> <h3>v2.1.3 [<a href="https://github.com/json5/json5/tree/v2.1.3">code</a>, <a href="https://github.com/json5/json5/compare/v2.1.2...v2.1.3">diff</a>]</h3> <ul> <li>Fix: An out of memory bug when parsing numbers has been fixed. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/228">#228</a>, <a href="https://github-redirect.dependabot.com/json5/json5/issues/229">#229</a>)</li> </ul> <h2>v2.1.2</h2> <ul> <li>Fix: Bump <code>minimist</code> to <code>v1.2.5</code>. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/222">#222</a>)</li> </ul> <h2>v2.1.1</h2> <ul> <li>New: <code>package.json</code> and <code>package.json5</code> include a <code>module</code> property so bundlers like webpack, rollup and parcel can take advantage of the ES Module build. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/208">#208</a>)</li> <li>Fix: <code>stringify</code> outputs <code>\0</code> as <code>\\x00</code> when followed by a digit. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/210">#210</a>)</li> <li>Fix: Spelling mistakes have been fixed. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/196">#196</a>)</li> </ul> <h2>v2.1.0</h2> <ul> <li>New: The <code>index.mjs</code> and <code>index.min.mjs</code> browser builds in the <code>dist</code> directory support ES6 modules. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/187">#187</a>)</li> </ul> <h2>v2.0.1</h2> <ul> <li>Fix: The browser builds in the <code>dist</code> directory support ES5. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/182">#182</a>)</li> </ul> <h2>v2.0.0</h2> <ul> <li> <p><strong>Major</strong>: JSON5 officially supports Node.js v6 and later. Support for Node.js v4 has been dropped. Since Node.js v6 supports ES5 features, the code has been rewritten in native ES5, and the dependence on Babel has been eliminated.</p> </li> <li> <p>New: Support for Unicode 10 has been added.</p> </li> <li> <p>New: The test framework has been migrated from Mocha to Tap.</p> </li> <li> <p>New: The browser build at <code>dist/index.js</code> is no longer minified by default. A minified version is available at <code>dist/index.min.js</code>. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/181">#181</a>)</p> </li> <li> <p>Fix: The warning has been made clearer when line and paragraph separators are used in strings.</p> </li> <li> <p>Fix: <code>package.json5</code> has been restored, and it is automatically generated and</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/json5/json5/blob/main/CHANGELOG.md">json5's changelog</a>.</em></p> <blockquote> <h3>v2.2.2 [<a href="https://github.com/json5/json5/tree/v2.2.2">code</a>, <a href="https://github.com/json5/json5/compare/v2.2.1...v2.2.2">diff</a>]</h3> <ul> <li>Fix: Properties with the name <code>__proto__</code> are added to objects and arrays. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/199">#199</a>) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (<a href="https://github-redirect.dependabot.com/json5/json5/issues/295">#295</a>).</li> </ul> <h3>v2.2.1 [<a href="https://github.com/json5/json5/tree/v2.2.1">code</a>, <a href="https://github.com/json5/json5/compare/v2.2.0...v2.2.1">diff</a>]</h3> <ul> <li>Fix: Removed dependence on minimist to patch CVE-2021-44906. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/266">#266</a>)</li> </ul> <h3>v2.2.0 [<a href="https://github.com/json5/json5/tree/v2.2.0">code</a>, <a href="https://github.com/json5/json5/compare/v2.1.3...v2.2.0">diff</a>]</h3> <ul> <li>New: Accurate and documented TypeScript declarations are now included. There is no need to install <code>@types/json5</code>. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/236">#236</a>, <a href="https://github-redirect.dependabot.com/json5/json5/issues/244">#244</a>)</li> </ul> <h3>v2.1.3 [<a href="https://github.com/json5/json5/tree/v2.1.3">code</a>, <a href="https://github.com/json5/json5/compare/v2.1.2...v2.1.3">diff</a>]</h3> <ul> <li>Fix: An out of memory bug when parsing numbers has been fixed. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/228">#228</a>, <a href="https://github-redirect.dependabot.com/json5/json5/issues/229">#229</a>)</li> </ul> <h3>v2.1.2 [<a href="https://github.com/json5/json5/tree/v2.1.2">code</a>, <a href="https://github.com/json5/json5/compare/v2.1.1...v2.1.2">diff</a>]</h3> <ul> <li>Fix: Bump <code>minimist</code> to <code>v1.2.5</code>. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/222">#222</a>)</li> </ul> <h3>v2.1.1 [<a href="https://github.com/json5/json5/tree/v2.1.1">code</a>, <a href="https://github.com/json5/json5/compare/v2.0.1...v2.1.1">diff</a>]</h3> <ul> <li>New: <code>package.json</code> and <code>package.json5</code> include a <code>module</code> property so bundlers like webpack, rollup and parcel can take advantage of the ES Module build. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/208">#208</a>)</li> <li>Fix: <code>stringify</code> outputs <code>\0</code> as <code>\\x00</code> when followed by a digit. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/210">#210</a>)</li> <li>Fix: Spelling mistakes have been fixed. (<a href="https://github-redirect.dependabot.com/json5/json5/issues/196">#196</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/json5/json5/commit/14f8cb186e8abdfaccf6527171da7b1224374650"><code>14f8cb1</code></a> 2.2.2</li> <li><a href="https://github.com/json5/json5/commit/10cc7ca9169b59c5e0f5afc03dbd870cd06bcc46"><code>10cc7ca</code></a> docs: update CHANGELOG for v2.2.2</li> <li><a href="https://github.com/json5/json5/commit/7774c1097993bc3ce9f0ac4b722a32bf7d6871c8"><code>7774c10</code></a> fix: add <strong>proto</strong> to objects and arrays</li> <li><a href="https://github.com/json5/json5/commit/edde30abd8b22facf2c06c72586b9f6edf12700d"><code>edde30a</code></a> Readme: slight tweak to intro</li> <li><a href="https://github.com/json5/json5/commit/97286f8bd542c89dcee096bc05dd28ed2dfc1e16"><code>97286f8</code></a> Improve example in readme</li> <li><a href="https://github.com/json5/json5/commit/d720b4fe4ad800b726da6b0f43c8454c4310fe8d"><code>d720b4f</code></a> Improve readme (e.g. explain JSON5 better!) (<a href="https://github-redirect.dependabot.com/json5/json5/issues/291">#291</a>)</li> <li><a href="https://github.com/json5/json5/commit/910ce25914ed366a39a610b17bcd581b5da02d32"><code>910ce25</code></a> docs: fix spelling of Aseem</li> <li><a href="https://github.com/json5/json5/commit/2aab4dd2a7c212dd4af7b91f29aa315c20251b92"><code>2aab4dd</code></a> test: require tap as t in cli tests</li> <li><a href="https://github.com/json5/json5/commit/6d426865cec0ba7e20d4a98341e61cf26176b8fb"><code>6d42686</code></a> test: remove mocha syntax from tests</li> <li><a href="https://github.com/json5/json5/commit/4798b9dbde850c8e84e59ac58ba2894ef184434d"><code>4798b9d</code></a> docs: update installation and usage for modules</li> <li>Additional commits viewable in <a href="https://github.com/json5/json5/compare/v0.5.1...v2.2.2">compare view</a></li> </ul> </details> <br /> Updates `babel-loader` from 7.1.4 to 9.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel-loader/releases">babel-loader's releases</a>.</em></p> <blockquote> <h2>v9.1.0</h2> <h2>New features</h2> <ul> <li>Pass external dependencies from Babel to Webpack by <a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a> in <a href="https://github-redirect.dependabot.com/babel/babel-loader/pull/971">babel/babel-loader#971</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/babel/babel-loader/compare/v9.0.1...v9.1.0">https://github.com/babel/babel-loader/compare/v9.0.1...v9.1.0</a></p> <h2>v9.0.1</h2> <h2>Bug Fixes</h2> <ul> <li>remove &quot;node:&quot; builtin prefix by <a href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a href="https://github-redirect.dependabot.com/babel/babel-loader/pull/970">babel/babel-loader#970</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/babel/babel-loader/compare/v9.0.0...v9.0.1">https://github.com/babel/babel-loader/compare/v9.0.0...v9.0.1</a></p> <h2>v9.0.0</h2> <h2>What's Changed</h2> <ul> <li>update hash method mechanism so it doesn't fail on a fips enabled machine by <a href="https://github.com/darmbrust"><code>@​darmbrust</code></a> in <a href="https://github-redirect.dependabot.com/babel/babel-loader/pull/939">babel/babel-loader#939</a></li> <li>Require babel ^7.12.0 and Node.js &gt;= 14.15.0 versions by <a href="https://github.com/JLHwung"><code>@​JLHwung</code></a> in <a href="https://github-redirect.dependabot.com/babel/babel-loader/pull/956">babel/babel-loader#956</a></li> <li>Remove dependency on loader-utils and drop webpack 4 support by <a href="https://github.com/nied"><code>@​nied</code></a> in <a href="https://github-redirect.dependabot.com/babel/babel-loader/pull/942">babel/babel-loader#942</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/darmbrust"><code>@​darmbrust</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/babel/babel-loader/pull/939">babel/babel-loader#939</a></li> <li><a href="https://github.com/nied"><code>@​nied</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/babel/babel-loader/pull/942">babel/babel-loader#942</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/babel/babel-loader/compare/v8.2.5...v9.0.0">https://github.com/babel/babel-loader/compare/v8.2.5...v9.0.0</a></p> <h2>v8.3.0</h2> <h2>New features</h2> <ul> <li>Pass external dependencies from Babel to Webpack by <a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a> in <a href="https://github-redirect.dependabot.com/babel/babel-loader/pull/971">babel/babel-loader#971</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/babel/babel-loader/compare/v8.2.5...v8.3.0">https://github.com/babel/babel-loader/compare/v8.2.5...v8.3.0</a></p> <h2>v8.2.5</h2> <h2>What's Changed</h2> <ul> <li>fix: respect <code>inputSourceMap</code> loader option by <a href="https://github.com/alan-agius4"><code>@​alan-agius4</code></a> in <a href="https://github-redirect.dependabot.com/babel/babel-loader/pull/896">babel/babel-loader#896</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/alan-agius4"><code>@​alan-agius4</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/babel/babel-loader/pull/896">babel/babel-loader#896</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5">https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5</a></p> <h2>v8.2.4</h2> <h2>What's Changed</h2> <ul> <li>doc(README.md): fix a broken markdown link by <a href="https://github.com/loveDstyle"><code>@​loveDstyle</code></a> in <a href="https://github-redirect.dependabot.com/babel/babel-loader/pull/919">babel/babel-loader#919</a></li> <li>Bump loader-utils to 2.x by <a href="https://github.com/stianjensen"><code>@​stianjensen</code></a> in <a href="https://github-redirect.dependabot.com/babel/babel-loader/pull/931">babel/babel-loader#931</a></li> <li>Use md5 hashing for OpenSSL 3 by <a href="https://github.com/pathmapper"><code>@​pathmapper</code></a> in <a href="https://github-redirect.dependabot.com/babel/babel-loader/pull/924">babel/babel-loader#924</a></li> </ul> <p>Thanks <a href="https://github.com/loveDstyle"><code>@​loveDstyle</code></a>, <a href="https://github.com/stianjensen"><code>@​stianjensen</code></a> and <a href="https://github.com/pathmapper"><code>@​pathmapper</code></a> for your first PRs!</p> <h2>8.2.3</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel-loader/commit/15fbacf5e99cedf17f86753311e15b6e47157913"><code>15fbacf</code></a> 9.1.0</li> <li><a href="https://github.com/babel/babel-loader/commit/6348e1cb323bb3d57492cc72c964717c2e3699b7"><code>6348e1c</code></a> Pass external dependencies from Babel to Webpack (<a href="https://github-redirect.dependabot.com/babel/babel-loader/issues/971">#971</a>)</li> <li><a href="https://github.com/babel/babel-loader/commit/457b9adc7c9e31eb65ae3553fd19a4b6fbf358e7"><code>457b9ad</code></a> Update webpack</li> <li><a href="https://github.com/babel/babel-loader/commit/f42ac9bdd9c58b4cc7855097b8004b2377ebed82"><code>f42ac9b</code></a> 9.0.1</li> <li><a href="https://github.com/babel/babel-loader/commit/4f9c0bf4caa685a02ffb5de6888864fac9c6058a"><code>4f9c0bf</code></a> remove &quot;node:&quot; builtin prefix (<a href="https://github-redirect.dependabot.com/babel/babel-loader/issues/970">#970</a>)</li> <li><a href="https://github.com/babel/babel-loader/commit/9ff288f1c8dc21031c43ce8d46ed0995a54f6cf4"><code>9ff288f</code></a> 9.0.0</li> <li><a href="https://github.com/babel/babel-loader/commit/006a3dc4138a7e962a6a290c32f6700bf38bd184"><code>006a3dc</code></a> Update README.md</li> <li><a href="https://github.com/babel/babel-loader/commit/daed88afc1910bbccd76ed0729db64ddf070574f"><code>daed88a</code></a> Update README.md</li> <li><a href="https://github.com/babel/babel-loader/commit/0ed5fd6030f758164cd5f873453fbf793d3de4c5"><code>0ed5fd6</code></a> Bump ini from 1.3.5 to 1.3.8 (<a href="https://github-redirect.dependabot.com/babel/babel-loader/issues/968">#968</a>)</li> <li><a href="https://github.com/babel/babel-loader/commit/b1749e3c19eb392c97684a2c62d729703fb83236"><code>b1749e3</code></a> Bump y18n from 4.0.0 to 4.0.3 (<a href="https://github-redirect.dependabot.com/babel/babel-loader/issues/967">#967</a>)</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel-loader/compare/v7.1.4...v9.1.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~nicolo-ribaudo">nicolo-ribaudo</a>, a new releaser for babel-loader since your current version.</p> </details> <br /> Updates `copy-webpack-plugin` from 4.5.1 to 11.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/releases">copy-webpack-plugin's releases</a>.</em></p> <blockquote> <h2>v11.0.0</h2> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">11.0.0</a> (2022-05-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li> </ul> <h2>v10.2.4</h2> <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.3...v10.2.4">10.2.4</a> (2022-01-31)</h3> <h3>Bug Fixes</h3> <ul> <li>types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/666">#666</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/a1c2308511a4cccb92a22cb395b6eb66dc1c776b">a1c2308</a>)</li> </ul> <h2>v10.2.3</h2> <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.2...v10.2.3">10.2.3</a> (2022-01-29)</h3> <h3>Bug Fixes</h3> <ul> <li>async <code>to</code> support (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/fd095fb79399df5edbd06d9dbd1ed30fe4f7eb24">fd095fb</a>)</li> </ul> <h2>v10.2.2</h2> <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.1...v10.2.2">10.2.2</a> (2022-01-28)</h3> <h3>Bug Fixes</h3> <ul> <li>types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/664">#664</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f58470ee1275330046b0867f70bcd3f2378a2a25">f58470e</a>)</li> </ul> <h2>v10.2.1</h2> <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.0...v10.2.1">10.2.1</a> (2022-01-20)</h3> <h3>Bug Fixes</h3> <ul> <li>types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/661">#661</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/324aecb42ebd5594dcd1a607522cbbf1c512baff">324aecb</a>)</li> </ul> <h2>v10.2.0</h2> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.1.0...v10.2.0">10.2.0</a> (2021-12-16)</h2> <h3>Features</h3> <ul> <li>removed cjs wrapper and generated types in commonjs format (<code>export =</code> and <code>namespaces</code> used in types), now you can directly use exported types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/654">#654</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/590100688f66b9a7591f1f46a02de0cc6967032c">5901006</a>)</li> </ul> <h2>v10.1.0</h2> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.0.0...v10.1.0">10.1.0</a> (2021-12-10)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md">copy-webpack-plugin's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">11.0.0</a> (2022-05-17)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li> </ul> <h3>build</h3> <ul> <li>drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691">#691</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a">675c676</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.3...v10.2.4">10.2.4</a> (2022-01-31)</h3> <h3>Bug Fixes</h3> <ul> <li>types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/666">#666</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/a1c2308511a4cccb92a22cb395b6eb66dc1c776b">a1c2308</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.2...v10.2.3">10.2.3</a> (2022-01-29)</h3> <h3>Bug Fixes</h3> <ul> <li>async <code>to</code> support (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/fd095fb79399df5edbd06d9dbd1ed30fe4f7eb24">fd095fb</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.1...v10.2.2">10.2.2</a> (2022-01-28)</h3> <h3>Bug Fixes</h3> <ul> <li>types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/664">#664</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f58470ee1275330046b0867f70bcd3f2378a2a25">f58470e</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.0...v10.2.1">10.2.1</a> (2022-01-20)</h3> <h3>Bug Fixes</h3> <ul> <li>types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/661">#661</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/324aecb42ebd5594dcd1a607522cbbf1c512baff">324aecb</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.1.0...v10.2.0">10.2.0</a> (2021-12-16)</h2> <h3>Features</h3> <ul> <li>removed cjs wrapper and generated types in commonjs format (<code>export =</code> and <code>namespaces</code> used in types), now you can directly use exported types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/654">#654</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/590100688f66b9a7591f1f46a02de0cc6967032c">5901006</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.0.0...v10.1.0">10.1.0</a> (2021-12-10)</h2> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f3b2c2419cb519d697a8c42a9c073a8c228a8a0b"><code>f3b2c24</code></a> chore(release): 11.0.0</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/8424ca82c11782f38d5125d9fa4e2d66b910ade6"><code>8424ca8</code></a> chore(deps): regenerate lock file (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/693">#693</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a"><code>675c676</code></a> build: drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691">#691</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/a2b1f199e8445ab45193d1f638209dc4fe6907ca"><code>a2b1f19</code></a> chore: update gitub actions (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/692">#692</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/238c062ffee93d9281383ca103bb3684f33aed52"><code>238c062</code></a> chore: upgrade dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/688">#688</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/e27006edc3d339d1c1b4af60f0e4dc3d08ccb47d"><code>e27006e</code></a> ci: remove node v17 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/687">#687</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/e50d708535360e229694c35ce5452a7c124d18ce"><code>e50d708</code></a> chore: add node 18 to workflow (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/686">#686</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f1a91e6c1a94fd3b0358db7c1f7ee6786163168f"><code>f1a91e6</code></a> ci: don't install webpack again (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/680">#680</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/64cf06f13954951ddb7e6e9c33490b2aa4ad9fdf"><code>64cf06f</code></a> docs: add path string to options signature (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/683">#683</a>)</li> <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/4b18a6be394d39c0a997cde4adcc234abc469bb9"><code>4b18a6b</code></a> docs: improve readme</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v4.5.1...v11.0.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~evilebottnawi">evilebottnawi</a>, a new releaser for copy-webpack-plugin since your current version.</p> </details> <br /> Updates `css-loader` from 1.0.0 to 6.7.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/css-loader/releases">css-loader's releases</a>.</em></p> <blockquote> <h2>v6.7.3</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.7.2...v6.7.3">6.7.3</a> (2022-12-14)</h3> <h3>Bug Fixes</h3> <ul> <li>remove <code>sourceURL</code> from emitted CSS (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1487">#1487</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/962924c79e274be9f6f81d39eac651c1a4876bc2">962924c</a>)</li> </ul> <h2>v6.7.2</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.7.1...v6.7.2">6.7.2</a> (2022-11-13)</h3> <h3>Bug Fixes</h3> <ul> <li>css modules generation with inline syntax (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1480">#1480</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/2f4c27399fdadace5af221ae8df95a36642a377e">2f4c273</a>)</li> </ul> <h2>v6.7.1</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.7.0...v6.7.1">6.7.1</a> (2022-03-08)</h3> <h3>Bug Fixes</h3> <ul> <li>defaultGetLocalIdent export (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1427">#1427</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/74dac1e428569236d386ff4e0f971e35c334087a">74dac1e</a>)</li> </ul> <h2>v6.7.0</h2> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v6.6.0...v6.7.0">6.7.0</a> (2022-03-04)</h2> <h3>Features</h3> <ul> <li>re-export defaultGetLocalIdent (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1423">#1423</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/207cf36d541423f12a8d6680b21530c52a2f07d5">207cf36</a>)</li> </ul> <h2>v6.6.0</h2> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v6.5.1...v6.6.0">6.6.0</a> (2022-02-02)</h2> <h3>Features</h3> <ul> <li>added the <code>hashStrategy</code> option (<a href="https://github.com/webpack-contrib/css-loader/commit/ca4abce74d01bc13959e30a4dbbd1ca3a0516d72">ca4abce</a>)</li> </ul> <h2>v6.5.1</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.5.0...v6.5.1">6.5.1</a> (2021-11-03)</h3> <h3>Bug Fixes</h3> <ul> <li>regression with unicode characters in locals (<a href="https://github.com/webpack-contrib/css-loader/commit/b7a84414fb3f6e6ff413cbbb7004fa74a78da331">b7a8441</a>)</li> <li>runtime path generation (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1393">#1393</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/feafea812a95db05e9b52beaced0def611bba5c8">feafea8</a>)</li> </ul> <h2>v6.5.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md">css-loader's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.7.2...v6.7.3">6.7.3</a> (2022-12-14)</h3> <h3>Bug Fixes</h3> <ul> <li>remove <code>sourceURL</code> from emitted CSS (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1487">#1487</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/962924c79e274be9f6f81d39eac651c1a4876bc2">962924c</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.7.1...v6.7.2">6.7.2</a> (2022-11-13)</h3> <h3>Bug Fixes</h3> <ul> <li>css modules generation with inline syntax (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1480">#1480</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/2f4c27399fdadace5af221ae8df95a36642a377e">2f4c273</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.7.0...v6.7.1">6.7.1</a> (2022-03-08)</h3> <h3>Bug Fixes</h3> <ul> <li>defaultGetLocalIdent export (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1427">#1427</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/74dac1e428569236d386ff4e0f971e35c334087a">74dac1e</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v6.6.0...v6.7.0">6.7.0</a> (2022-03-04)</h2> <h3>Features</h3> <ul> <li>re-export defaultGetLocalIdent (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1423">#1423</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/207cf36d541423f12a8d6680b21530c52a2f07d5">207cf36</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v6.5.1...v6.6.0">6.6.0</a> (2022-02-02)</h2> <h3>Features</h3> <ul> <li>added the <code>hashStrategy</code> option (<a href="https://github.com/webpack-contrib/css-loader/commit/ca4abce74d01bc13959e30a4dbbd1ca3a0516d72">ca4abce</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.5.0...v6.5.1">6.5.1</a> (2021-11-03)</h3> <h3>Bug Fixes</h3> <ul> <li>regression with unicode characters in locals (<a href="https://github.com/webpack-contrib/css-loader/commit/b7a84414fb3f6e6ff413cbbb7004fa74a78da331">b7a8441</a>)</li> <li>runtime path generation (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1393">#1393</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/feafea812a95db05e9b52beaced0def611bba5c8">feafea8</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v6.4.0...v6.5.0">6.5.0</a> (2021-10-26)</h2> <h3>Features</h3> <ul> <li>support absolute URL in <code>url()</code> when <code>experiments.buildHttp</code> enabled (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1389">#1389</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/8946be4d0f2c0237cd5fa846d67d469ff20058a4">8946be4</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/css-loader/commit/ef749f29f8696b93f9eea61e6d00f2bb30ce094c"><code>ef749f2</code></a> chore(release): 6.7.3</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/36fb945ac914384ac41ad453b40c2de0c7810c88"><code>36fb945</code></a> chore: fix cspell</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/962924c79e274be9f6f81d39eac651c1a4876bc2"><code>962924c</code></a> fix: remove <code>sourceURL</code> from emitted CSS (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1487">#1487</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/3f3f302808b72f6c6b7b25e8e29852e99554ae1a"><code>3f3f302</code></a> chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1486">#1486</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/04ca71342ba82ea2c2e1585bf393bcad066f413f"><code>04ca713</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1485">#1485</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/9449827b3f422f9577bf013c0af2672b49a202da"><code>9449827</code></a> chore: update styfle/cancel-workflow-action (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1484">#1484</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/6c67af8c06e8674a4fa42a869a20952597892189"><code>6c67af8</code></a> chore: add cSpell to check spelling issues (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1482">#1482</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/239b9ac45066587ba425450284a93b066d7a8557"><code>239b9ac</code></a> chore(deps): bump loader-utils from 2.0.3 to 2.0.4 (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1481">#1481</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/394d200cf9409813f163c3c99fd71129ce935a59"><code>394d200</code></a> chore(release): 6.7.2</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/2f4c27399fdadace5af221ae8df95a36642a377e"><code>2f4c273</code></a> fix: css modules generation with inline syntax (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1480">#1480</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/css-loader/compare/v1.0.0...v6.7.3">compare view</a></li> </ul> </details> <br /> Updates `jest` from 22.4.4 to 29.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/releases">jest's releases</a>.</em></p> <blockquote> <h2>v29.3.1</h2> <h2>Fixes</h2> <ul> <li><code>[jest-config]</code> Do not warn about <code>preset</code> in <code>ProjectConfig</code> <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13583">#13583</a></li> </ul> <h2>Performance</h2> <ul> <li><code>[jest-transform]</code> Defer creation of cache directory <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13420">#13420</a></li> </ul> <h2>v29.3.0</h2> <h2>Features</h2> <ul> <li><code>[jest-runtime]</code> Support WebAssembly (Wasm) imports in ESM modules (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13505">#13505</a>)</li> </ul> <h2>Fixes</h2> <ul> <li><code>[jest-config]</code> Add config validation for <code>projects</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13565">#13565</a>)</li> <li><code>[jest-mock]</code> Treat cjs modules as objects so they can be mocked (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13513">#13513</a>)</li> <li><code>[jest-worker]</code> Throw an error instead of hanging when jest workers terminate unexpectedly (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13566">#13566</a>)</li> </ul> <h2>Chore &amp; Maintenance</h2> <ul> <li><code>[@jest/transform]</code> Update <code>convert-source-map</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13509">#13509</a>)</li> <li><code>[docs]</code> Mention <code>toStrictEqual</code> in UsingMatchers docs. (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13560">#13560</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Tofandel"><code>@​Tofandel</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13513">facebook/jest#13513</a></li> <li><a href="https://github.com/RyWilliams"><code>@​RyWilliams</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13520">facebook/jest#13520</a></li> <li><a href="https://github.com/waikoo"><code>@​waikoo</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13447">facebook/jest#13447</a></li> <li><a href="https://github.com/kachkaev"><code>@​kachkaev</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13505">facebook/jest#13505</a></li> <li><a href="https://github.com/ibuibu"><code>@​ibuibu</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13565">facebook/jest#13565</a></li> <li><a href="https://github.com/necipallef"><code>@​necipallef</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13560">facebook/jest#13560</a></li> <li><a href="https://github.com/ravshansbox"><code>@​ravshansbox</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13533">facebook/jest#13533</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v29.2.2...v29.3.0">https://github.com/facebook/jest/compare/v29.2.2...v29.3.0</a></p> <h2>v29.2.2</h2> <h2>Fixes</h2> <ul> <li><code>[@jest/test-sequencer]</code> Make sure sharding does not produce empty groups (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13476">#13476</a>)</li> <li><code>[jest-circus]</code> Test marked as <code>todo</code> are shown as todo when inside a focussed describe (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13504">#13504</a>)</li> <li><code>[jest-mock]</code> Ensure mock resolved and rejected values are promises from correct realm (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13503">#13503</a>)</li> <li><code>[jest-snapshot]</code> Don't highlight passing asymmetric property matchers in snapshot diff (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/13480">#13480</a>)</li> </ul> <h2>Chore &amp; Maintenance</h2> <ul> <li><code>[docs]</code> Update link to Jest 28 upgrade guide in error message (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13483">#13483</a>)</li> <li><code>[jest-runner, jest-watcher]</code> Update <code>emittery</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13490">#13490</a>)</li> </ul> <h2>New Contributors</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/blob/main/CHANGELOG.md">jest's changelog</a>.</em></p> <blockquote> <h2>29.3.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-config]</code> Do not warn about <code>preset</code> in <code>ProjectConfig</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13583">#13583</a>)</li> </ul> <h3>Performance</h3> <ul> <li><code>[jest-transform]</code> Defer creation of cache directory (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13420">#13420</a>)</li> </ul> <h2>29.3.0</h2> <h3>Features</h3> <ul> <li><code>[jest-runtime]</code> Support WebAssembly (Wasm) imports in ESM modules (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13505">#13505</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-config]</code> Add config validation for <code>projects</code> option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13565">#13565</a>)</li> <li><code>[jest-mock]</code> Treat cjs modules as objects so they can be mocked (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13513">#13513</a>)</li> <li><code>[jest-worker]</code> Throw an error instead of hanging when jest workers terminate unexpectedly (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13566">#13566</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[@jest/transform]</code> Update <code>convert-source-map</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13509">#13509</a>)</li> <li><code>[docs]</code> Mention <code>toStrictEqual</code> in UsingMatchers docs. (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13560">#13560</a>)</li> </ul> <h2>29.2.2</h2> <h3>Fixes</h3> <ul> <li><code>[@jest/test-sequencer]</code> Make sure sharding does not produce empty groups (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13476">#13476</a>)</li> <li><code>[jest-circus]</code> Test marked as <code>todo</code> are shown as todo when inside a focussed describe (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13504">#13504</a>)</li> <li><code>[jest-mock]</code> Ensure mock resolved and rejected values are promises from correct realm (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13503">#13503</a>)</li> <li><code>[jest-snapshot]</code> Don't highlight passing asymmetric property matchers in snapshot diff (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/13480">#13480</a>)</li> </ul> <h3>Chore &amp; Maintenance</h3> <ul> <li><code>[docs]</code> Update link to Jest 28 upgrade guide in error message (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13483">#13483</a>)</li> <li><code>[jest-runner, jest-watcher]</code> Update <code>emittery</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13490">#13490</a>)</li> </ul> <h2>29.2.1</h2> <h3>Features</h3> <ul> <li><code>[@jest/globals, jest-mock]</code> Add <code>jest.Spied*</code> utility types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13440">#13440</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-environment-node]</code> make <code>globalThis.performance</code> writable for Node 19 and fake timers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13467">#13467</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/jest/commit/05deb8393c4ad71e19be2567b704dfd3a2ab5fc9"><code>05deb83</code></a> v29.3.1</li> <li><a href="https://github.com/facebook/jest/commit/84b8de987b33e2da20dc833aeb65f23d72a673cd"><code>84b8de9</code></a> v29.3.0</li> <li><a href="https://github.com/facebook/jest/commit/0a8edbe0ac434394a16cc173a03ff54a9cc50e41"><code>0a8edbe</code></a> v29.2.2</li> <li><a href="https://github.com/facebook/jest/commit/4551c0fdd4d25b7206824957c7bcc6baf61e63bf"><code>4551c0f</code></a> v29.2.1</li> <li><a href="https://github.com/facebook/jest/commit/ee5b37a4f4433afcfffb0356cea47739d8092287"><code>ee5b37a</code></a> v29.2.0</li> <li><a href="https://github.com/facebook/jest/commit/22322c9acc3197e43337b5415755823f09f410fe"><code>22322c9</code></a> refactor: use a single root tsconfig for type tests (<a href="https://github.com/facebook/jest/tree/HEAD/packages/jest/issues/13358">#13358</a>)</li> <li><a href="https://github.com/facebook/jest/commit/3c31dd619e8c022cde53f40fa12ea2a67f4752ce"><code>3c31dd6</code></a> v29.1.2</li> <li><a href="https://github.com/facebook/jest/commit/fd9cd900ad0904421a3d97661fdc3337194da1f9"><code>fd9cd90</code></a> v29.1.1</li> <li><a href="https://github.com/facebook/jest/commit/51f10300daf90db003a1749ceaed1084c4f74811"><code>51f1030</code></a> v29.1.0</li> <li><a href="https://github.com/facebook/jest/commit/77f865da39af5b3e1c114dc347e49257eb3dcfd1"><code>77f865d</code></a> v29.0.3</li> <li>Additional commits viewable in <a href="https://github.com/facebook/jest/commits/v29.3.1/packages/jest">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~simenb">simenb</a>, a new releaser for jest since your current version.</p> </details> <br /> Updates `style-loader` from 0.23.0 to 3.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/style-loader/releases">style-loader's releases</a>.</em></p> <blockquote> <h2>v3.3.1</h2> <h3><a href="https://github.com/webpack-contrib/style-loader/compare/v3.3.0...v3.3.1">3.3.1</a> (2021-10-21)</h3> <h3>Bug Fixes</h3> <ul> <li>small perf improvement (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/544">#544</a>) (<a href="https://github.com/webpack-contrib/style-loader/commit/610524ef6266c27e147d3c0003e7825b08f17454">610524e</a>)</li> </ul> <h2>v3.3.0</h2> <h2><a href="https://github.com/webpack-contrib/style-loader/compare/v3.2.1...v3.3.0">3.3.0</a> (2021-09-21)</h2> <h3>Features</h3> <ul> <li>added support for <code>supports()</code>, <code>layer()</code> and <code>media</code> from <code>@import</code> at-rules (<a href="https://github.com/webpack-contrib/style-loader/commit/b9a600c87aa3f68caabcaa80f0a1c340e739e30e">b9a600c</a>)</li> <li>allow to pass options to <code>insert</code> function through <code>style.use()</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/535">#535</a>) (<a href="https://github.com/webpack-contrib/style-loader/commit/f8ef63b86a603232395f7708c508d6c3b639e92d">f8ef63b</a>)</li> </ul> <h2>v3.2.1</h2> <h3><a href="https://github.com/webpack-contrib/style-loader/compare/v3.2.0...v3.2.1">3.2.1</a> (2021-07-20)</h3> <h3>Bug Fixes</h3> <ul> <li>added the <code>styletagtransform</code> option when it is a module to <code>addBuildDependency</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/528">#528</a>) (<a href="https://github.com/webpack-contrib/style-loader/commit/270513fa76e13c96a36c2ae11e4dd526dfb9d72f">270513f</a>)</li> </ul> <h2>v3.2.0</h2> <h2><a href="https://github.com/webpack-contrib/style-loader/compare/v3.1.0...v3.2.0">3.2.0</a> (2021-07-20)</h2> <h3>Features</h3> <ul> <li>add link field in schema (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/525">#525</a>) (<a href="https://github.com/webpack-contrib/style-loader/commit/7ed345678cc1d01e3a93bf18ca2014d7b5419481">7ed3456</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>added the <code>insert</code> option when it is a module to <code>addBuildDependency</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/527">#527</a>) (<a href="https://github.com/webpack-contrib/style-loader/commit/3963c0bae298112754d8cc3fd1536499cefa65a6">3963c0b</a>)</li> </ul> <h2>v3.1.0</h2> <h2><a href="https://github.com/webpack-contrib/style-loader/compare/v3.0.0...v3.1.0">3.1.0</a> (2021-07-12)</h2> <h3>Features</h3> <ul> <li>allow to specify the <code>insert</code> option from file, we strongly recommend do it, using the <code>insert</code> option from file will reduce your bundle size, <a href="https://github.com/webpack-contrib/style-loader#absolute-path-to-function">example</a> (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/521">#521</a>) (<a href="https://github.com/webpack-contrib/style-loader/commit/56fc8f021c69407e4ad03a5d345c614b04789389">56fc8f0</a>)</li> <li>allow to specify the <code>styleTagTransform</code> option from file, we strongly recommend do it, using the <code>styleTagTransform</code> option from file will reduce your bundle size, <a href="https://github.com/webpack-contrib/style-loader#string-1">example</a></li> </ul> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md">style-loader's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack-contrib/style-loader/compare/v3.3.0...v3.3.1">3.3.1</a> (2021-10-21)</h3> <h3>Bug Fixes</h3> <ul> <li>small perf improvement (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/544">#544</a>) (<a href="https://github.com/webpack-contrib/style-loader/commit/610524ef6266c27e147d3c0003e7825b08f17454">610524e</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/style-loader/compare/v3.2.1...v3.3.0">3.3.0</a> (2021-09-21)</h2> <h3>Features</h3> <ul> <li>added support for <code>supports()</code>, <code>layer()</code> and <code>media</code> from <code>@import</code> at-rules (<a href="https://github.com/webpack-contrib/style-loader/commit/b9a600c87aa3f68caabcaa80f0a1c340e739e30e">b9a600c</a>)</li> <li>allow to pass options to <code>insert</code> function through <code>style.use()</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/535">#535</a>) (<a href="https://github.com/webpack-contrib/style-loader/commit/f8ef63b86a603232395f7708c508d6c3b639e92d">f8ef63b</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/style-loader/compare/v3.2.0...v3.2.1">3.2.1</a> (2021-07-20)</h3> <h3>Bug Fixes</h3> <ul> <li>added the <code>styletagtransform</code> option when it is a module to <code>addBuildDependency</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/528">#528</a>) (<a href="https://github.com/webpack-contrib/style-loader/commit/270513fa76e13c96a36c2ae11e4dd526dfb9d72f">270513f</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/style-loader/compare/v3.1.0...v3.2.0">3.2.0</a> (2021-07-20)</h2> <h3>Features</h3> <ul> <li>add link field in schema (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/525">#525</a>) (<a href="https://github.com/webpack-contrib/style-loader/commit/7ed345678cc1d01e3a93bf18ca2014d7b5419481">7ed3456</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>added the <code>insert</code> option when it is a module to <code>addBuildDependency</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/527">#527</a>) (<a href="https://github.com/webpack-contrib/style-loader/commit/3963c0bae298112754d8cc3fd1536499cefa65a6">3963c0b</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/style-loader/compare/v3.0.0...v3.1.0">3.1.0</a> (2021-07-12)</h2> <h3>Features</h3> <ul> <li>allow to specify the <code>insert</code> option from file, we strongly recommend do it, using the <code>insert</code> option from file will reduce your bundle size, <a href="https://github.com/webpack-contrib/style-loader#absolute-path-to-function">example</a> (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/521">#521</a>) (<a href="https://github.com/webpack-contrib/style-loader/commit/56fc8f021c69407e4ad03a5d345c614b04789389">56fc8f0</a>)</li> <li>allow to specify the <code>styleTagTransform</code> option from file, we strongly recommend do it, using the <code>styleTagTransform</code> option from file will reduce your bundle size, <a href="https://github.com/webpack-contrib/style-loader#string-1">example</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>reduce runtime (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/519">#519</a>) (<a href="https://github.com/webpack-contrib/style-loader/commit/8a26186c364b45028fb6baeb4a05365c4d3526e2">8a26186</a>)</li> <li>reduce runtime when you use custom options (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/520">#520</a>) (<a href="https://github.com/webpack-contrib/style-loader/commit/21c80c8c2f2ca751124f26f5984195e20f2ac665">21c80c8</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/style-loader/compare/v2.0.0...v3.0.0">3.0.0</a> (2021-06-24)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/style-loader/commit/46634166f2ace8894ba6ec1e464832325db29fb9"><code>4663416</code></a> chore(release): 3.3.1</li> <li><a href="https://github.com/webpack-contrib/style-loader/commit/610524ef6266c27e147d3c0003e7825b08f17454"><code>610524e</code></a> fix: small perf improvement (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/544">#544</a>)</li> <li><a href="https://github.com/webpack-contrib/style-loader/commit/c799ecc82cd389a1354f692c6bd9829c9a5250c3"><code>c799ecc</code></a> chore(release): 3.3.0</li> <li><a href="https://github.com/webpack-contrib/style-loader/commit/b47718a4f6d452c06af0a0ae847d55aeab713b13"><code>b47718a</code></a> test: update (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/542">#542</a>)</li> <li><a href="https://github.com/webpack-contrib/style-loader/commit/43bede4415c5ccb4680d558725e0066f715aa175"><code>43bede4</code></a> refactor: code (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/541">#541</a>)</li> <li><a href="https://github.com/webpack-contrib/style-loader/commit/b9a600c87aa3f68caabcaa80f0a1c340e739e30e"><code>b9a600c</code></a> feat: added support for <code>@supports</code>, <code>@layer</code> and <code>@media</code> from <code>@import</code> at-...</li> <li><a href="https://github.com/webpack-contrib/style-loader/commit/74fa1cfde01857da0e7b3b019f57d298ba1f92c9"><code>74fa1cf</code></a> chore(deps): update (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/539">#539</a>)</li> <li><a href="https://github.com/webpack-contrib/style-loader/commit/cdf0ba79f0214973ce0efb5d19c75b0993e36582"><code>cdf0ba7</code></a> refactor: code</li> <li><a href="https://github.com/webpack-contrib/style-loader/commit/caf66a09f36e6d9eb388d22f760e2779d9639ef6"><code>caf66a0</code></a> chore(deps): update</li> <li><a href="https://github.com/webpack-contrib/style-loader/commit/f8ef63b86a603232395f7708c508d6c3b639e92d"><code>f8ef63b</code></a> feat: allow to pass options to <code>insert</code> function through <code>style.use()</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/style-loader/issues/535">#535</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/style-loader/compare/v0.23.0...v3.3.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~evilebottnawi">evilebottnawi</a>, a new releaser for style-loader since your current version.</p> </details> <br /> Updates `ts-jest` from 22.4.6 to 29.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/releases">ts-jest's releases</a>.</em></p> <blockquote> <h2>v29.0.3</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v29.0.2</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v29.0.1</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v29.0.0</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v29.0.0-next.1</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v29.0.0-next.0</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v28.0.8</h2> <p>Please refer to <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v28.0.7</h2> <p>No release notes provided.</p> <h2>v28.0.6</h2> <p>No release notes provided.</p> <h2>v28.0.5</h2> <p>No release notes provided.</p> <h2>v28.0.4</h2> <p>No release notes provided.</p> <h2>v28.0.3</h2> <p>No release notes provided.</p> <h2>v28.0.2</h2> <p>No release notes provided.</p> <h2>v28.0.1</h2> <p>No release notes provided.</p> <h2>v28.0.0</h2> <p>No release notes provided.</p> <h2>v28.0.0-next.3</h2> <p>No release notes provided.</p> <h2>v28.0.0-next.2</h2> <p>No release notes provided.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">ts-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.0.2...v29.0.3">29.0.3</a> (2022-09-28)</h2> <h3>Bug Fixes</h3> <ul> <li>merge config from <code>globals</code> with transformer config correctly (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3842">#3842</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/9c9fd6097aea36a6e8b06b0e8841df22896f9121">9c9fd60</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3841">#3841</a></li> <li><strong>presets:</strong> allow merging transform config when using presets (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3833">#3833</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/afc6a948b17c2dc22be51b1a9475a0f6ecbbc372">afc6a94</a>)</li> </ul> <h3>Features</h3> <ul> <li>add <code>useESM</code> option to <code>pathsToModuleNameMapper</code> options (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3792">#3792</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/eabe906e1dd6b132a7b0d05ffc13172cd8a6b73b">eabe906</a>)</li> </ul> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.0.1...v29.0.2">29.0.2</a> (2022-09-23)</h2> <h3>Bug Fixes</h3> <ul> <li>mark <code>ts-jest</code> as optional in <code>ConfigGlobals</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3816">#3816</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/cbb88bba34dbb852d8f4013be6e020769feb306d">cbb88bb</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3815">#3815</a></li> <li>use correct typings for <code>config:init</code> command (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3825">#3825</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/21b94dbca25b762f79e63b92dea12d830f444570">21b94db</a>)</li> </ul> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.0.1...v29.0.2">29.0.2</a> (2022-09-22)</h2> <h3>Bug Fixes</h3> <ul> <li>mark <code>ts-jest</code> as optional in <code>ConfigGlobals</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3816">#3816</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/cbb88bba34dbb852d8f4013be6e020769feb306d">cbb88bb</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3815">#3815</a></li> </ul> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v29.0.0...v29.0.1">29.0.1</a> (2022-09-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>legacy:</strong> include existing globals config in cached config (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3803">#3803</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/e79be47d2b81a677d0dd39d84328a38ca0f0ffc6">e79be47</a>)</li> </ul> <h3>Features</h3> <ul> <li>add typings for <code>ts-jest</code> options via <code>transform</code> config (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3805">#3805</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/664b0f2b446a36dd7661f4840ca3dd7722f1f6ff">664b0f2</a>)</li> </ul> <h1><a href="https://github.com/kulshekhar/ts-jest/compare/v29.0.0-next.1...v29.0.0">29.0.0</a> (2022-09-08)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/4a27966e55530f9199447f512523a14b3763457e"><code>4a27966</code></a> chore(release): 29.0.3 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3847">#3847</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/9c9fd6097aea36a6e8b06b0e8841df22896f9121"><code>9c9fd60</code></a> fix: merge config from <code>globals</code> with transformer config correctly (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3842">#3842</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/c76195baaacad7d1e0aadfa7320aa60d0a652f38"><code>c76195b</code></a> build(deps): Update <a href="https://github.com/types"><code>@​types</code></a> packages to ^5.38.1 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3838">#3838</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/5a54a63e1d200d4a2c9f65f1b7477408471f910d"><code>5a54a63</code></a> test(e2e): change esm nodejs condition to 14.15.0 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3835">#3835</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/eabe906e1dd6b132a7b0d05ffc13172cd8a6b73b"><code>eabe906</code></a> feat: add <code>useESM</code> option to <code>pathsToModuleNameMapper</code> options (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3792">#3792</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/12a90d30d637f0d284e4e214df7c96aae2def9c4"><code>12a90d3</code></a> docs(devs-infra): add example transform match file regex (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3834">#3834</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/afc6a948b17c2dc22be51b1a9475a0f6ecbbc372"><code>afc6a94</code></a> fix(presets): allow merging transform config when using presets (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3833">#3833</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/071ccbd2969a0590f911018131d61588036ed443"><code>071ccbd</code></a> build(deps): Update dependency eslint to ^8.24.0 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3831">#3831</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/0a33c9833b853908f47487b465d0c3e24b657371"><code>0a33c98</code></a> chore(release): 29.0.2 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3824">#3824</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/214cb8c47ca4c190372a2c003f890338c2d9b30d"><code>214cb8c</code></a> fix: use transformer config in <code>config:init</code> instead of <code>globals</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/3829">#3829</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v22.4.6...v29.0.3">compare view</a></li> </ul> </details> <br /> Updates `ts-loader` from 3.5.0 to 9.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TypeStrong/ts-loader/releases">ts-loader's releases</a>.</em></p> <blockquote> <h2>v9.4.2</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1550">Bug fix: Use custom transformer when building solution references</a> <a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1025">#1025</a> - thanks <a href="https://github.com/feosuna1"><code>@​feosuna1</code></a></li> </ul> <h2>9.4.1</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1505">Hotfix: Disable <code>enhanced-resolve</code></a> - thanks <a href="https://github.com/manuth"><code>@​manuth</code></a></li> </ul> <h2>v9.4.0</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1503">Add Support for Resolving <code>.cjs</code>, <code>.mjs</code>, <code>.cts</code> and <code>.mts</code> Files</a> <a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1503">#1503</a> - thanks <a href="https://github.com/manuth"><code>@​manuth</code></a></li> </ul> <h2>v9.3.1</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1483">Bug fix: Generate declaration files for js files if allowJs is set to true</a> <a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1260">#1260</a> - thanks <a href="https://github.com/hediet"><code>@​hediet</code></a> and <a href="https://github.com/mvilliger"><code>@​mvilliger</code></a></li> </ul> <h2>v9.3.0</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1451">simplify configuration for fork-ts-checker-webpack-plugin</a> - thanks <a href="https://github.com/piotr-oles"><code>@​piotr-oles</code></a></li> </ul> <h2>v9.2.9</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1447">make v9 latest following v8 release</a> - thanks <a href="https://github.com/johnnyreilly"><code>@​johnnyreilly</code></a></li> </ul> <h2>v9.2.8</h2> <ul> <li><a href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1439">Bug fix: support webpack 5 in ts-loader</a> <a href="https://github-redirect.dependabot.com/Ty... _Description has been truncated_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
bendtherules added the pull-request label 2026-08-18 13:43:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bendtherules/github-delete-unused-repos#39