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

build(deps): bump the patch-updates group across 1 directory with 2 updates #98

Merged
merged 1 commit into from
Mar 9, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2025

Bumps the patch-updates group with 2 updates in the / directory: gatsby-plugin-theme-ui and prettier.

Updates gatsby-plugin-theme-ui from 0.17.1 to 0.17.2

Release notes

Sourced from gatsby-plugin-theme-ui's releases.

v0.17.2

🐛 Bug Fix

Authors: 1

v0.17.2-develop.1

🐛 Bug Fix

Authors: 1

v0.17.2-develop.0

No release notes provided.

Changelog

Sourced from gatsby-plugin-theme-ui's changelog.

v0.17.2 (Fri Feb 14 2025)

🐛 Bug Fix

Authors: 1


Commits
  • 04b1941 Bump version to: 0.17.2 [skip ci]
  • ac659ac Update CHANGELOG.md [skip ci]
  • 43cbbf5 Merge branch 'develop' into stable
  • 5e09f14 chore: fix types from accepted PR #2535
  • 99ce873 Merge pull request #2535 from rtturner/flex-derived-styles
  • 93ce9f6 fix(Flex): handle derived sx in Flex
  • f86c5c3 Merge pull request #2528 from system-ui/dependabot/npm_and_yarn/next-15.1.2
  • 54b4200 chore(deps): bump next from 15.0.3 to 15.1.2
  • e6cf9b6 Bump versions to: 0.17.2-develop.0 [skip ci]
  • 0a835a1 chore(deps): bump next from 14.2.15 to 15.0.3
  • Additional commits viewable in compare view

Updates prettier from 3.5.2 to 3.5.3

Release notes

Sourced from prettier's releases.

3.5.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.5.3

diff

Flow: Fix missing parentheses in ConditionalTypeAnnotation (#17196 by @​fisker)

// Input
type T<U> = 'a' | ('b' extends U ? 'c' : empty);
type T<U> = 'a' & ('b' extends U ? 'c' : empty);
// Prettier 3.5.2
type T<U> = "a" | "b" extends U ? "c" : empty;
type T<U> = "a" & "b" extends U ? "c" : empty;
// Prettier 3.5.3
type T<U> = "a" | ("b" extends U ? "c" : empty);
type T<U> = "a" & ("b" extends U ? "c" : empty);

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

…pdates

Bumps the patch-updates group with 2 updates in the / directory: [gatsby-plugin-theme-ui](https://github.com/system-ui/theme-ui) and [prettier](https://github.com/prettier/prettier).


Updates `gatsby-plugin-theme-ui` from 0.17.1 to 0.17.2
- [Release notes](https://github.com/system-ui/theme-ui/releases)
- [Changelog](https://github.com/system-ui/theme-ui/blob/v0.17.2/CHANGELOG.md)
- [Commits](system-ui/theme-ui@v0.17.1...v0.17.2)

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

---
updated-dependencies:
- dependency-name: gatsby-plugin-theme-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 9, 2025
@SudharakaP SudharakaP temporarily deployed to dependabot/npm_and_yarn/patch-updates-673ce25132 - Epsan Crafts PR #98 March 9, 2025 02:39 — with Render Destroyed
@SudharakaP SudharakaP merged commit f9dadf2 into main Mar 9, 2025
1 check passed
@SudharakaP SudharakaP deleted the dependabot/npm_and_yarn/patch-updates-673ce25132 branch March 9, 2025 02:40
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.

1 participant