chore(deps): bump the npm-updates group across 1 directory with 10 updates#612
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the npm-updates group across 1 directory with 10 updates#612dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…dates Bumps the npm-updates group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [graphql](https://github.com/graphql/graphql-js) | `16.13.2` | `16.14.0` | | [i18next](https://github.com/i18next/i18next) | `26.0.8` | `26.0.10` | | [kysely](https://github.com/kysely-org/kysely) | `0.28.17` | `0.29.0` | | [zod](https://github.com/colinhacks/zod) | `4.4.2` | `4.4.3` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.2` | `24.12.3` | | [jiti](https://github.com/unjs/jiti) | `2.6.1` | `2.7.0` | | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `6.11.0` | `6.12.2` | | [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.47.0` | `0.48.0` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.62.0` | `1.63.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.10` | `8.0.11` | Updates `graphql` from 16.13.2 to 16.14.0 - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](graphql/graphql-js@v16.13.2...v16.14.0) Updates `i18next` from 26.0.8 to 26.0.10 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](i18next/i18next@v26.0.8...v26.0.10) Updates `kysely` from 0.28.17 to 0.29.0 - [Release notes](https://github.com/kysely-org/kysely/releases) - [Commits](kysely-org/kysely@v0.28.17...v0.29.0) Updates `zod` from 4.4.2 to 4.4.3 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.4.2...v4.4.3) Updates `@types/node` from 24.12.2 to 24.12.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `jiti` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/unjs/jiti/releases) - [Changelog](https://github.com/unjs/jiti/blob/main/CHANGELOG.md) - [Commits](unjs/jiti@v2.6.1...v2.7.0) Updates `knip` from 6.11.0 to 6.12.2 - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/knip@6.12.2/packages/knip) Updates `oxfmt` from 0.47.0 to 0.48.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.48.0/npm/oxfmt) Updates `oxlint` from 1.62.0 to 1.63.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.63.0/npm/oxlint) Updates `vite` from 8.0.10 to 8.0.11 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.11/packages/vite) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.12.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: graphql dependency-version: 16.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: i18next dependency-version: 26.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: jiti dependency-version: 2.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: knip dependency-version: 6.12.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: kysely dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: oxfmt dependency-version: 0.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: oxlint dependency-version: 1.63.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: vite dependency-version: 8.0.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: zod dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <support@github.com>
399f6d6 to
e0e76cd
Compare
Owner
|
@claude Fix the issues |
|
Claude finished @eikowagenknecht's task in 1m 35s —— View job Fixing dependency update issues
Root cause: The fix (1-line change in -import type { Kysely, Migration } from "kysely";
-import { Migrator } from "kysely";
+import type { Kysely } from "kysely";
+import type { Migration } from "kysely/migration";
+import { Migrator } from "kysely/migration";Why I can't push: GitHub prevents the Actions bot from writing to Dependabot PR branches (security policy). You'll need to apply this fix manually. To apply the fix: git fetch origin dependabot/npm_and_yarn/main/npm-updates-42533396bc
git checkout dependabot/npm_and_yarn/main/npm-updates-42533396bc
# edit src/services/database/migrations/migrations.ts as shown above
git add src/services/database/migrations/migrations.ts
git commit -m "fix(deps): update kysely imports to use kysely/migration subpath"
git push |
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 npm-updates group with 10 updates in the / directory:
16.13.216.14.026.0.826.0.100.28.170.29.04.4.24.4.324.12.224.12.32.6.12.7.06.11.06.12.20.47.00.48.01.62.01.63.08.0.108.0.11Updates
graphqlfrom 16.13.2 to 16.14.0Release notes
Sourced from graphql's releases.
Commits
57b385bchore(release): v16.14.0 (#4720)85700edFix mistake in GraphQLError guidance (#4706)8eb6383Allow configuration of theofTypeintrospection depth (#4317)ad9c519Add support for directives on directive definitions (#4521)db2987cfix(valueFromAST): restore variable own-property checks (#4652)Updates
i18nextfrom 26.0.8 to 26.0.10Release notes
Sourced from i18next's releases.
Changelog
Sourced from i18next's changelog.
Commits
61eaf5b26.0.1047fd92ffeat: getFixedT 4th-arg scopeNs decouples selector ns-detection from resoluti...caf33f626.0.9eed0146fix(types): relax unformatted interpolation values tostring | number170fb0aModernize locize.com URLs and refresh UTM tagsUpdates
kyselyfrom 0.28.17 to 0.29.0Release notes
Sourced from kysely's releases.
... (truncated)
Commits
820f7220.29.08aed478chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 (#1813)2bf653cchore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#1812)c995453chore(deps): bump github/codeql-action from 3.35.1 to 4.35.4 (#1816)30d1b62chore(deps-dev): bump@types/nodefrom 25.6.0 to 25.6.1 (#1815)b11e037chore(deps): bump step-security/harden-runner from 2.17.0 to 2.19.1 (#1814)1e68a0dfix(ci): better-sqlite3 node.js version mismatches sincepnpmaction bump. ...9e0bfc0chore: remove npm bump in publish workflow.a8133c9chore: revert better-sqlite3 bump.7f98851add dependabot.Updates
zodfrom 4.4.2 to 4.4.3Release notes
Sourced from zod's releases.
Commits
1fb56a5docs: document release procedure in AGENTS.mdf3c9ec04.4.3c2be4f8fix(v4): generalize optin/fallback to transform; restore preprocess on absent...1cab693fix(v4): restore catch handling for absent object keys (#5937) (#5939)b8dffe9docs: remove Numeric and Speakeasy (2+ missed monthly cycles)9195250docs: remove Mintlify from bronze sponsors (churned)2c70332docs: normalize bronze sponsor logos to github avatar pattern7391be8docs: prune lapsed silver/bronze sponsors and add active ones2aeec83docs: prune lapsed gold sponsors and rebalance logo sizing4c2fa95docs: use Zernio primary wordmark for gold sponsor logoUpdates
@types/nodefrom 24.12.2 to 24.12.3Commits
Updates
jitifrom 2.6.1 to 2.7.0Release notes
Sourced from jiti's releases.
Changelog
Sourced from jiti's changelog.
... (truncated)
Commits
fd3bb28chore(release): v2.7.027fe3f2chore: update release script4fcd2f2fix: fallback forENAMETOOLONGwhen evaluating esm (#429)8c0243fbuild: experimental rolldown config55194fbbuild: upgrade rspack0abda72ci: update node test matrix8c7822echore: update tsconfig08fc868chore: update deps5d552e3feat: addjiti/staticexport (#430)ae790b0feat: support virtual modules option (#428)Updates
knipfrom 6.11.0 to 6.12.2Release notes
Sourced from knip's releases.
Commits
cfb9ac4Release knip@6.12.2616739dfix(serverless-framework): skip functions without handler (close #1735)f37c5dafix(webpack): reference TS loaders for.ts/.ctsconfig (close #1732)d54074dFix symbol reporter file paths with --directory (#1733)b255195Release knip@6.12.14dcd756Fix inferred declaration export references (#1728)370236dFix Vercel config detection (#1726)0fe8dc3Bump jiti to ^2.7.0 (#1729)de33a2cfix: type-only imports in monorepos (#1715)44829feRelease knip@6.12.0Updates
oxfmtfrom 0.47.0 to 0.48.0Commits
5921a25release(apps): oxlint v1.63.0 && oxfmt v0.48.0 (#22109)Updates
oxlintfrom 1.62.0 to 1.63.0Release notes
Sourced from oxlint's releases.
... (truncated)
Changelog
Sourced from oxlint's changelog.
Commits
5921a25release(apps): oxlint v1.63.0 && oxfmt v0.48.0 (#22109)cacbc4adocs(linter): Fix jest settings docs. (#22127)d177595chore(linter): Update oxlint-tsgolint peer dependency to the latest release. ...Updates
vitefrom 8.0.10 to 8.0.11Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
66f3194release: v8.0.115c0cfcbfix(deps): update all non-major dependencies (#22382)555ff36chore(deps): update rolldown-related dependencies (#22383)b31fd35refactor: remove unnecessary async (#22296)3c8bf06refactor: devtools integration (#22312)7c2aa3bfix: make separate object instance for each environment (#22276)3f80524feat: update rolldown to 1.0.0-rc.18 (#22360)0c162e9refactor: show direct path type in bad character warning (#22339)672c962fix(deps): update all non-major dependencies (#22334)30028f9fix(glob): align hmr matcher options with glob enumeration (#22306)Most Recent Ignore Conditions Applied to This Pull Request