vue-tiny-tabs
vue-tiny-tabs copied to clipboard
Bump postcss, css-loader and vue-loader
Bumps postcss to 8.4.19 and updates ancestor dependencies postcss, css-loader and vue-loader. These dependencies need to be updated together.
Updates postcss from 5.2.18 to 8.4.19
Release notes
Sourced from postcss's releases.
8.4.19
- Fixed whitespace preserving after AST transformations (by
@romainmenke).8.4.18
- Fixed an error on
absolute: truewith emptysourceContent(by@KingSora).8.4.17
- Fixed
Node.before()unexpected behavior (by@romainmenke).- Added TOC to docs (by
@muddv).8.4.16
- Fixed
RootAST migration.8.4.15
- Fixed AST normalization after using custom parser with old PostCSS AST.
8.4.14
- Print “old plugin API” warning only if plugin was used (by
@zardoy).8.4.13
- Fixed
append()error after using.parent(by@thecrypticace).8.4.12
- Fixed
package.fundingto have same value between all PostCSS packages.8.4.11
- Fixed
Declaration#raws.valuetype.8.4.10
- Fixed
package.fundingURL format.8.4.9
- Fixed
package.funding(by@mondeja).8.4.8
- Fixed end position in empty Custom Properties.
8.4.7
- Fixed
Node#warn()type (by@ybiquitous).- Fixed comment removal in values after
,.8.4.6
- Prevented comment removing when it change meaning of CSS.
- Fixed parsing space in last semicolon-less CSS Custom Properties.
- Fixed comment cleaning in CSS Custom Properties with space.
- Fixed throwing an error on
.rootaccess for plugin-less case.8.4.5
- Fixed
rawstypes to make object extendable (by@43081j).- Moved from Yarn 1 to pnpm.
... (truncated)
Changelog
Sourced from postcss's changelog.
8.4.19
- Fixed whitespace preserving after AST transformations (by Romain Menke).
8.4.18
- Fixed an error on
absolute: truewith emptysourceContent(by Rene Haas).8.4.17
- Fixed
Node.before()unexpected behavior (by Romain Menke).- Added TOC to docs (by Mikhail Dedov).
8.4.16
- Fixed
RootAST migration.8.4.15
- Fixed AST normalization after using custom parser with old PostCSS AST.
8.4.14
- Print “old plugin API” warning only if plugin was used (by
@zardoy).8.4.13
- Fixed
append()error after using.parent(by Jordan Pittman).8.4.12
- Fixed
package.fundingto have same value between all PostCSS packages.8.4.11
- Fixed
Declaration#raws.valuetype.8.4.10
- Fixed
package.fundingURL format.8.4.9
- Fixed
package.funding(by Álvaro Mondéjar).8.4.8
- Fixed end position in empty Custom Properties.
8.4.7
- Fixed
Node#warn()type (by Masafumi Koba).- Fixed comment removal in values after
,.8.4.6
- Prevented comment removing when it change meaning of CSS.
- Fixed parsing space in last semicolon-less CSS Custom Properties.
- Fixed comment cleaning in CSS Custom Properties with space.
- Fixed throwing an error on
.rootaccess for plugin-less case.8.4.5
- Fixed
rawstypes to make object extendable (by James Garbutt).- Moved from Yarn 1 to pnpm.
... (truncated)
Commits
- See full diff in compare view
Updates css-loader from 0.28.11 to 6.7.2
Release notes
Sourced from css-loader's releases.
v6.7.2
6.7.2 (2022-11-13)
Bug Fixes
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
hashStrategyoption (ca4abce)v6.5.1
6.5.1 (2021-11-03)
Bug Fixes
v6.5.0
6.5.0 (2021-10-26)
Features
... (truncated)
Changelog
Sourced from css-loader's changelog.
6.7.2 (2022-11-13)
Bug Fixes
6.7.1 (2022-03-08)
Bug Fixes
6.7.0 (2022-03-04)
Features
6.6.0 (2022-02-02)
Features
- added the
hashStrategyoption (ca4abce)6.5.1 (2021-11-03)
Bug Fixes
6.5.0 (2021-10-26)
Features
Bug Fixes
- respect
nosourcesin thedevtooloption (c60eff2)6.4.0 (2021-10-09)
... (truncated)
Commits
394d200chore(release): 6.7.22f4c273fix: css modules generation with inline syntax (#1480)7c5cdccchore(deps): bump loader-utils from 2.0.2 to 2.0.3 (#1479)d5bc6eachore: update dependencies to the latest version (#1478)85b6bf7ci: add node v19 (#1477)0f85c5bchore: update dependencies to the latest version (#1474)560c05fci: add dependency review action (#1476)cc4e08fchore: update commitlint action (#1473)9846913chore: run cancel workflow on pull request (#1472)845718cchore: update jest to the latest version (#1471)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for css-loader since your current version.
Updates vue-loader from 14.2.2 to 17.0.1
Release notes
Sourced from vue-loader's releases.
v17.0.1
Bug Fixes
- add
vueand@vue/compiler-sfcto optional peerDependencies (df0ded5), closes #1944- merge custom queries rather than appending (#1911) (9e4249a)
v17.0.0
Features
- support
reactivityTransformoption (e07490e)BREAKING CHANGES
- remove
refSugaroption, requirevue@^3.2.13v16.8.3
Bug Fixes
v16.8.2
Bug Fixes
- should allow chaining with loaders for non-vue files (#1889) (f32f953), closes #1879 #1883 #1890
- plugin: use compiler.webpack when possible (#1884) (820d23c)
v16.8.1
Bug Fixes
- fix template options resolving for ts (91f581b)
v16.8.0
Bug Fixes
- hmr: fix hmr regression (bacc6a9)
Features
enableTsInTemplate option (7613534)
When used with
ts-loader, due tots-loader's cache invalidation behavior, it sometimes prevents the template from being hot-reloaded in isolation, causing the component to reload despite only the template being edited. If this is annoying, you can set this option tofalse(and avoid using TS expressions in templates).Alternatively, leave this option on (by default) and use
esbuild-loaderto transpile TS instead, which doesn't suffer from this problem (it's also a lot faster). However, do note you will need to rely on TS type checking from other sources (e.g. IDE orvue-tsc).v16.7.1
Bug Fixes
- remove pure annotation for custom blocks (cd891e5)
... (truncated)
Changelog
Sourced from vue-loader's changelog.
17.0.1 (2022-10-28)
Bug Fixes
- add
vueand@vue/compiler-sfcto optional peerDependencies (df0ded5), closes #1944- merge custom queries rather than appending (#1911) (9e4249a)
17.0.0 (2021-12-12)
Features
- support
reactivityTransformoption (e07490e)BREAKING CHANGES
- remove
refSugaroption, requirevue@^3.2.1316.8.3 (2021-11-04)
Bug Fixes
16.8.3 (2021-11-04)
Bug Fixes
16.8.2 (2021-10-26)
Bug Fixes
... (truncated)
Commits
75d2b5d17.0.1df0ded5fix: addvueand@vue/compiler-sfcto optional peerDependenciesb3265c9chore: addrepositoryproperty to package.json (#1934)0a02377chore: fix typo (#2010)9e4249afix: merge custom queries rather than appending (#1911)6a293dfchore: changelog [ci skip]e5c7ab4v17.0.0e931434chore: lockfilee07490efeat: supportreactivityTransformoptionb391b04chore: remove unncessary log- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by soda, a new releaser for vue-loader since your current version.
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 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill 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.