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

deps: bump the dependency-updates group across 1 directory with 5 updates #1146

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2024

Bumps the dependency-updates group with 5 updates in the / directory:

Package From To
@primer/react 36.20.0 36.21.0
@testing-library/jest-dom 6.4.5 6.4.6
eslint-plugin-primer-react 5.1.0 5.2.0
prettier 3.3.0 3.3.1
yaml 2.4.3 2.4.5

Updates @primer/react from 36.20.0 to 36.21.0

Release notes

Sourced from @​primer/react's releases.

@​primer/react@​36.21.0

Minor Changes

Patch Changes

Commits
  • c9a1c8d Version Packages (#4642)
  • 5d4ac9e chore(deps-dev): bump mdast-util-from-markdown from 2.0.0 to 2.0.1 (#4655)
  • c80872d chore(deps-dev): bump postcss-preset-env from 9.3.0 to 9.5.14 (#4654)
  • 1cfb110 chore(deps-dev): bump @​babel/preset-typescript from 7.24.1 to 7.24.7 (#4653)
  • d2ab5e2 Bump eslint-plugin-github and eliminate false positive (#4649)
  • 5a119eb feat: add rollup-plugin-import-css (#4650)
  • 964db80 ADR: Deprecating props in favor of more accessible prop/API (#4627)
  • d876224 chore(deps): update react, react-dom, testing-library (#4646)
  • 65f2cd1 Add aria-expanded back to AnchoredOverlay (#4456)
  • 6cbbc49 fix(SegmentedControl): explicitly set the type attribute for `SegmentedCont...
  • Additional commits viewable in compare view

Updates @testing-library/jest-dom from 6.4.5 to 6.4.6

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.4.6

6.4.6 (2024-06-10)

Bug Fixes

Commits

Updates eslint-plugin-primer-react from 5.1.0 to 5.2.0

Release notes

Sourced from eslint-plugin-primer-react's releases.

v5.2.0

Minor Changes

Patch Changes

Changelog

Sourced from eslint-plugin-primer-react's changelog.

5.2.0

Minor Changes

Patch Changes

Commits

Updates prettier from 3.3.0 to 3.3.1

Release notes

Sourced from prettier's releases.

3.3.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.3.1

diff

Preserve empty lines in front matter (#16347 by @​fisker)

<!-- Input -->
---
foo:
  - bar1


bar2


bar3



Markdown
<!-- Prettier 3.3.0 -->

foo:

bar1
bar2
bar3


Markdown
<!-- Prettier 3.3.1 -->
foo:


bar1


bar2


bar3



Markdown

Preserve explicit language in front matter (#16348 by @​fisker)

<!-- Input -->
---yaml
</tr></table> 

... (truncated)

Commits

Updates yaml from 2.4.3 to 2.4.5

Release notes

Sourced from yaml's releases.

v2.4.5

  • Improve tab handling (#553, yaml-test-suite tests DK95 & Y79Y)

v2.4.4

With special thanks to @​RedCMD for finding and reporting all of the following:

  • Allow comment after top-level block scalar with explicit indent indicator (#547)
  • Allow tab as indent for line comments before nodes (#548)
  • Do not allow tab before block collection (#549)
  • In flow collections, allow []{} immediately after : with plain key (#550)
  • Require indentation for ? explicit-key contents (#551)
  • Require indentation from block scalar header & flow collections in mapping values (#553)
Commits
  • 1b8fde6 2.4.5
  • f3c7d03 test: Obey yaml-test-suite skip instructions
  • 4e66d72 fix: Improve tab handling (tests DK95 & Y79Y, #553)
  • d06f386 2.4.4
  • 39053e8 chore: Satisfy strict TS
  • 8baee44 test: Use source files for yaml-test-suite tests
  • 280a861 fix: Allow comment after top-level block scalar with explicit indent indicato...
  • 767bc47 fix: Require indentation from block scalar header & flow collections in mappi...
  • 5096f83 fix: Require indentation for ? explicit-key contents (fixes #551)
  • 22f2c6f fix: In flow collections, allow []{} immediately after : with plain key (fixe...
  • 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 <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

…ates

Bumps the dependency-updates group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@primer/react](https://github.com/primer/react) | `36.20.0` | `36.21.0` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.5` | `6.4.6` |
| [eslint-plugin-primer-react](https://github.com/primer/eslint-plugin-primer-react) | `5.1.0` | `5.2.0` |
| [prettier](https://github.com/prettier/prettier) | `3.3.0` | `3.3.1` |
| [yaml](https://github.com/eemeli/yaml) | `2.4.3` | `2.4.5` |



Updates `@primer/react` from 36.20.0 to 36.21.0
- [Release notes](https://github.com/primer/react/releases)
- [Commits](https://github.com/primer/react/compare/@primer/react@36.20.0...@primer/react@36.21.0)

Updates `@testing-library/jest-dom` from 6.4.5 to 6.4.6
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.4.5...v6.4.6)

Updates `eslint-plugin-primer-react` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/primer/eslint-plugin-primer-react/releases)
- [Changelog](https://github.com/primer/eslint-plugin-primer-react/blob/main/CHANGELOG.md)
- [Commits](primer/eslint-plugin-primer-react@v5.1.0...v5.2.0)

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

Updates `yaml` from 2.4.3 to 2.4.5
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.4.3...v2.4.5)

---
updated-dependencies:
- dependency-name: "@primer/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: eslint-plugin-primer-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner June 11, 2024 05:43
@dependabot dependabot bot added the Dependencies Pull requests that update a dependency file label Jun 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 12, 2024

Superseded by #1149.

@dependabot dependabot bot closed this Jun 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/dependency-updates-3d0f201055 branch June 12, 2024 05:52
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