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 all group across 1 directory with 6 updates #2702

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 6 updates in the / directory:

Package From To
@primer/primitives 9.1.0 9.1.1
@primer/view-components 0.33.0 0.34.0
@primer/stylelint-config 13.0.0-rc.fe9ab86 13.0.0
eslint 9.9.1 9.10.0
eslint-plugin-github 5.0.1 5.0.2
postcss 8.4.45 8.4.47

Updates @primer/primitives from 9.1.0 to 9.1.1

Release notes

Sourced from @​primer/primitives's releases.

v9.1.1

Patch Changes

Changelog

Sourced from @​primer/primitives's changelog.

9.1.1

Patch Changes

Commits

Updates @primer/view-components from 0.33.0 to 0.34.0

Release notes

Sourced from @​primer/view-components's releases.

v0.34.0

Minor Changes

Patch Changes

Changelog

Sourced from @​primer/view-components's changelog.

0.34.0

Minor Changes

Patch Changes

Commits
  • f5822fc Release Tracking (#3056)
  • 66488a3 [SelectPanel] Fix tab index issue in multi-select mode (#3077)
  • f4e65d4 Bump @​primer/primitives from 9.0.3 to 9.1.0 in /demo (#3065)
  • b45ef04 Emit an input event primer-text-field#clearContents. (#3062)
  • c8dfea4 Generating static files
  • b57b63a [SelectPanel] Filter input border and loading/error panel min-height (#3044)
  • 871c818 [SelectPanel] Raise an error when remote fetch + hidden filter combo (#3053)
  • c20ec78 Generating static files
  • 4434ec0 [SelectPanel] Disallow passing role: argument (#3054)
  • 96b42db Don't select the item if it's an href (#3057)
  • Additional commits viewable in compare view

Updates @primer/stylelint-config from 13.0.0-rc.fe9ab86 to 13.0.0

Release notes

Sourced from @​primer/stylelint-config's releases.

v13.0.0

Major Changes

  • #397 255a3c4 Thanks @​jonrohan! - Removing primer/no-experimental-vars plugin from config.

  • #415 86cf24f Thanks @​jonrohan! - Deleting primer/utilities plugin

  • #401 0a7bc7e Thanks @​jonrohan! - BREAKING CHANGE: Removing plugins from the config.

    • primer/new-color-vars-have-fallback
    • primer/no-deprecated-colors
    • primer/no-override
    • primer/no-scale-colors
    • primer/no-undefined-vars
    • primer/no-unused-vars
  • #397 255a3c4 Thanks @​jonrohan! - Upgrade to latest stylelint and make esm the default module format

Minor Changes

Changelog

Sourced from @​primer/stylelint-config's changelog.

13.0.0

Major Changes

  • #397 255a3c4 Thanks @​jonrohan! - Removing primer/no-experimental-vars plugin from config.

  • #415 86cf24f Thanks @​jonrohan! - Deleting primer/utilities plugin

  • #401 0a7bc7e Thanks @​jonrohan! - BREAKING CHANGE: Removing plugins from the config.

    • primer/new-color-vars-have-fallback
    • primer/no-deprecated-colors
    • primer/no-override
    • primer/no-scale-colors
    • primer/no-undefined-vars
    • primer/no-unused-vars
  • #397 255a3c4 Thanks @​jonrohan! - Upgrade to latest stylelint and make esm the default module format

Minor Changes

12.9.2

Patch Changes

12.9.1

Patch Changes

12.9.0

Minor Changes

  • #376 a31e0d3 Thanks @​langermank! - Adds new plugin: new-color-vars-have-fallback to check that if new Primitive v8 colors are used, they have a fallback value.

... (truncated)

Commits

Updates eslint from 9.9.1 to 9.10.0

Release notes

Sourced from eslint's releases.

v9.10.0

Features

  • 301b90d feat: Add types (#18854) (Nicholas C. Zakas)
  • bcf0df5 feat: limit namespace import identifier in id-length rule (#18849) (ChaedongIm)
  • 45c18e1 feat: add requireFlag option to require-unicode-regexp rule (#18836) (Brett Zamir)
  • 183b459 feat: add error message for duplicate flags in no-invalid-regexp (#18837) (Tanuj Kanti)
  • c69b406 feat: report duplicate allowed flags in no-invalid-regexp (#18754) (Tanuj Kanti)

Documentation

  • bee0e7a docs: update README (#18865) (Milos Djermanovic)
  • 5d80b59 docs: specify that ruleId can be null in custom formatter docs (#18857) (Milos Djermanovic)
  • 156b1c3 docs: Update README (GitHub Actions Bot)
  • f6fdef9 docs: Update README (GitHub Actions Bot)
  • a20c870 docs: Update README (GitHub Actions Bot)
  • 90e699b docs: Update README (GitHub Actions Bot)

Chores

  • 24c3ff7 chore: upgrade to @​eslint/js@​9.10.0 (#18866) (Francesco Trotta)
  • 1ebdde1 chore: package.json update for @​eslint/js release (Jenkins)
  • e8fc5bd chore: update dependency @​eslint/core to ^0.5.0 (#18848) (renovate[bot])
  • 343f992 refactor: don't use node.value when removing unused directives (#18835) (Milos Djermanovic)
  • 3db18b0 refactor: Extract FileContext into class (#18831) (Nicholas C. Zakas)
  • 931d650 refactor: Use @​eslint/plugin-kit (#18822) (Nicholas C. Zakas)
  • ed5cf0c chore: update dependency @​eslint/json to ^0.4.0 (#18829) (Milos Djermanovic)
  • d1f0831 chore: added missing ids (#18817) (Strek)
  • ec92813 refactor: Config class (#18763) (Nicholas C. Zakas)
Changelog

Sourced from eslint's changelog.

v9.10.0 - September 6, 2024

  • 24c3ff7 chore: upgrade to @​eslint/js@​9.10.0 (#18866) (Francesco Trotta)
  • 1ebdde1 chore: package.json update for @​eslint/js release (Jenkins)
  • 301b90d feat: Add types (#18854) (Nicholas C. Zakas)
  • bee0e7a docs: update README (#18865) (Milos Djermanovic)
  • bcf0df5 feat: limit namespace import identifier in id-length rule (#18849) (ChaedongIm)
  • 45c18e1 feat: add requireFlag option to require-unicode-regexp rule (#18836) (Brett Zamir)
  • 5d80b59 docs: specify that ruleId can be null in custom formatter docs (#18857) (Milos Djermanovic)
  • 156b1c3 docs: Update README (GitHub Actions Bot)
  • e8fc5bd chore: update dependency @​eslint/core to ^0.5.0 (#18848) (renovate[bot])
  • 343f992 refactor: don't use node.value when removing unused directives (#18835) (Milos Djermanovic)
  • 183b459 feat: add error message for duplicate flags in no-invalid-regexp (#18837) (Tanuj Kanti)
  • f6fdef9 docs: Update README (GitHub Actions Bot)
  • c69b406 feat: report duplicate allowed flags in no-invalid-regexp (#18754) (Tanuj Kanti)
  • a20c870 docs: Update README (GitHub Actions Bot)
  • 90e699b docs: Update README (GitHub Actions Bot)
  • 3db18b0 refactor: Extract FileContext into class (#18831) (Nicholas C. Zakas)
  • 931d650 refactor: Use @​eslint/plugin-kit (#18822) (Nicholas C. Zakas)
  • ed5cf0c chore: update dependency @​eslint/json to ^0.4.0 (#18829) (Milos Djermanovic)
  • d1f0831 chore: added missing ids (#18817) (Strek)
  • ec92813 refactor: Config class (#18763) (Nicholas C. Zakas)
Commits

Updates eslint-plugin-github from 5.0.1 to 5.0.2

Release notes

Sourced from eslint-plugin-github's releases.

v5.0.2

What's Changed

Full Changelog: github/eslint-plugin-github@v5.0.1...v5.0.2

Commits
  • d6f656d Merge pull request #551 from github/dependabot/npm_and_yarn/all-dependencies-...
  • df2c60a chore(deps): bump the all-dependencies group across 1 directory with 4 updates
  • 0f0979c chore(deps): bump the all-dependencies group with 3 updates (#545)
  • 0e294e5 Merge pull request #544 from github/dependabot/npm_and_yarn/all-dependencies-...
  • 17c6e39 chore(deps): bump the all-dependencies group with 3 updates
  • 86d5cb1 Merge pull request #543 from github/dependabot/npm_and_yarn/all-dependencies-...
  • 522309f chore(deps): bump the all-dependencies group across 1 directory with 3 updates
  • c3857ba Merge pull request #541 from github/dependabot/npm_and_yarn/all-dependencies-...
  • 8010f55 chore(deps): bump the all-dependencies group with 4 updates
  • 7772275 Merge pull request #540 from github/dependabot/npm_and_yarn/all-dependencies-...
  • Additional commits viewable in compare view

Updates postcss from 8.4.45 to 8.4.47

Release notes

Sourced from postcss's releases.

8.4.47

  • Removed debug code.

8.4.46

  • Fixed Cannot read properties of undefined (reading 'before').
Changelog

Sourced from postcss's changelog.

8.4.47

  • Removed debug code.

8.4.46

  • Fixed Cannot read properties of undefined (reading 'before').
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 all group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@primer/primitives](https://github.com/primer/primitives) | `9.1.0` | `9.1.1` |
| [@primer/view-components](https://github.com/primer/view_components) | `0.33.0` | `0.34.0` |
| [@primer/stylelint-config](https://github.com/primer/stylelint-config) | `13.0.0-rc.fe9ab86` | `13.0.0` |
| [eslint](https://github.com/eslint/eslint) | `9.9.1` | `9.10.0` |
| [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `5.0.1` | `5.0.2` |
| [postcss](https://github.com/postcss/postcss) | `8.4.45` | `8.4.47` |



Updates `@primer/primitives` from 9.1.0 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.1.0...v9.1.1)

Updates `@primer/view-components` from 0.33.0 to 0.34.0
- [Release notes](https://github.com/primer/view_components/releases)
- [Changelog](https://github.com/primer/view_components/blob/main/CHANGELOG.md)
- [Commits](primer/view_components@v0.33.0...v0.34.0)

Updates `@primer/stylelint-config` from 13.0.0-rc.fe9ab86 to 13.0.0
- [Release notes](https://github.com/primer/stylelint-config/releases)
- [Changelog](https://github.com/primer/stylelint-config/blob/main/CHANGELOG.md)
- [Commits](https://github.com/primer/stylelint-config/commits/v13.0.0)

Updates `eslint` from 9.9.1 to 9.10.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.9.1...v9.10.0)

Updates `eslint-plugin-github` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](github/eslint-plugin-github@v5.0.1...v5.0.2)

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

---
updated-dependencies:
- dependency-name: "@primer/primitives"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@primer/view-components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@primer/stylelint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team as code owners September 16, 2024 05:26
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 16, 2024
@dependabot dependabot bot requested a review from mperrotti September 16, 2024 05:26
Copy link

changeset-bot bot commented Sep 16, 2024

⚠️ No Changeset found

Latest commit: 9b342d8

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 479dc53 into main Sep 17, 2024
13 of 14 checks passed
@jonrohan jonrohan deleted the dependabot/npm_and_yarn/all-5af13b9e19 branch September 17, 2024 21:28
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