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 #1906

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@angular-devkit/build-angular 14.2.12 17.0.2
stylelint 10.0.1 15.11.0
stylelint-config-recommended-scss 3.3.0 13.1.0
stylelint-config-standard 18.3.0 34.0.0
stylelint-scss 3.6.1 5.3.1
postcss 7.0.39 8.4.31
sugarss 2.0.0 4.0.1

Updates @angular-devkit/build-angular from 14.2.12 to 17.0.2

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v17.0.2

17.0.2 (2023-11-20)

@​angular-devkit/build-angular

Commit Description
fix - 023645185 always normalize AOT file reference tracker paths
fix - 3b99980bd emit root files when localize is enabled when using the esbuild based builders
fix - ef3e3abb8 ensure watch file paths from TypeScript are normalized
fix - d11b36fe2 normalize paths in ssr sourcemaps to posix when using vite
fix - 62d51383a only include vendor sourcemaps when using the dev-server when the option is enabled
fix - d28ba8a73 remove browser-esbuild usage warning

v17.0.1

17.0.1 (2023-11-15)

@​schematics/angular

Commit Description
fix - d9f7d439e add helper script to spawn SSR server from dist
fix - a80926cdb html indentation
fix - f7f62c9d6 remove downlevelIteration from tsconfig.json for new workspaces
fix - 7cb57317d use href property binding for links
fix - 731917cd0 use styleUrl

@​angular/cli

Commit Description
fix - 5267e6055 handle packages with no version

@​angular-devkit/build-angular

Commit Description
fix - 15dd71aba deleteOutputPath when using esbuild-builder
fix - fa4d8ff31 add actionable error when file replacement is missing
fix - 160a91160 add support for vendor sourcemaps when using the dev-server
fix - 5623c193e cache stylesheet load errors with application builder
fix - 1a5538e0c disable Worker wait loop for TS/NG parallel compilation in web containers
fix - 883771946 do not process ssr entry-point when running ng serve
fix - d3b549167 empty output directory instead of removing
fix - 596f7639a ensure compilation errors propagate to all bundle actions
fix - d900a5217 maintain current watch files after build errors
fix - 21549bdeb prerender default view when no routes are defined
fix - 4c251647b rewire sourcemap back to original source root

v17.0.0

@​angular/cli

Commit Description
fix - f4e7fa873 add @angular/ssr as part of the ng update packageGroup
fix - 1f7156b11 add Node.js 20 as supported version

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

17.0.2 (2023-11-20)

@​angular-devkit/build-angular

Commit Type Description
023645185 fix always normalize AOT file reference tracker paths
3b99980bd fix emit root files when localize is enabled when using the esbuild based builders
ef3e3abb8 fix ensure watch file paths from TypeScript are normalized
d11b36fe2 fix normalize paths in ssr sourcemaps to posix when using vite
62d51383a fix only include vendor sourcemaps when using the dev-server when the option is enabled
d28ba8a73 fix remove browser-esbuild usage warning

17.0.1 (2023-11-15)

@​angular/cli

Commit Type Description
5267e6055 fix handle packages with no version

@​schematics/angular

Commit Type Description
d9f7d439e fix add helper script to spawn SSR server from dist
a80926cdb fix html indentation
f7f62c9d6 fix remove downlevelIteration from tsconfig.json for new workspaces
7cb57317d fix use href property binding for links
731917cd0 fix use styleUrl

@​angular-devkit/build-angular

Commit Type Description
15dd71aba fix deleteOutputPath when using esbuild-builder
fa4d8ff31 fix add actionable error when file replacement is missing
160a91160 fix add support for vendor sourcemaps when using the dev-server
5623c193e fix cache stylesheet load errors with application builder
1a5538e0c fix disable Worker wait loop for TS/NG parallel compilation in web containers
883771946 fix do not process ssr entry-point when running ng serve
d3b549167 fix empty output directory instead of removing
596f7639a fix ensure compilation errors propagate to all bundle actions
d900a5217 fix maintain current watch files after build errors
21549bdeb fix prerender default view when no routes are defined
4c251647b fix rewire sourcemap back to original source root

... (truncated)

Commits
  • 73f0e70 release: cut the v17.0.2 release
  • d11b36f fix(@​angular-devkit/build-angular): normalize paths in ssr sourcemaps to posi...
  • 0236451 fix(@​angular-devkit/build-angular): always normalize AOT file reference track...
  • 7c7c0ac test: update error-with-sourcemaps e2e tests to use sha
  • 62d5138 fix(@​angular-devkit/build-angular): only include vendor sourcemaps when using...
  • 5772abc build: add missing args concat in snapshots e2e tests
  • 78f4896 refactor(@​angular-devkit/build-angular): use application builder for unknown ...
  • ec903cf test(@​angular-devkit/build-angular): add template error recovery unit-test fo...
  • d28ba8a fix(@​angular-devkit/build-angular): remove browser-esbuild usage warning
  • 7b30725 test: attempt to reduce flakiness of Vite cache reuse test
  • Additional commits viewable in compare view

Updates stylelint from 10.0.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 3.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 [email protected].

13.0.0

12.0.0

11.0.0

  • Changed: updated to [email protected].
  • Removed: stylelint less than 15.5.0 from peer dependencies.

10.0.0

  • Changed: updated to [email protected].
  • Removed: stylelint less than 15.3.0 from peer dependencies.

9.0.1

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

9.0.0

8.0.0

  • Changed: updated to [email protected].
  • 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 [email protected].
  • 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 [email protected].

13.0.0

12.0.0

11.0.0

  • Changed: updated to [email protected].
  • Removed: stylelint less than 15.5.0 from peer dependencies.

10.0.0

  • Changed: updated to [email protected].
  • Removed: stylelint less than 15.3.0 from peer dependencies.

9.0.1

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

9.0.0

8.0.0

  • Changed: updated to [email protected].
  • 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 [email protected].
  • Changed: updated stylelint peer dependency to ^14.4.0.

... (truncated)

Commits

Updates stylelint-config-standard from 18.3.0 to 34.0.0

Release notes

Sourced from stylelint-config-standard's releases.

34.0.0

  • Removed: stylelint less than 15.10.0 from peer dependencies
  • Changed: updated to [email protected].

33.0.0

  • Removed: stylelint less than 15.5.0 from peer dependencies.
  • Changed: updated to [email protected].
  • Changed: restored declaration-block-single-line-max-declarations removed on 30.0.0.

32.0.0

  • Removed: stylelint less than 15.4.0 from peer dependencies.
  • Added: media-feature-range-notation: "context" rule

31.0.0

  • Removed: stylelint less than 15.3.0 from peer dependencies.
  • Changed: updated to [email protected]

30.0.1

30.0.0

  • Removed: stylelint less than 15.0.0 from peer dependencies.
  • Removed: 64 rules deprecated in [email protected]. For details, see the migration guide.
  • Fixed: length-zero-no-unit to ignore custom properties.
  • Fixed: value-no-vendor-prefix to ignore -webkit-inline-box.

29.0.0

  • Removed: stylelint less than 14.14.0 from peer dependencies.
  • Changed: import-notation to be "url".
  • Added: custom parameter messages to *-pattern rules.
  • Fixed: value-no-vendor-prefix to ignore -webkit-box.

28.0.0

  • Removed: stylelint less than 14.11.0 from peer dependencies.
  • Changed: alpha-value-notation to be "number" for SVG *-opacity properties.

27.0.0

  • Removed: stylelint less than 14.10.0 from peer dependencies.
  • Changed: updated to [email protected]
  • Added: keyframe-selector-notation rule.

26.0.0

  • Removed: stylelint less than 14.9.0 from peer dependencies.
  • Changed: updated to [email protected]
  • Added: import-notation rule.
  • Added: selector-not-notation rule.

25.0.0

  • Removed: stylelint less than 14.4.0 from peer dependencies.
  • Changed: updated to [email protected]

... (truncated)

Changelog

Sourced from stylelint-config-standard's changelog.

34.0.0

  • Removed: stylelint less than 15.10.0 from peer dependencies
  • Changed: updated to [email protected].

33.0.0

  • Removed: stylelint less than 15.5.0 from peer dependencies.
  • Changed: updated to [email protected].
  • Changed: restored declaration-block-single-line-max-declarations removed on 30.0.0.

32.0.0

  • Removed: stylelint less than 15.4.0 from peer dependencies.
  • Added: media-feature-range-notation: "context" rule.

31.0.0

  • Removed: stylelint less than 15.3.0 from peer dependencies.
  • Changed: updated to [email protected].

30.0.1

30.0.0

  • Removed: stylelint less than 15.0.0 from peer dependencies.
  • Removed: 64 rules deprecated in [email protected]. For details, see the migration guide.
  • Fixed: length-zero-no-unit to ignore custom properties.
  • Fixed: value-no-vendor-prefix to ignore -webkit-inline-box.

29.0.0

  • Removed: stylelint less than 14.14.0 from peer dependencies.
  • Changed: import-notation to be "url".
  • Added: custom parameter messages to *-pattern rules.
  • Fixed: value-no-vendor-prefix to ignore -webkit-box.

28.0.0

  • Removed: stylelint less than 14.11.0 from peer dependencies.
  • Changed: alpha-value-notation to be "number" for SVG *-opacity properties.

27.0.0

  • Removed: stylelint less than 14.10.0 from peer dependencies.
  • Changed: updated to [email protected].
  • Added: keyframe-selector-notation rule.

... (truncated)

Commits
Maintainer changes

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


Updates stylelint-scss from 3.6.1 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...

    Description has been truncated

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

| Package | From | To |
| --- | --- | --- |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `14.2.12` | `17.0.2` |
| [stylelint](https://github.com/stylelint/stylelint) | `10.0.1` | `15.11.0` |
| [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss) | `3.3.0` | `13.1.0` |
| [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `18.3.0` | `34.0.0` |
| [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) | `3.6.1` | `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 `@angular-devkit/build-angular` from 14.2.12 to 17.0.2
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@14.2.12...17.0.2)

Updates `stylelint` from 10.0.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@10.0.1...15.11.0)

Updates `stylelint-config-recommended-scss` from 3.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@3.3.0...v13.1.0)

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

Updates `stylelint-scss` from 3.6.1 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.6.1...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: "@angular-devkit/build-angular"
  dependency-type: direct:development
- dependency-name: stylelint
  dependency-type: direct:development
- dependency-name: stylelint-config-recommended-scss
  dependency-type: direct:development
- dependency-name: stylelint-config-standard
  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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 21, 2023
Copy link

This pull request seems to be stale. Are you still planning to work on it? We will automatically close it in 30 days.

@github-actions github-actions bot added Stale and removed Stale labels Dec 22, 2023
Copy link

github-actions bot commented Feb 5, 2024

This pull request seems to be stale. Are you still planning to work on it? We will automatically close it in 30 days.

@github-actions github-actions bot added the Stale label Feb 5, 2024
@github-actions github-actions bot closed this Mar 7, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 7, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular-devkit/build-angular-and-stylelint-and-stylelint-config-recommended-scss-and-stylelint-config-standard-and-stylelint-scss-and-postcss-and-sugarss-17.0.2 branch March 7, 2024 00:34
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 Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants