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 production-dependencies group across 1 directory with 3 updates #473

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2024

Bumps the production-dependencies group with 3 updates in the / directory: @primer/primitives, stylelint and stylelint-scss.

Updates @primer/primitives from 9.0.1 to 9.1.1

Release notes

Sourced from @​primer/primitives's releases.

v9.1.1

Patch Changes

v9.1.0

Minor Changes

Patch Changes

v9.0.3

Patch Changes

v9.0.2

Patch Changes

Changelog

Sourced from @​primer/primitives's changelog.

9.1.1

Patch Changes

9.1.0

Minor Changes

Patch Changes

9.0.3

Patch Changes

9.0.2

Patch Changes

Commits

Updates stylelint from 16.8.2 to 16.9.0

Release notes

Sourced from stylelint's releases.

16.9.0

  • Changed: secondaryOptions argument type of the Rule function (#7950) (@​Mouvedia).
  • Fixed: color-function-notation reporting functions with less than 3 arguments (#7948) (@​Mouvedia).
  • Fixed: declaration-property-value-no-unknown false positives/negatives (#7944 & #7957 & #7956) (@​Mouvedia & @​sidverma32).
    • false positives: overflow, word-break, width
    • false negatives: anchor-name, field-sizing, text-box-edge, text-box-trim, text-spacing-trim, text-wrap, text-wrap-mode, text-wrap-style, view-timeline, view-timeline-axis, view-timeline-inset, view-timeline-name, view-transition-name
  • Fixed: keyframe-block-no-duplicate-selectors/keyframe-declaration-no-important/keyframe-selector-notation/no-unknown-animations false negatives for @-o-keyframes and @-ms-keyframes (#7953) (@​Mouvedia).
  • Fixed: no-duplicate-selectors reported ranges (#7938) (@​romainmenke).
  • Fixed: property-no-vendor-prefix report for -webkit-background-size (#7940) (@​Mouvedia).
  • Fixed: selector-class-pattern reported ranges (#7959) (@​Mouvedia).
  • Fixed: selector-no-qualifying-type reported ranges (#7937) (@​romainmenke).
  • Fixed: honour Node.js --no-deprecation flag for rule deprecation warnings (#7943) (@​Mouvedia).
Changelog

Sourced from stylelint's changelog.

16.9.0

  • Changed: secondaryOptions argument type of the Rule function (#7950) (@​Mouvedia).
  • Fixed: color-function-notation reporting functions with less than 3 arguments (#7948) (@​Mouvedia).
  • Fixed: declaration-property-value-no-unknown false positives/negatives (#7944 & #7957 & #7956) (@​Mouvedia & @​sidverma32).
    • false positives: overflow, word-break, width
    • false negatives: anchor-name, field-sizing, text-box-edge, text-box-trim, text-spacing-trim, text-wrap, text-wrap-mode, text-wrap-style, view-timeline, view-timeline-axis, view-timeline-inset, view-timeline-name, view-transition-name
  • Fixed: keyframe-block-no-duplicate-selectors/keyframe-declaration-no-important/keyframe-selector-notation/no-unknown-animations false negatives for @-o-keyframes and @-ms-keyframes (#7953) (@​Mouvedia).
  • Fixed: no-duplicate-selectors reported ranges (#7938) (@​romainmenke).
  • Fixed: property-no-vendor-prefix report for -webkit-background-size (#7940) (@​Mouvedia).
  • Fixed: selector-class-pattern reported ranges (#7959) (@​Mouvedia).
  • Fixed: selector-no-qualifying-type reported ranges (#7937) (@​romainmenke).
  • Fixed: honour Node.js --no-deprecation flag for rule deprecation warnings (#7943) (@​Mouvedia).
Commits
  • 94c3d93 16.9.0
  • 549a1a8 Prepare 16.9.0 (#7946)
  • baadc25 Refactor to fix CoreRules type inconsistencies (#7967)
  • 78b1e83 Improve PublicApi['rules'] type and remove BuiltInRules, Formatters and...
  • 5cf18b1 Refactor to add CoreRules type (#7954)
  • ce0b1af Bump supports-hyperlinks from 3.0.0 to 3.1.0 (#7962)
  • ab47e73 Change secondaryOptions argument type of the Rule function (#7950)
  • d53ce33 Fix declaration-property-value-no-unknown false negatives (#7957)
  • 83e2851 Fix keyframe-block-no-duplicate-selectors/`keyframe-declaration-no-importan...
  • 9744c18 Fix selector-class-pattern reported ranges (#7959)
  • Additional commits viewable in compare view

Updates stylelint-scss from 6.5.0 to 6.5.1

Release notes

Sourced from stylelint-scss's releases.

6.5.1

  • Fixed: function-quote-no-quoted-strings-inside fix broken autofix (#1043).

Full Changelog: stylelint-scss/stylelint-scss@v6.5.0...v6.5.1

Changelog

Sourced from stylelint-scss's changelog.

6.5.1

  • Fixed: function-quote-no-quoted-strings-inside fix broken autofix (#1043).

Full Changelog: stylelint-scss/stylelint-scss@v6.5.0...v6.5.1

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 3 updates in the / directory: [@primer/primitives](https://github.com/primer/primitives), [stylelint](https://github.com/stylelint/stylelint) and [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss).


Updates `@primer/primitives` from 9.0.1 to 9.1.1
- [Release notes](https://github.com/primer/primitives/releases)
- [Changelog](https://github.com/primer/primitives/blob/main/CHANGELOG.md)
- [Commits](primer/primitives@v9.0.1...v9.1.1)

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

Updates `stylelint-scss` from 6.5.0 to 6.5.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@v6.5.0...v6.5.1)

---
updated-dependencies:
- dependency-name: "@primer/primitives"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: stylelint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: stylelint-scss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 10, 2024 13:17
@dependabot dependabot bot requested review from jonrohan and removed request for a team September 10, 2024 13:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 10, 2024
Copy link

changeset-bot bot commented Sep 10, 2024

⚠️ No Changeset found

Latest commit: 251c382

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@jonrohan jonrohan merged commit ea60ebd into main Sep 11, 2024
5 checks passed
@jonrohan jonrohan deleted the dependabot/npm_and_yarn/production-dependencies-de4f93ee31 branch September 11, 2024 21:54
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant