Bumps the npm_and_yarn group in /src/views with 4 updates: html-webpack-plugin, source-map-loader, svg-url-loader and loader-utils.
Updates html-webpack-plugin
from 3.2.0 to 5.6.0
Changelog
Sourced from html-webpack-plugin's changelog.
5.6.0 (2023年12月19日)
Features
- add
@rspack/core
as an optional peer dependency (#1829) (56ff3ae)
- Added support
type=systemjs-module
via the scriptLoading
option (#1822) (7effc30)
Bug Fixes
5.5.4 (2023年12月06日)
Bug Fixes
5.5.3 (2023年06月10日)
Bug Fixes
5.5.2 (2023年06月08日)
Bug Fixes
5.5.1 (2023年04月15日)
Bug Fixes
- perf: defer loading of pretty-error to improve startup time (#1789) (988709d)
5.5.0 (2021年10月25日)
Features
... (truncated)
Commits
ebfa1ce
chore(release): 5.6.0
56ff3ae
feat: add @rspack/core
as an optional peer dependency (#1829)
c79f2cf
fix: memoy leak (#1836)
7effc30
feat: Added support type=systemjs-module
via the scriptLoading
option (#1...
318cd4d
docs: add html-webpack-inject-attributes-plugin to readme (#1787)
91ba8bb
chore(release): 5.5.4
fe231d3
docs: add js-entry-webpack-plugin (#1732)
5c15284
test: case for watch/serve and reemitting assets (#1812)
a214736
fix: reemit assets from loaders (#1811)
0db3c2b
refactor: fix regression after refactor and testing (#1810)
- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for html-webpack-plugin since your current version.
Updates source-map-loader
from 0.1.6 to 5.0.0
Release notes
Sourced from source-map-loader's releases.
v5.0.0
5.0.0 (2024年01月15日)
⚠ BREAKING CHANGES
- minimum supported Node.js version is
18.12.0
(#230) (7fcab17)
v4.0.2
4.0.2 (2023年12月27日)
Bug Fixes
- avoid deprecation message of
abab
package (#228) (9daafb3)
v4.0.1
4.0.1 (2022年10月07日)
Bug Fixes
- logic when sourceRoot contains absolute URL (e724a1f)
v4.0.0
4.0.0 (2022年06月13日)
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is 14.15.0
v3.0.2
3.0.2 (2022年10月21日)
Bug Fixes
- logic when sourceRoot contains absolute URL (#191) (625cc81)
v3.0.1
3.0.1 (2022年01月03日)
Chore
v3.0.0
3.0.0 (2021年05月21日)
... (truncated)
Changelog
Sourced from source-map-loader's changelog.
5.0.0 (2024年01月15日)
⚠ BREAKING CHANGES
- minimum supported Node.js version is
18.12.0
(#230) (7fcab17)
4.0.2 (2023年12月27日)
Bug Fixes
- avoid deprecation message of
abab
package (#228) (9daafb3)
4.0.1 (2022年10月07日)
Bug Fixes
- logic when sourceRoot contains absolute URL (e724a1f)
4.0.0 (2022年06月13日)
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is 14.15.0
3.0.1 (2022年01月03日)
Chore
3.0.0 (2021年05月21日)
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is 12.13.0
2.0.2 (2021年05月17日)
Bug Fixes
- don't ignore source file when
sourceContent
contains null
(#148) (8ec2b86)
2.0.1 (2021年02月10日)
... (truncated)
Commits
accabb7
chore(release): 5.0.0
7fcab17
chore!: minimum supported Node.js version is 18.12.0
(#230)
ac7068f
chore: update dependencies to latest version (#229)
0b9bbe8
chore(release): 4.0.2
9daafb3
fix: avoid deprecation message of abab
package (#228)
fdbdeab
chore: update github action/setup-node (#227)
d680461
chore: upgrade dependencies to the latest version (#224)
5e26590
chore: update dependencies to the latest version (#223)
cba2de6
chore: update github actions/checkout (#222)
da7e3ca
chore: update dependencies to the latest version (#221)
- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for source-map-loader since your current version.
Updates svg-url-loader
from 2.3.3 to 8.0.0
Release notes
Sourced from svg-url-loader's releases.
v8.0.0
Breaking changes
Webpack 4 is no longer supported.
Dependency upgrades
... (truncated)
Commits
5e5f8e4
8.0.0
cd68595
chore: use --legacy-peer-deps
2239fce
chore: print npm version in CI
9b58a0f
feat: upgraded to webpack 5
c3db442
chore(deps): update dependency sass to v1.54.8
597a1d9
chore(deps): update dependency sass to v1.54.5
28f69e6
chore(deps): update dependency sass to v1.54.4
d581643
chore(deps): update dependency sass to v1.54.3
51fad5c
chore(deps): update dependency sass to v1.54.0
af4239a
chore(deps): update jest monorepo to v28.1.3
- Additional commits viewable in compare view
Updates loader-utils
from 0.2.17 to 1.4.0
Release notes
Sourced from loader-utils's releases.
v1.4.0
1.4.0 (2020年02月19日)
Features
- the
resourceQuery
is passed to the interpolateName
method (#163) (cd0e428)
v1.3.0
1.3.0 (2020年02月19日)
Features
- support the
[query]
template for the interpolatedName
method (#162) (469eeba)
v1.2.3
1.2.3 (2018年12月27日)
Bug Fixes
- interpolateName: don't interpolated
hashType
without hash
or contenthash
(#140) (3528fd9)
v1.2.2
1.2.2 (2018年12月27日)
Bug Fixes
- fixed a hash type extracting in interpolateName (#137) (f8a71f4)
v1.2.1
1.2.1 (2018年12月25日)
Bug Fixes
- isUrlRequest: better handle absolute urls and non standards (#134) (aca43da)
Reverts
... (truncated)
Changelog
Sourced from loader-utils's changelog.
1.4.0 (2020年02月19日)
Features
- the
resourceQuery
is passed to the interpolateName
method (#163) (cd0e428)
1.3.0 (2020年02月19日)
Features
- support the
[query]
template for the interpolatedName
method (#162) (469eeba)
1.2.3 (2018年12月27日)
Bug Fixes
- interpolateName: don't interpolated
hashType
without hash
or contenthash
(#140) (3528fd9)
1.2.2 (2018年12月27日)
Bug Fixes
- fixed a hash type extracting in interpolateName (#137) (f8a71f4)
1.2.1 (2018年12月25日)
Bug Fixes
- isUrlRequest: better handle absolute urls and non standards (#134) (aca43da)
Reverts
... (truncated)
Commits
d95b8b5
chore(release): 1.4.0
cd0e428
feat: the resourceQuery
is passed to the interpolateName
method (#163)
06d36cf
chore(release): 1.3.0
469eeba
feat: support the [query]
template for the interpolatedName
method (#162)
909c99d
chore: funding.yml config and CI fix (#159)
b5b74f0
Set up CI with Azure Pipelines
7970c48
docs: small grammar change (#144)
b91a76c
chore(release): 1.2.3
3528fd9
fix(interpolateName): don't interpolated hashType
without hash
or `conten...
809b690
chore(release): 1.2.2
- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for loader-utils since your current version.
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Uh oh!
There was an error while loading. Please reload this page.
Bumps the npm_and_yarn group in /src/views with 4 updates: html-webpack-plugin, source-map-loader, svg-url-loader and loader-utils.
Updates
html-webpack-plugin
from 3.2.0 to 5.6.0Changelog
Sourced from html-webpack-plugin's changelog.
... (truncated)
Commits
ebfa1ce
chore(release): 5.6.056ff3ae
feat: add@rspack/core
as an optional peer dependency (#1829)c79f2cf
fix: memoy leak (#1836)7effc30
feat: Added supporttype=systemjs-module
via thescriptLoading
option (#1...318cd4d
docs: add html-webpack-inject-attributes-plugin to readme (#1787)91ba8bb
chore(release): 5.5.4fe231d3
docs: add js-entry-webpack-plugin (#1732)5c15284
test: case for watch/serve and reemitting assets (#1812)a214736
fix: reemit assets from loaders (#1811)0db3c2b
refactor: fix regression after refactor and testing (#1810)Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for html-webpack-plugin since your current version.
Updates
source-map-loader
from 0.1.6 to 5.0.0Release notes
Sourced from source-map-loader's releases.
... (truncated)
Changelog
Sourced from source-map-loader's changelog.
... (truncated)
Commits
accabb7
chore(release): 5.0.07fcab17
chore!: minimum supported Node.js version is18.12.0
(#230)ac7068f
chore: update dependencies to latest version (#229)0b9bbe8
chore(release): 4.0.29daafb3
fix: avoid deprecation message ofabab
package (#228)fdbdeab
chore: update github action/setup-node (#227)d680461
chore: upgrade dependencies to the latest version (#224)5e26590
chore: update dependencies to the latest version (#223)cba2de6
chore: update github actions/checkout (#222)da7e3ca
chore: update dependencies to the latest version (#221)Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for source-map-loader since your current version.
Updates
svg-url-loader
from 2.3.3 to 8.0.0Release notes
Sourced from svg-url-loader's releases.
... (truncated)
Commits
5e5f8e4
8.0.0cd68595
chore: use --legacy-peer-deps2239fce
chore: print npm version in CI9b58a0f
feat: upgraded to webpack 5c3db442
chore(deps): update dependency sass to v1.54.8597a1d9
chore(deps): update dependency sass to v1.54.528f69e6
chore(deps): update dependency sass to v1.54.4d581643
chore(deps): update dependency sass to v1.54.351fad5c
chore(deps): update dependency sass to v1.54.0af4239a
chore(deps): update jest monorepo to v28.1.3Updates
loader-utils
from 0.2.17 to 1.4.0Release notes
Sourced from loader-utils's releases.
... (truncated)
Changelog
Sourced from loader-utils's changelog.
... (truncated)
Commits
d95b8b5
chore(release): 1.4.0cd0e428
feat: theresourceQuery
is passed to theinterpolateName
method (#163)06d36cf
chore(release): 1.3.0469eeba
feat: support the[query]
template for theinterpolatedName
method (#162)909c99d
chore: funding.yml config and CI fix (#159)b5b74f0
Set up CI with Azure Pipelines7970c48
docs: small grammar change (#144)b91a76c
chore(release): 1.2.33528fd9
fix(interpolateName): don't interpolatedhashType
withouthash
or `conten...809b690
chore(release): 1.2.2Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for loader-utils since your current version.
You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.