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 patch-minor group with 5 updates #403

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps the patch-minor group with 5 updates:

Package From To
isbot 5.1.18 5.1.19
sanity-plugin-internationalized-array 3.0.3 3.1.0
tailwind-merge 2.5.5 2.6.0
postcss-preset-env 10.1.2 10.1.3
type-fest 4.30.2 4.31.0

Updates isbot from 5.1.18 to 5.1.19

Changelog

Sourced from isbot's changelog.

5.1.19

  • [Pattern] Pattern updates
Commits

Updates sanity-plugin-internationalized-array from 3.0.3 to 3.1.0

Release notes

Sourced from sanity-plugin-internationalized-array's releases.

v3.1.0

3.1.0 (2024-12-23)

Features


This release is also available on:

Changelog

Sourced from sanity-plugin-internationalized-array's changelog.

3.1.0 (2024-12-23)

Features

Commits

Updates tailwind-merge from 2.5.5 to 2.6.0

Release notes

Sourced from tailwind-merge's releases.

v2.6.0

New Features

Full Changelog: dcastil/tailwind-merge@v2.5.5...v2.6.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph, a private sponsor and more via @​thnxdev for sponsoring tailwind-merge! ❤️

Commits
  • 1a92c35 v2.6.0
  • 6480375 add changelog for v2.6.0
  • 7bb2dc0 Merge pull request #509 from dcastil/renovate/rollup-plugin-node-resolve-16.x
  • 19eb0a1 chore(deps): update dependency @​rollup/plugin-node-resolve to v16
  • d6f1014 Merge pull request #508 from dcastil/renovate/codspeed-vitest-plugin-4.x
  • d039e29 chore(deps): update dependency @​codspeed/vitest-plugin to v4
  • 4aac490 Merge pull request #507 from dcastil/renovate/migrate-config
  • 433e532 chore(config): migrate config .github/renovate.json
  • 31da3f2 fix unsupported import assertion
  • 34078ee Merge pull request #506 from dcastil/other/upgrade-github-workflows-to-node-22
  • Additional commits viewable in compare view

Updates postcss-preset-env from 10.1.2 to 10.1.3

Changelog

Sourced from postcss-preset-env's changelog.

10.1.3

December 27, 2024

Commits

Updates type-fest from 4.30.2 to 4.31.0

Release notes

Sourced from type-fest's releases.

v4.31.0

  • SetFieldType: Add option to preserve property modifiers (#1017) 59517cb
  • IsEqual: Fix identity issue (#1012) 591700a
  • SetOptional: Fix instantiations with index signatures (#1014) cb269ff
  • SetRequired: Fix instantiations with index signatures (#1014) cb269ff
  • SetReadonly: Fix instantiations with index signatures (#1014) cb269ff

sindresorhus/type-fest@v4.30.2...v4.31.0

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 patch-minor group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [isbot](https://github.com/omrilotan/isbot) | `5.1.18` | `5.1.19` |
| [sanity-plugin-internationalized-array](https://github.com/sanity-io/sanity-plugin-internationalized-array) | `3.0.3` | `3.1.0` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.5.5` | `2.6.0` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `10.1.2` | `10.1.3` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.30.2` | `4.31.0` |


Updates `isbot` from 5.1.18 to 5.1.19
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](omrilotan/isbot@v5.1.18...v5.1.19)

Updates `sanity-plugin-internationalized-array` from 3.0.3 to 3.1.0
- [Release notes](https://github.com/sanity-io/sanity-plugin-internationalized-array/releases)
- [Changelog](https://github.com/sanity-io/sanity-plugin-internationalized-array/blob/main/CHANGELOG.md)
- [Commits](sanity-io/sanity-plugin-internationalized-array@v3.0.3...v3.1.0)

Updates `tailwind-merge` from 2.5.5 to 2.6.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.5.5...v2.6.0)

Updates `postcss-preset-env` from 10.1.2 to 10.1.3
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

Updates `type-fest` from 4.30.2 to 4.31.0
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.30.2...v4.31.0)

---
updated-dependencies:
- dependency-name: isbot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: sanity-plugin-internationalized-array
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: postcss-preset-env
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: type-fest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 30, 2024
@dependabot dependabot bot requested a review from a team December 30, 2024 10:59
Copy link

vercel bot commented Dec 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fluid ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 30, 2024 11:01am
fluid-j4v9 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 30, 2024 11:01am

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/patch-minor-fdcdf67593 branch January 6, 2025 10:25
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.

0 participants