wc-base-typescript
wc-base-typescript copied to clipboard
Bump nth-check and cssnano
Bumps nth-check to 2.0.1 and updates ancestor dependency cssnano. These dependencies need to be updated together.
Updates nth-check from 1.0.2 to 2.0.1
Release notes
Sourced from nth-check's releases.
v2.0.1
Fixes:
- Replace regex with hand-rolled parser for nth-expressions (#9) 9894c1d
- Ensures parsing will always have linear time complexity.
Internal:
- chore(ci): Use GitHub Actions, Dependabot (#10) e02b4dd
- Bump dependencies
https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1
v2.0.0
- Port module to TS, Jest, ESLint
Breaking:
- The main export is now a default export.
- The module now throws regular
Errors on invalid selectors instead ofSyntaxErrors.
Commits
65e40b02.0.1ff63f1dBump eslint-config-prettier from 6.15.0 to 8.3.0 (#11)ff24c93Bump jest from 26.6.3 to 27.2.0 (#17)da9d78aBump@typescript-eslint/parserfrom 4.9.0 to 4.31.1 (#18)fa35cafBump@types/nodefrom 14.14.10 to 16.9.1 (#16)5f39402Bump@typescript-eslint/eslint-pluginfrom 4.9.0 to 4.31.1 (#19)a11c0c1Bump prettier from 2.2.1 to 2.4.0 (#20)3ddd820Bump@types/jestfrom 26.0.15 to 27.0.1 (#13)732ab0aBump ts-jest from 26.4.4 to 26.5.6 (#15)7efd9daBump eslint from 7.14.0 to 7.32.0 (#14)- Additional commits viewable in compare view
Updates cssnano from 4.1.11 to 6.0.0
Release notes
Sourced from cssnano's releases.
v6.0.0
Major Changes
- 99d1e6ab: postcss-normalize-url: remove normalize-url configuration options
- 4e272f88: postcss-svgo: Upgrade dependency svgo to v3 and increase the minimum supported node version to v14
- ca9d3f55: Switch minimum supported Node version to 14 for all packages
- 39a20405: feat!(cssnano): remove undocumented YAML config support
Migration instructions
- If you're not happy with the defaults for the normalize-url transform, turn it off completely. Options were removed as most would change the meaning of the URL, which is unexpcted in the case of CSS minification.
- In the unlikely event you're using YAML to configure cssnano, move the cssnano configuration inside the PostCSS config or use a configuration file in CommonJS or JSON format.
v5.1.15
Bug Fixes
- fix(postcsss-reduce-initial): fix mask-repeat conversion
- fix(postcss-colormin): don't minify colors in src declarations
- fix(postcss-merge-rules): do not merge conflicting flex and border properties
v5.1.14
Bug Fixes
- fix: update autoprefixer and browserslist
- fix(postcss-reduce-initial): improve initial properties data
v5.1.13
Bug Fixes
- fix TypeScript type of
cssnano()return value (https://github.com/cssnano/cssnano/commit/b92dbe3ab1db16141dc6296cd350f3fdf5c2defe)v5.1.12
Bug Fixes
- fix: preserve hyphenated property case (https://github.com/cssnano/cssnano/commit/120a88899376a29c8756234fdc648c519921f515)
- fix: ensure sorting properties does not break the output (https://github.com/cssnano/cssnano/commit/0a3a1331e29f3d1009d2a938181ffa4b34ab5b32)
- fix: recognize 'constant' as a function (https://github.com/cssnano/cssnano/commit/858a8b77c951f3698b14e834f38128b176438edc)
v5.1.11
Bug Fixes
- postcss-ordered-values: preserve constant values (32ab4d9b7d20d)
v5.1.10
Bug Fixes
- postcss-minify-selectors: preserve similar nested selectors (f6c29fb3e75ac26a2635d)
v5.1.9
Bug Fixes
- postcss-merge-longhand: preserve more color function fallbacks (712993cb4a4e0)
v5.1.8
Bug Fixes
- postcss-convert-values: preserve percentage sign on IE 11 (57f060ad21734)
... (truncated)
Commits
8e89938Publish cssnano 6.0 (#1484)4e657eftest(postcss-normalize-url): improve normalize-url coverage (#1483)91a7cdbfix(postcss-reduce-initial): ensure options are always read (#1482)99d1e6afeat!(postcss-normalize-url): inline third-party dep and remove options (#1480)65674d4chore: update TypeScript to 5.0.22ca0634test: udpdate uvu8563e51chore: update sample CLI project to latest postcss-cli6503d35test: update integration test dependenciesca9d3f5test: bump minimum Node version to 14 (#1477)4e272f8chore(deps)!: upgrade svgo to v3 (#1440)- 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 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.