[PR #42] Bump json5, css-loader, style-loader and webpack #40

Open
opened 2026-02-26 04:36:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mccxiv/torrent-web/pull/42
Author: @dependabot[bot]
Created: 12/29/2022
Status: 🔄 Open

Base: masterHead: dependabot/npm_and_yarn/json5-and-css-loader-and-style-loader-and-webpack--removed


📝 Commits (1)

  • b9b4e87 Bump json5, css-loader, style-loader and webpack

📊 Changes

2 files changed (+565 additions, -2976 deletions)

View changed files

📝 package-lock.json (+562 -2973)
📝 package.json (+3 -3)

📄 Description

Removes json5. It's no longer used after updating ancestor dependencies json5, css-loader, style-loader and webpack. These dependencies need to be updated together.

Removes json5

Updates css-loader from 0.28.7 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
Maintainer changes

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


Updates style-loader from 0.19.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 webpack from 3.9.1 to 5.75.0

Release notes

Sourced from webpack's releases.

v5.75.0

Bugfixes

  • experiments.* normalize to false when opt-out
  • avoid NaN%
  • show the correct error when using a conflicting chunk name in code
  • HMR code tests existance of window before trying to access it
  • fix eval-nosources-* actually exclude sources
  • fix race condition where no module is returned from processing module
  • fix position of standalong semicolon in runtime code

Features

  • add support for @import to extenal CSS when using experimental CSS in node
  • add i64 support to the deprecated WASM implementation

Developer Experience

  • expose EnableWasmLoadingPlugin
  • add more typings
  • generate getters instead of readonly properties in typings to allow overriding them

v5.74.0

Features

  • add resolve.extensionAlias option which allows to alias extensions
    • This is useful when you are forced to add the .js extension to imports when the file really has a .ts extension (typescript + "type": "module")
  • add support for ES2022 features like static blocks
  • add Tree Shaking support for ProvidePlugin

Bugfixes

  • fix persistent cache when some build dependencies are on a different windows drive
  • make order of evaluation of side-effect-free modules deterministic between concatenated and non-concatenated modules
  • remove left-over from debugging in TLA/async modules runtime code
  • remove unneeded extra 1s timestamp offset during watching when files are actually untouched
    • This sometimes caused an additional second build which are not really needed
  • fix shareScope option for ModuleFederationPlugin
  • set "use-credentials" also for same origin scripts

Performance

  • Improve memory usage and performance of aggregating needed files/directories for watching
    • This affects rebuild performance

Extensibility

  • export HarmonyImportDependency for plugins

v5.73.0

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mccxiv/torrent-web/pull/42 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/29/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/json5-and-css-loader-and-style-loader-and-webpack--removed` --- ### 📝 Commits (1) - [`b9b4e87`](https://github.com/mccxiv/torrent-web/commit/b9b4e875658d17d48070949c609d6a3cfed17509) Bump json5, css-loader, style-loader and webpack ### 📊 Changes **2 files changed** (+565 additions, -2976 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+562 -2973) 📝 `package.json` (+3 -3) </details> ### 📄 Description Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependencies [json5](https://github.com/json5/json5), [css-loader](https://github.com/webpack-contrib/css-loader), [style-loader](https://github.com/webpack-contrib/style-loader) and [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together. Removes `json5` Updates `css-loader` from 0.28.7 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/v0.28.7...v6.7.3">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 css-loader since your current version.</p> </details> <br /> Updates `style-loader` from 0.19.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.19.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 `webpack` from 3.9.1 to 5.75.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.75.0</h2> <h1>Bugfixes</h1> <ul> <li><code>experiments.*</code> normalize to <code>false</code> when opt-out</li> <li>avoid <code>NaN%</code></li> <li>show the correct error when using a conflicting chunk name in code</li> <li>HMR code tests existance of <code>window</code> before trying to access it</li> <li>fix <code>eval-nosources-*</code> actually exclude sources</li> <li>fix race condition where no module is returned from processing module</li> <li>fix position of standalong semicolon in runtime code</li> </ul> <h1>Features</h1> <ul> <li>add support for <code>@import</code> to extenal CSS when using experimental CSS in node</li> <li>add <code>i64</code> support to the deprecated WASM implementation</li> </ul> <h1>Developer Experience</h1> <ul> <li>expose <code>EnableWasmLoadingPlugin</code></li> <li>add more typings</li> <li>generate getters instead of readonly properties in typings to allow overriding them</li> </ul> <h2>v5.74.0</h2> <h1>Features</h1> <ul> <li>add <code>resolve.extensionAlias</code> option which allows to alias extensions <ul> <li>This is useful when you are forced to add the <code>.js</code> extension to imports when the file really has a <code>.ts</code> extension (typescript + <code>&quot;type&quot;: &quot;module&quot;</code>)</li> </ul> </li> <li>add support for ES2022 features like static blocks</li> <li>add Tree Shaking support for <code>ProvidePlugin</code></li> </ul> <h1>Bugfixes</h1> <ul> <li>fix persistent cache when some build dependencies are on a different windows drive</li> <li>make order of evaluation of side-effect-free modules deterministic between concatenated and non-concatenated modules</li> <li>remove left-over from debugging in TLA/async modules runtime code</li> <li>remove unneeded extra 1s timestamp offset during watching when files are actually untouched <ul> <li>This sometimes caused an additional second build which are not really needed</li> </ul> </li> <li>fix <code>shareScope</code> option for <code>ModuleFederationPlugin</code></li> <li>set <code>&quot;use-credentials&quot;</code> also for same origin scripts</li> </ul> <h1>Performance</h1> <ul> <li>Improve memory usage and performance of aggregating needed files/directories for watching <ul> <li>This affects rebuild performance</li> </ul> </li> </ul> <h1>Extensibility</h1> <ul> <li>export <code>HarmonyImportDependency</code> for plugins</li> </ul> <h2>v5.73.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/8241da7f1e75c5581ba535d127fa66aeb9eb2ac8"><code>8241da7</code></a> 5.75.0</li> <li><a href="https://github.com/webpack/webpack/commit/a91d9232ea87eedbe9077366395748f156730a2d"><code>a91d923</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16458">#16458</a> from webpack/bugfix/semi</li> <li><a href="https://github.com/webpack/webpack/commit/4608b114168f25eef4cfe9a27645cec40e7a68b5"><code>4608b11</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16457">#16457</a> from webpack/tooling/update</li> <li><a href="https://github.com/webpack/webpack/commit/dfdd0b0e42a479f60c1f84ced2fc4e3bdb2b2456"><code>dfdd0b0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16122">#16122</a> from AnmolBansalDEV/bug/compilationCallback</li> <li><a href="https://github.com/webpack/webpack/commit/23b9a1c01ff5bb4570aece5a99d703aa564a8f3a"><code>23b9a1c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16167">#16167</a> from exposir/fixts</li> <li><a href="https://github.com/webpack/webpack/commit/6f2c5e852a502a049ed8e37cfdc428305573b6b1"><code>6f2c5e8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16257">#16257</a> from alexzhang1030/calc_deterministic_verbose</li> <li><a href="https://github.com/webpack/webpack/commit/f7f36ad412760c29cf727a4e952eeeba23570d36"><code>f7f36ad</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16339">#16339</a> from Liamolucko/wasm-i64</li> <li><a href="https://github.com/webpack/webpack/commit/761a54285e7b4e24727e7bb17e9291e264fe5351"><code>761a542</code></a> fix semicolon position</li> <li><a href="https://github.com/webpack/webpack/commit/2403a36326248f7f515959a479baa257288bef4d"><code>2403a36</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16345">#16345</a> from ahabhgk/fix-eval-nosources</li> <li><a href="https://github.com/webpack/webpack/commit/c18203c89447cd6728aa1f9d77b03aff7ae6e03f"><code>c18203c</code></a> update tooling</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v3.9.1...v5.75.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mccxiv/torrent-web/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/torrent-web-mccxiv#40
No description provided.