deps: bump the all-dependencies group across 1 directory with 6 updates#24
Closed
dependabot[bot] wants to merge 1 commit into
Closed
deps: bump the all-dependencies group across 1 directory with 6 updates#24dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `6.16.3` | `7.0.1` | | [cache-manager](https://github.com/jaredwray/cacheable/tree/HEAD/packages/cache-manager) | `7.2.3` | `7.2.5` | | [cacheable](https://github.com/jaredwray/cacheable/tree/HEAD/packages/cacheable) | `2.0.3` | `2.3.0` | | [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `6.16.3` | `7.0.1` | | [rimraf](https://github.com/isaacs/rimraf) | `6.0.1` | `6.1.2` | Updates `@prisma/client` from 6.16.3 to 7.0.1 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.0.1/packages/client) Updates `cache-manager` from 7.2.3 to 7.2.5 - [Release notes](https://github.com/jaredwray/cacheable/releases) - [Commits](https://github.com/jaredwray/cacheable/commits/HEAD/packages/cache-manager) Updates `cacheable` from 2.0.3 to 2.3.0 - [Release notes](https://github.com/jaredwray/cacheable/releases) - [Commits](https://github.com/jaredwray/cacheable/commits/2.3.0/packages/cacheable) Updates `keyv` from 5.5.3 to 5.5.4 - [Release notes](https://github.com/jaredwray/keyv/releases) - [Commits](https://github.com/jaredwray/keyv/commits) Updates `prisma` from 6.16.3 to 7.0.1 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.0.1/packages/cli) Updates `rimraf` from 6.0.1 to 6.1.2 - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v6.0.1...v6.1.2) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: cache-manager dependency-version: 7.2.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: cacheable dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: keyv dependency-version: 5.5.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: prisma dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: rimraf dependency-version: 6.1.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-dependencies group with 5 updates in the / directory:
6.16.37.0.17.2.37.2.52.0.32.3.06.16.37.0.16.0.16.1.2Updates
@prisma/clientfrom 6.16.3 to 7.0.1Release notes
Sourced from
@prisma/client's releases.... (truncated)
Commits
4122383feat: 7.0.1 release (#28711)bc09f97feat(client): made accelerateUrl and adapter mutually exclusive at type level...3bf3163chore: update engines to 6.20.0-16.next-0c19ccc313cf9911a90d99d2ac2eb0280c76c513bdb03a5fix(client): remove and fix remains of QE runtime bundles (#28533)3576780feat(cli,migrate)!: resolve datasource paths relative to the config (#28514)41837befix: fix usage of prisma init with corepack (#28504)1fb6761feat(config): remove support forengine: 'js' | 'classic'; remove experimen...d1cb099refactor: remove legacy cruft fromGetPrismaClientOptions(#28496)fc75dbcfix: fix 21136 extension test (#28497)df11516feat(client): [breaking] removepostinstallhook, remove "auto-install" on ...Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@prisma/clientsince your current version.Updates
cache-managerfrom 7.2.3 to 7.2.5Commits
Updates
cacheablefrom 2.0.3 to 2.3.0Commits
Updates
keyvfrom 5.5.3 to 5.5.4Commits
Updates
prismafrom 6.16.3 to 7.0.1Release notes
Sourced from prisma's releases.
... (truncated)
Commits
4122383feat: 7.0.1 release (#28711)1778827feat(cli): updateprisma init --dboutput (#28551)9558e9efeat(cli): MySQL + Studio fully functional. 🐬 (#28542)447e03afeat: implement the studio telemetry endpoint (#28560)61dd871fix: fix sqlite node 20 studio issues (#28552)2f4a80cfix: clarify the message about supported Node.js versions (#28545)12f0e27feat(cli): improveprisma initoutput (#28546)944cd0cfeat(cli): Studio + MySQL 🐬 (#28537)cc6f6e5feat(cli): change custom generator example in help text (#28539)a1136eafeat(cli): re-introduce init as an eager command. (#28538)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for prisma since your current version.
Updates
rimraffrom 6.0.1 to 6.1.2Changelog
Sourced from rimraf's changelog.
... (truncated)
Commits
cd454986.1.2fe9a962glob@1330dc9d86.1.19dffc3eupdate globb6462eamock platform properly in test/index.ts668309fci: update typedoc action18dc77a6.1.02bd2e62changelog 6.119311cfrefactor: switch to native fs.promises0c437d4Create separate dir for integration testsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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