NOAA-GSL / unified-graphics

An experimental visualization system for 3D-RTMA & RRFS model output
https://unified-graphics.noaa.gov/
Other
3 stars 1 forks source link

Bump the npm-dependencies group with 4 updates #482

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the npm-dependencies group with 4 updates: cssnano, postcss-import, rollup and stylelint.

Updates cssnano from 6.0.2 to 6.0.3

Release notes

Sourced from cssnano's releases.

v6.0.3

Bug fixes

  • do not sort unknown properties\

Other

  • Require latest browserslist and postcss-selector-parser
Commits
  • 796988e Publish cssnano 6.0.3
  • 1797d35 chore: add workflow to publish to npm
  • b1aea33 chore(postcss-svgo)): update SVGO to 3.0.2
  • 1ead72d chore: update postcss-selector-parser to 6.0.15
  • f233b22 chore: update postcss-selector-parser
  • bbca7b3 chore: update all dependencies
  • b433b4c test(cssnano): update google-fonts-complete dependency
  • a2107c6 Update development dependencies (#1541)
  • 5066593 chore: update ESLint config to flat config
  • 42249e7 fix(postcss-svgo): update SVGO to 3.1.0
  • Additional commits viewable in compare view


Updates postcss-import from 15.1.0 to 16.0.0

Changelog

Sourced from postcss-import's changelog.

16.0.0 / 2024-01-02

  • BREAKING: Require Node.js v18+ (#550, #551)
  • BREAKING: Signifigant rewrite, with small behavioral tweaks in a number of edge cases
  • Support for @supports conditional imports added (#532, #548)
  • When skipDuplicates is false, handles import cycles correctly (#462, #535)
  • Add warnOnEmpty option to allow disabling warnings for empty files (#84, #541)
  • Use proper node.errors (#518, #540)

Huge thanks to @romainmenke for all the hard work he put into this release.

Commits


Updates rollup from 4.9.1 to 4.9.4

Release notes

Sourced from rollup's releases.

v4.9.4

4.9.4

2024-01-06

Bug Fixes

  • Use quotes for keys in namespaces that are only numbers but are not valid integers (#5328)
  • Allow to have comments between pure annotations and the annoted node (#5332)

Pull Requests

v4.9.3

4.9.3

2024-01-05

Bug Fixes

  • Support __proto__ as export/import name (#5313)
  • Use ESTree AST type over custom type in user-facing types (#5323)

Pull Requests

v4.9.2

4.9.2

2023-12-30

Bug Fixes

  • Extend support for arbitrary namespace identifiers in SystemJS (#5321)
  • Do not wrongly flag functions without side effects as side effects if moduleSideEffects is false (#5322)

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

4.9.4

2024-01-06

Bug Fixes

  • Use quotes for keys in namespaces that are only numbers but are not valid integers (#5328)
  • Allow to have comments between pure annotations and the annoted node (#5332)

Pull Requests

4.9.3

2024-01-05

Bug Fixes

  • Support __proto__ as export/import name (#5313)
  • Use ESTree AST type over custom type in user-facing types (#5323)

Pull Requests

4.9.2

2023-12-30

Bug Fixes

  • Extend support for arbitrary namespace identifiers in SystemJS (#5321)
  • Do not wrongly flag functions without side effects as side effects if moduleSideEffects is false (#5322)

Pull Requests

Commits


Updates stylelint from 16.0.2 to 16.1.0

Release notes

Sourced from stylelint's releases.

16.1.0

  • Added: lightness-notation rule (#7366) (@​fpetrakov).
  • Added: ignore: ["keyframe-selectors"] to selector-disallowed-list (#7417) (@​mattxwang).
  • Fixed: selector-pseudo-class-no-unknown false positive for :popover-open (#7425) (@​mattxwang).
  • Fixed: declaration-property-value-no-unknown and other false positives for multiline SCSS interpolation. (#7406) (@​FloEdelmann).
  • Fixed: function-url-quotes false positives for SCSS variable and @ character (#7416) (@​mattxwang).
Changelog

Sourced from stylelint's changelog.

16.1.0

  • Added: lightness-notation rule (#7366) (@​fpetrakov).
  • Added: ignore: ["keyframe-selectors"] to selector-disallowed-list (#7417) (@​mattxwang).
  • Fixed: selector-pseudo-class-no-unknown false positive for :popover-open (#7425) (@​mattxwang).
  • Fixed: declaration-property-value-no-unknown and other false positives for multiline SCSS interpolation. (#7406) (@​FloEdelmann).
  • Fixed: function-url-quotes false positives for SCSS variable and @ character (#7416) (@​mattxwang).
Commits
  • 5882290 16.1.0
  • 6c4b64d Prepare 16.1.0 (#7415)
  • 566c422 Bump file-entry-cache from 7.0.2 to 8.0.0 (#7427)
  • 42bf8f8 Bump meow from 12.1.1 to 13.0.0 (#7426)
  • cb509a0 Fix function-url-quotes false positives for SCSS variable and @ character...
  • e222352 Document benefits from TypeScript annotation (#7423)
  • 760a6f1 Fix selector-pseudo-class-no-unknown false positive for :popover-open (#7...
  • 8ec6748 Add ignore: ["keyframe-selectors"] to selector-disallowed-list (#7417)
  • 548b221 Add missing changelog for PR #7366
  • 19ab06a Sort rules alphabetically in docs/user-guide/rules.md (#7422)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions