Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump the npm_and_yarn at /. security update group with 7 updates #1730

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2023

Bumps the npm_and_yarn at /. security update group with 7 updates:

Package From To
nuxt 2.17.2 3.8.2
stylelint 13.13.1 15.11.0
stylelint-config-recommended-scss 4.3.0 13.1.0
stylelint-order 4.1.0 6.0.3
stylelint-scss 3.21.0 5.3.1
postcss 7.0.39 8.4.31
sugarss 2.0.0 4.0.1

Updates nuxt from 2.17.2 to 3.8.2

Release notes

Sourced from nuxt's releases.

v3.8.2

3.8.2 is a patch release focusing on bug fixes

👀 Highlights

3.8.2 is a patch release and we've deferred some exciting features in our next release (3.9.0, expected in December) but it does bring a significant Nitro minor release: v2.8.0. It's well worth checking out the release notes.

👉 Note that as Nitro has updated to rollup v4, but as Nuxt's vite dependency is still on rollup v3 until v3.9, you may experience type mismatches in modules or your projects if you are dependent on particular rollup plugins or plugin types.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🩹 Fixes

  • vite: Skip warming up node builtins (#24162)
  • vite: Provide default values for transformAssetUrls (#24173)
  • nuxt: Wrap caught asyncData error in createError (#24093)
  • nuxt: Include plugin templates in plugins.d.ts if they will be written (#23943)
  • nuxt: Handle multi-line slots in islands (#24212)
  • nuxt: Fix replace regex used for slots in islands SSR (#24255)
  • vite: Use rollup replace plugin for typeof optimisations (#23903)
  • nuxt: Provide route component names to KeepAlive cache (#24024)
  • schema: Use scule types for runtimeConfig type hints (#23696)
  • nuxt: Deeply unwrap headers/query for useFetch key (#24307)
  • nuxt: Split component name case in each segment (#24318)
  • nuxt: Do not compute useFetch key from headers (#23462, #24333)
  • nuxt: Set framework info for nitro (#24340)
  • schema: Add type for ignoreOptions (#24337)
  • nuxt: Log errors rendering islands (#24356)
  • nuxt: Respect custom timeout in useFetch (#24364)
  • nuxt: Use max length + iterations for useCookie timeout (#24253)
  • nuxt: Handle errors when booting app with app:error (#24376)

📖 Documentation

  • Remove unused import from example (#24168)
  • Create a page explaining import.meta (#24186)
  • Remove link to .nuxtrc in nuxt/starter (56147b4a8)
  • Correct spelling from "opiniated" to "opinionated" (#24248)

... (truncated)

Commits

Updates stylelint from 13.13.1 to 15.11.0

Release notes

Sourced from stylelint's releases.

15.11.0

  • Added: ignoreRules to max-nesting-depth (#7215) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template with repeat() (#7230) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negative for font-synthesis (#7214) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for *-block and *-inline logical properties (#7208) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for overflow, overscroll-behavior, scroll-margin, scroll-padding, and new Box Alignment shorthands (#7213) (@​mattxwang).
  • Fixed: function-no-unknown false positives for light-dark, linear and xywh (#7242) (@​mattxwang).

15.10.3

  • Fixed: declaration-property-value-no-unknown false negatives for typed custom properties (#7078) (@​romainmenke).
  • Fixed: property-no-unknown false positives for scroll-driven animations (#7090) (@​renato-bohler).

15.10.2

  • Fixed: declaration-property-value-no-unknown false negatives for nested declarations (#7079) (@​romainmenke).
  • Fixed: selector-pseudo-element-no-unknown false positives for view-transition pseudo-elements (#7070) (@​danielroe).

15.10.1

15.10.0

15.9.0

  • Added: insideFunctions: {"function": int} to number-max-precision (#6932) (@​romainmenke).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-radius shorthand (#6958) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-width shorthand (#6956) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-column and grid-row (#6957) (@​mattxwang).

... (truncated)

Changelog

Sourced from stylelint's changelog.

15.11.0

  • Added: ignoreRules to max-nesting-depth (#7215) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template with repeat() (#7230) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negative for font-synthesis (#7214) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for *-block and *-inline logical properties (#7208) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for overflow, overscroll-behavior, scroll-margin, scroll-padding, and new Box Alignment shorthands (#7213) (@​mattxwang).
  • Fixed: function-no-unknown false positives for light-dark, linear and xywh (#7242) (@​mattxwang).

15.10.3

  • Fixed: declaration-property-value-no-unknown false negatives for typed custom properties (#7078) (@​romainmenke).
  • Fixed: property-no-unknown false positives for scroll-driven animations (#7090) (@​renato-bohler).

15.10.2

  • Fixed: declaration-property-value-no-unknown false negatives for nested declarations (#7079) (@​romainmenke).
  • Fixed: selector-pseudo-element-no-unknown false positives for view-transition pseudo-elements (#7070) (@​danielroe).

15.10.1

15.10.0

15.9.0

... (truncated)

Commits
  • 8914d46 15.11.0
  • 29fe2df Prepare 15.11.0 (#7212)
  • fafb83e Bump known-css-properties from 0.28.0 to 0.29.0 (#7247)
  • 6e06398 Bump css-functions-list from 3.2.0 to 3.2.1 (#7242)
  • 9941121 Remove some TODOs (#7234)
  • f1d3228 Fix declaration-block-no-redundant-longhand-properties autofix for `grid-te...
  • 2a1fc6d Bump postcss from 8.4.28 to 8.4.31 (#7218)
  • dfd1ffc Fix declaration-block-no-redundant-longhand-properties false negative for `...
  • 3374bb4 Fix declaration-block-no-redundant-longhand-properties false negatives for ...
  • e468814 Add ignoreRules to max-nesting-depth (#7215)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by mattxwang, a new releaser for stylelint since your current version.


Updates stylelint-config-recommended-scss from 4.3.0 to 13.1.0

Release notes

Sourced from stylelint-config-recommended-scss's releases.

13.1.0

  • Changed: replaced deprecated scss/at-import-no-partial-leading-underscore rule with scss/load-no-partial-leading-underscore rule.
  • Changed: updated to stylelint-scss@5.3.0.

13.0.0

12.0.0

11.0.0

10.0.0

9.0.1

  • Fixed: disabled annotation-no-unknown rule because of false positives.

9.0.0

8.0.0

  • Changed: updated to stylelint-config-recommended@9.0.0.
  • Changed: updated stylelint peer dependency to ^14.10.0.
  • Added: postcss as an optional peer dependency.
  • Fixed: annotation-no-unknown allow !default and !global.

7.0.0

6.0.0

  • Changed: updated to stylelint-config-recommended@7.0.0.
  • Changed: updated stylelint peer dependency to ^14.4.0.
  • Fixed: disabled function-no-unknown rule.
  • Fixed: no-invalid-position-at-import-rule allow @forward before @import.

5.0.2

  • Fixed: resolution of postcss-scss custom syntax when postcss@7 is in the tree.

5.0.1

  • Changed: turn off the comment-no-empty rule when scss/comment-no-empty is enabled.

5.0.0

... (truncated)

Changelog

Sourced from stylelint-config-recommended-scss's changelog.

13.1.0

  • Changed: replaced deprecated scss/at-import-no-partial-leading-underscore rule with scss/load-no-partial-leading-underscore rule.
  • Changed: updated to stylelint-scss@5.3.0.

13.0.0

12.0.0

11.0.0

10.0.0

9.0.1

  • Fixed: disabled annotation-no-unknown rule because of false positives.

9.0.0

8.0.0

  • Changed: updated to stylelint-config-recommended@9.0.0.
  • Changed: updated stylelint peer dependency to ^14.10.0.
  • Added: postcss as an optional peer dependency.
  • Fixed: annotation-no-unknown allow !default and !global.

7.0.0

6.0.0

... (truncated)

Commits

Updates stylelint-order from 4.1.0 to 6.0.3

Release notes

Sourced from stylelint-order's releases.

6.0.3

  • Fixed sorting inside CSS-in-JS css helper

6.0.2

  • Added Stylelint v15 to peerDependencies

6.0.1

  • Fix regression causing root of CSS or SCSS to report violations

6.0.0

  • Dropped Node.js 12 and 14 support.
  • Added support for postcss-styled-syntax.

5.0.0

  • Breaking change: Dropped Node.js 8 support. Node.js 12 or greater is now required.
  • Breaking change: Dropped support for Stylelint 13 and earlier.
  • Added support for Stylelint 14.
Changelog

Sourced from stylelint-order's changelog.

6.0.3

  • Fixed sorting inside CSS-in-JS css helper

6.0.2

  • Added Stylelint v15 to peerDependencies

6.0.1

  • Fix regression causing root of CSS or SCSS to report violations

6.0.0

  • Dropped Node.js 12 and 14 support.
  • Added support for postcss-styled-syntax.

5.0.0

  • Breaking change: Dropped Node.js 8 support. Node.js 12 or greater is now required.
  • Breaking change: Dropped support for Stylelint 13 and earlier.
  • Added support for Stylelint 14.
Commits

Updates stylelint-scss from 3.21.0 to 5.3.1

Release notes

Sourced from stylelint-scss's releases.

5.3.1

  • Fixed: improve block-no-redundant-nesting autofix (#883).

Full Changelog: stylelint-scss/stylelint-scss@v5.3.0...v5.3.1

5.3.0

  • Added: block-no-redundant-nesting rule (#872).
  • Added: load-no-partial-leading-underscore rule, and deprecated at-import-no-partial-leading-underscore rule (#867).
  • Added: autofix to at-root-no-redundant rule (#860).
  • Added: autofix to at-use-no-redundant-alias rule (#866).
  • Fixed: at-root-no-redundant check if all selectors followed by @at-root include '&' outside interpolation (#870).
  • Fixed: add styleLintType: "parseError" when parseSelector fails (#858).

Full Changelog: stylelint-scss/stylelint-scss@v5.2.1...v5.3.0

5.2.1

  • Fixed: add missing known-css-properties dependency (#857).

Full Changelog: stylelint-scss/stylelint-scss@v5.2.0...v5.2.1

5.2.0

  • Added: at-root-no-redundant rule to ban unnecessary @at-root rule (#846).
  • Added: property-no-unknown rule to disallow unknown properties. (#847).
  • Added: at-use-no-redundant-alias rule to disallow redundant namespace aliases (#848).
  • Added: function-calculation-no-interpolation rule to forbid interpolation in calc functions (#849).

Full Changelog: stylelint-scss/stylelint-scss@v5.1.0...v5.2.0

5.1.0

  • Added: function-disallowed-list rule support to ban specific built-in functions (#422, #844).

Full Changelog: stylelint-scss/stylelint-scss@v5.0.1...v5.1.0

5.0.1

  • Fixed: function-no-unknown ignore empty function names (#826).

Full Changelog: stylelint-scss/stylelint-scss@v5.0.0...v5.0.1

5.0.0

  • Removed: babel dependency to remove an extra build step and reduce complexity

Full Changelog: stylelint-scss/stylelint-scss@v4.7.0...v5.0.0

4.7.0

  • Fixed: docs - small formatting fixes
  • Removed: dlv dependency

Full Changelog: stylelint-scss/stylelint-scss@v4.6.0...v4.7.0

4.6.0

... (truncated)

Changelog

Sourced from stylelint-scss's changelog.

5.3.1

  • Fixed: improve block-no-redundant-nesting autofix (#883).

Full Changelog: stylelint-scss/stylelint-scss@v5.3.0...v5.3.1

5.3.0

  • Added: block-no-redundant-nesting rule (#872).
  • Added: load-no-partial-leading-underscore rule, and deprecated at-import-no-partial-leading-underscore rule (#867).
  • Added: autofix to at-root-no-redundant rule (#860).
  • Added: autofix to at-use-no-redundant-alias rule (#866).
  • Fixed: at-root-no-redundant check if all selectors followed by @at-root include '&' outside interpolation (#870).
  • Fixed: add styleLintType: "parseError" when parseSelector fails (#858).

Full Changelog: stylelint-scss/stylelint-scss@v5.2.1...v5.3.0

5.2.1

  • Fixed: add missing known-css-properties dependency (#857).

Full Changelog: stylelint-scss/stylelint-scss@v5.2.0...v5.2.1

5.2.0

  • Added: at-root-no-redundant rule to ban unnecessary @at-root rule (#846).
  • Added: property-no-unknown rule to disallow unknown properties. (#847).
  • Added: at-use-no-redundant-alias rule to disallow redundant namespace aliases (#848).
  • Added: function-calculation-no-interpolation rule to forbid interpolation in calc functions (#849).

Full Changelog: stylelint-scss/stylelint-scss@v5.1.0...v5.2.0

5.1.0

  • Added: function-disallowed-list rule support to ban specific built-in functions (#422, #844).

Full Changelog: stylelint-scss/stylelint-scss@v5.0.1...v5.1.0

5.0.1

  • Fixed: function-no-unknown ignore empty function names (#826).

Full Changelog: stylelint-scss/stylelint-scss@v5.0.0...v5.0.1

5.0.0

  • Removed: Babel dependency to remove an extra build step and reduce complexity

4.7.0

... (truncated)

Commits
  • 62ed2dc 5.3.1
  • fdc98ac Prepare version 5.3.1
  • 347c6d2 Improve block-no-redundant-nesting autofix (#883)
  • cee57ec build(deps-dev): bump jest from 29.6.2 to 29.7.0 (#880)
  • b323471 build(deps-dev): bump eslint from 8.50.0 to 8.52.0 (#881)
  • 26b0746 build(deps-dev): bump jest-preset-stylelint from 6.1.1 to 6.3.2 (#879)
  • a71ccb2 build(deps): bump known-css-properties from 0.28.0 to 0.29.0 (#877)
  • ab8c1c8 build(deps): bump actions/setup-node from 3 to 4 (#876)
  • b4b035d 5.3.0
  • dc7097e Prepare version 5.3.0
  • Additional commits viewable in compare view

Updates postcss from 7.0.39 to 8.4.31

Release notes

Sourced from postcss's releases.

8.4.31

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

8.4.21

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by @​romainmenke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by @​KingSora).

8.4.17

8.4.16

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.31

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

  • Fixed TypeScript support with node16 (by Remco Haszing).

8.4.21

  • Fixed Input#error types (by Aleks Hudochenkov).

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by Romain Menke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

8.4.17

  • Fixed Node.before() unexpected behavior (by Romain Menke).
  • Added TOC to docs (by Mikhail Dedov).

8.4.16

... (truncated)

Commits

Updates sugarss from 2.0.0 to 4.0.1

Changelog

Sourced from sugarss's changelog.

4.0.1

  • Added package.json export.

4.0

  • Removed Node.js 10 support.
  • Moved postcss to peerDependencies.

3.0.3

  • Reverted package.exports Node.js 15 fix.

3.0.2

  • Fixed Node.js 15 warning.

3.0.1

  • Added funding links.

3.0

  • Removed support for Node.js 6.x, 8.x, 11.x, and 13.x versions.
  • Moved to PostCSS 8.0.
  • Added ES modules support.

2.0

  • Remove Node.js 9 and Node.js 4 support (by Aleks Hudochenkov).
  • Remove IE and “dead” browsers from Babel.
  • Use PostCSS 7.0 (by Aleks Hudochenkov).

1.0.1

  • Fix nested inline comments parsing.

1.0

  • Use PostCSS 6.0.
  • Use babel-preset-env.

0.2

  • Show error on semicolons and curly brackets.
  • Fix source map mappings.

0.1.6

  • Fix empty comments parsing.

0.1.5

  • Put comments after declaration semicolon.
  • Use PostCSS 5.1.

0.1.4

  • Fix parsing nested properties.

0.1.3

  • Fix source map generation.

... (truncated)

Commits

Bumps the npm_and_yarn at /. security update group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `2.17.2` | `3.8.2` |
| [stylelint](https://github.com/stylelint/stylelint) | `13.13.1` | `15.11.0` |
| [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss) | `4.3.0` | `13.1.0` |
| [stylelint-order](https://github.com/hudochenkov/stylelint-order) | `4.1.0` | `6.0.3` |
| [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) | `3.21.0` | `5.3.1` |
| [postcss](https://github.com/postcss/postcss) | `7.0.39` | `8.4.31` |
| [sugarss](https://github.com/postcss/sugarss) | `2.0.0` | `4.0.1` |


Updates `nuxt` from 2.17.2 to 3.8.2
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.8.2/packages/nuxt)

Updates `stylelint` from 13.13.1 to 15.11.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@13.13.1...15.11.0)

Updates `stylelint-config-recommended-scss` from 4.3.0 to 13.1.0
- [Release notes](https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-config-recommended-scss@4.3.0...v13.1.0)

Updates `stylelint-order` from 4.1.0 to 6.0.3
- [Release notes](https://github.com/hudochenkov/stylelint-order/releases)
- [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md)
- [Commits](hudochenkov/stylelint-order@4.1.0...6.0.3)

Updates `stylelint-scss` from 3.21.0 to 5.3.1
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-scss@3.21.0...v5.3.1)

Updates `postcss` from 7.0.39 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@7.0.39...8.4.31)

Updates `sugarss` from 2.0.0 to 4.0.1
- [Changelog](https://github.com/postcss/sugarss/blob/main/CHANGELOG.md)
- [Commits](postcss/sugarss@2.0.0...4.0.1)

---
updated-dependencies:
- dependency-name: nuxt
  dependency-type: direct:production
- dependency-name: stylelint
  dependency-type: direct:development
- dependency-name: stylelint-config-recommended-scss
  dependency-type: direct:development
- dependency-name: stylelint-order
  dependency-type: direct:development
- dependency-name: stylelint-scss
  dependency-type: direct:development
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: sugarss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants