build(deps): bump postcss and vue-loader
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps postcss to 8.5.6 and updates ancestor dependency vue-loader. These dependencies need to be updated together.
Updates postcss from 7.0.39 to 8.5.6
Release notes
Sourced from postcss's releases.
8.5.6
- Fixed
ContainerWithChildrentype discriminating (by@​Goodwine).8.5.5
- Fixed
package.json→exportscompatibility with some tools (by@​JounQin).8.5.4
- Fixed Parcel compatibility issue (by
@​git-sumitchaudhary).8.5.3
- Added more details to
Unknown worderror (by@​hiepxanh).- Fixed types (by
@​romainmenke).- Fixed docs (by
@​catnipan).8.5.2
- Fixed end position of rules with semicolon (by
@​romainmenke).8.5.1
- Fixed backwards compatibility for complex cases (by
@​romainmenke).8.5 “Duke Alloces”
PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.
@​romainmenkeduring his work on Stylelint addedInput#documentin additional toInput#css.root.source.input.document //=> "<p>Hello</p> // <style> // p { // color: green; // } // </style>" root.source.input.css //=> "p { // color: green; // }"Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
- Tidelift with a Spotify-like subscription model supporting all projects from your lock file.
- Direct donations at GitHub Sponsors or Open Collective.
... (truncated)
Changelog
Sourced from postcss's changelog.
8.5.6
- Fixed
ContainerWithChildrentype discriminating (by@​Goodwine).8.5.5
- Fixed
package.json→exportscompatibility with some tools (by@​JounQin).8.5.4
- Fixed Parcel compatibility issue (by
@​git-sumitchaudhary).8.5.3
- Added more details to
Unknown worderror (by@​hiepxanh).- Fixed types (by
@​romainmenke).- Fixed docs (by
@​catnipan).8.5.2
- Fixed end position of rules with semicolon (by
@​romainmenke).8.5.1
- Fixed backwards compatibility for complex cases (by
@​romainmenke).8.5 “Duke Alloces”
- Added
Input#documentfor sources like CSS-in-JS or HTML (by@​romainmenke).8.4.49
- Fixed custom syntax without
source.offset(by@​romainmenke).8.4.48
- Fixed position calculation in error/warnings methods (by
@​romainmenke).8.4.47
- Removed debug code.
8.4.46
- Fixed
Cannot read properties of undefined (reading 'before').8.4.45
- Removed unnecessary fix which could lead to infinite loop.
8.4.44
- Another way to fix
markClean is not a functionerror.8.4.43
- Fixed
markClean is not a functionerror.8.4.42
- Fixed CSS syntax error on long minified files (by
@​varpstar).8.4.41
- Fixed types (by
@​nex3and@​querkmachine).- Cleaned up RegExps (by
@​bluwy).
... (truncated)
Commits
91d6eb5Release 8.5.6 version65ffc55Update dependenciesecd20ebFix ContainerWithChildren to allow discriminating the node type by comparing ...c181597Release 8.5.5 versionc5523fbUpdate dependencies2e3450crefactor:importshould be listed beforerequire(#2052)4d720bdUpdate EM text6cb4a66Release 8.5.4 versionec5c1e0Update dependenciese85e938Fix code format- Additional commits viewable in compare view
Updates vue-loader from 15.11.1 to 17.4.2
Release notes
Sourced from vue-loader's releases.
v17.3.1
Bug Fixes
v17.3.0
Bug Fixes
Features
v17.2.2
Bug Fixes
- fix: windows path for
experiments.cssby@​h-a-n-ain vuejs/vue-loader#2049v17.2.1
Features
- A new
experimentalInlineMatchResourceoption (webpack 5 only), which leverages webpack 5's inline matchResource feature in the underlying implementation, and works well with theexperiments.cssfeature This also makesvue-loadercompatible 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
propsDestructureanddefineModeloptions (6269698)v17.1.0
Bug Fixes
- fix: reference project compiler, fixes #2031 by
@​heywhyin vuejs/vue-loader#2038- fix: do not throw when
Rule.layeris used by@​nolimitdevin vuejs/vue-loader#2000Features
- support 3.3 imported types hmr (bbd98fc)
Full Changelog: https://github.com/vuejs/vue-loader/compare/v17.0.1...v17.1.0
... (truncated)
Changelog
Sourced from vue-loader's changelog.
17.4.2 (2023-12-30)
Bug Fixes
- pass compilerOptions to sfc parse & re-enable AST reuse (d2a2e05)
17.4.1 (2023-12-30)
Bug Fixes
- (temporarily) disable template ast reuse (31b03af)
17.4.0 (2023-12-25)
Features
- leverage ast reuse in 3.4 (479835f)
17.3.1 (2023-10-31)
Bug Fixes
17.3.0 (2023-10-07)
Bug Fixes
Features
17.2.2 (2023-06-02)
... (truncated)
Commits
1c0324fv17.4.2d2a2e05fix: pass compilerOptions to sfc parse & re-enable AST reuse071f30dchore: bump to vue 3.4.394e778echore: 17.4.1 changelog284a33317.4.131b03affix: (temporarily) disable template ast reuse50699e6chore: setcompilerOptionsin example59a0570chore: changelog for 17.4.01bce3f8v17.4.0f71cb1dchore: update caniuse db- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.