A new experimentalInlineMatchResource option (webpack 5 only), which leverages webpack 5's inline matchResource feature in the underlying implementation, and works well with the experiments.css feature This also makes vue-loader compatible with Rspack (#2046) (3149f6d).
Note: v17.2.0 was released by accident; it has the same content as v17.1.2, therefore not included in the Releases page.
v17.1.2
Bug Fixes
keep build stable when run in a different path (#2040) (a81dc0f)
properly close the watcher after webpack 4 tests (40b93b9)
v17.1.1
Bug Fixes
support experimental propsDestructure and defineModel options (6269698)
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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/BioContainers/registry/network/alerts).
Bumps postcss to 8.4.38 and updates ancestor dependencies postcss, autoprefixer, css-loader, optimize-css-assets-webpack-plugin, postcss-import, postcss-loader, postcss-url and vue-loader. These dependencies need to be updated together.
Updates
postcss
from 5.2.18 to 8.4.38Release notes
Sourced from postcss's releases.
... (truncated)
Changelog
Sourced from postcss's changelog.
... (truncated)
Commits
Updates
autoprefixer
from 7.2.6 to 10.4.19Release notes
Sourced from autoprefixer's releases.
... (truncated)
Changelog
Sourced from autoprefixer's changelog.
... (truncated)
Commits
8060e33
Release 10.4.19 versionfe7bae4
Remove end→flex-end warning5f6f362
Update dependencies13a86df
Move to flat ESLint configb3e0579
Update dependencies90dc18d
Release 10.4.18 version0af1be8
Update dependencies1efe165
Update c8 config80ff109
Add Node.js 21 to CI5e5d193
Automate release creationUpdates
css-loader
from 0.28.11 to 7.1.1Release notes
Sourced from css-loader's releases.
... (truncated)
Changelog
Sourced from css-loader's changelog.
... (truncated)
Commits
5c717c9
chore(release): 7.1.1d6c31a1
fix: automatically rename classdefault
to_default
when named export is ...b162e25
chore(release): 7.1.015f793d
docs: update logic (#1587)9c165a4
docs: update migration guide (#1586)af834b4
feat: added thegetJSON
option to output CSS modules mapping (#1577)fd18587
chore: husky migration (#1584)96e6ff4
chore(release): 7.0.0a2231ae
test: updatef96a110
feat:namedExports
works fine with anyexportLocalsConvention
valueMaintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for css-loader since your current version.
Updates
optimize-css-assets-webpack-plugin
from 3.2.0 to 3.2.1Commits
662dfb7
3.2.17ab5e15
Upgrade cssnano dependencyUpdates
postcss-import
from 11.1.0 to 16.1.0Release notes
Sourced from postcss-import's releases.
Changelog
Sourced from postcss-import's changelog.
... (truncated)
Commits
9217ec3
16.1.0eb9899b
Allow urls that contain fragments, fixes #560 (#561)fa42e63
16.0.1ba92913
ensure that media params remain string values (#558)d8a9f21
Update dependency prettier to ~3.2.0 (#555)9e53da3
Update dependency c8 to v9 (#554)025f27a
16.0.07fb74a5
Add trailing commas; lint on CI (#553)97690de
Update dependency ava to v6 (#547)c3e795c
Update dependency prettier to v3 (#526)Updates
postcss-loader
from 2.1.5 to 8.1.1Release notes
Sourced from postcss-loader's releases.
... (truncated)
Changelog
Sourced from postcss-loader's changelog.
... (truncated)
Commits
d2651fc
chore(release): 8.1.152d8050
fix: respectdefault
when loading postcss esm configsfdd5448
ci: fix commitlint check (#683)107b519
chore: update dependencies to latest version (#682)947f29b
chore: update dependency-review-action to the latest version (#681)df307b5
chore(release): 8.1.0512e4c3
feat: add@rspack/core
as an optional peer dependency (#679)d53fe9d
chore(release): 8.0.08dd0315
chore!: minimum supported Node.js version is18.12.0
(#677)754c4a5
chore(release): 7.3.4Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for postcss-loader since your current version.
Updates
postcss-url
from 7.3.2 to 10.1.3Release notes
Sourced from postcss-url's releases.
Changelog
Sourced from postcss-url's changelog.
Commits
c2523fb
chore: update changelogfc52c88
10.1.36c061a2
fix: sync package-lock87db4b7
Merge pull request #158 from realityking/mimefdff9b1
Upgrade mime to 2.5 againa843ca0
Correctly configure save-prefix301e572
chore: update changelog806bb25
10.1.2fd22c87
chore: update package-lockf74e3bd
Merge pull request #156 from realityking/depsUpdates
vue-loader
from 13.7.2 to 17.4.2Release notes
Sourced from vue-loader's releases.
... (truncated)
Changelog
Sourced from vue-loader's changelog.
... (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 show