byu-theme-components
byu-theme-components copied to clipboard
Bump nth-check, cssnano and rollup-plugin-postcss
Bumps nth-check to 2.1.1 and updates ancestor dependencies nth-check, cssnano and rollup-plugin-postcss. These dependencies need to be updated together.
Updates nth-check
from 1.0.2 to 2.1.1
Release notes
Sourced from nth-check's releases.
v2.1.1
- The ESM code had some issues that are now fixed aeeb067
https://github.com/fb55/nth-check/compare/v2.1.0...v2.1.1
v2.1.0
What's Changed
nth-check
is now a dual CommonJS and ESM module fb55/nth-check#206- With the new
sequence
andgenerate
methods, it is now possible to generate a sequence of indices for a given formula fb55/nth-check#207Full Changelog: https://github.com/fb55/nth-check/compare/v2.0.1...v2.1.0
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
Error
s on invalid selectors instead ofSyntaxError
s.
Commits
639fd2a
2.1.10eec65b
fix(test): AddmoduleNameMapper
aeeb067
fix: Fix ESM432ebc6
2.1.03e8cd1e
feat: Addgenerate
andsequence
methods (#207)57a5c62
feat: Add ESM (#206)1ce0c7c
chore(deps-dev): Bump@types/node
from 17.0.34 to 17.0.35 (#205)eebb040
chore(deps-dev): Bump@typescript-eslint/parser
from 5.24.0 to 5.25.0 (#204)a316aaa
chore(deps-dev): Bump@typescript-eslint/eslint-plugin
(#203)454c0de
chore(deps-dev): Bump@typescript-eslint/eslint-plugin
(#202)- 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
8e89938
Publish cssnano 6.0 (#1484)4e657ef
test(postcss-normalize-url): improve normalize-url coverage (#1483)91a7cdb
fix(postcss-reduce-initial): ensure options are always read (#1482)99d1e6a
feat!(postcss-normalize-url): inline third-party dep and remove options (#1480)65674d4
chore: update TypeScript to 5.0.22ca0634
test: udpdate uvu8563e51
chore: update sample CLI project to latest postcss-cli6503d35
test: update integration test dependenciesca9d3f5
test: bump minimum Node version to 14 (#1477)4e272f8
chore(deps)!: upgrade svgo to v3 (#1440)- Additional commits viewable in compare view
Updates rollup-plugin-postcss
from 2.9.0 to 4.0.2
Release notes
Sourced from rollup-plugin-postcss's releases.
v4.0.2
4.0.2 (2021-11-22)
Bug Fixes
v4.0.1
4.0.1 (2021-08-12)
Bug Fixes
v4.0.0
4.0.0 (2020-12-07)
Features
- upgrade postcss to 8.x (ceee1bc)
BREAKING CHANGES
- upgrade postcss to 8.x
Co-authored-by: Edward Elric [email protected] Co-authored-by: Ward Peeters [email protected]
v3.1.8
3.1.8 (2020-08-30)
Bug Fixes
v3.1.7
3.1.7 (2020-08-30)
Bug Fixes
v3.1.6
3.1.6 (2020-08-24)
... (truncated)
Commits
- See full diff 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 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 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.