status-annotations
status-annotations copied to clipboard
Bump nth-check, cssnano and rollup-plugin-postcss
Bumps nth-check, cssnano and rollup-plugin-postcss. These dependencies needed 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 5.1.13
Release notes
Sourced from cssnano's releases.
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)
v5.1.6
Bug Fixes
- preserve border color when merging border properties (5f5080a)
v5.1.4
Bug Fixes
- postcss-merge-longhand: preserve custom property case (5428d5fc9)
v5.1.3
Bug Fixes
- fix: do not merge declarations containing custom properties when it might create invalid declarations (2c699341)
v5.1.2
Bug fixes
- preserve empty custom properties and ensure they work in Chrome (4ed39679)
v5.1.0
New Feature
Add TypeScript types
v5.0.17
Patch Changes
... (truncated)
Commits
d6e3d82
Publish cssnano 5.1.13b92dbe3
FixcssnanoPlugin
type to return Processor not Plugin1b6e4ec
chore: downgrade uvu to check if Node.js tests pass8ee9287
chore: update development dependencies48f0397
chore: update TypeScript and re-generate types789474f
docs: update website dependencies335f532
chore: update prettier and reformat4a8f54a
Publish cssnano 5.1.120a3a133
fix(cssnano-preset-default): update css-declaration-sorter120a888
fix(postcss-merge-longhand): preserve hyphenated custom property case- Additional commits viewable in compare view
Updates rollup-plugin-postcss
from 2.5.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
71593d9
chore: update ci node versioncaf3429
fix: prioritize dart-sass over node-sass (#402)118253e
fix: update to cssnano 5 (#357)a03c7bf
build(deps): bump ini from 1.3.5 to 1.3.7 (#344)ceee1bc
feat: upgrade postcss to 8.x375412c
change postcss to 8.x (#343)6480f02
chore: upgrade dependencies (#342)700eb14
chore: update postcss version to 8 (#325)661c9ca
chore: Fix typo in comment (#318)3de028d
fix: make sourceMaps relative to the CSS output file (#274)- 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 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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will 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.