Skip to content

build(deps): bump the npm-dependencies group with 11 updates#47

Merged
KyleTryon merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-9de0e5eda8
May 7, 2026
Merged

build(deps): bump the npm-dependencies group with 11 updates#47
KyleTryon merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-9de0e5eda8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Bumps the npm-dependencies group with 11 updates:

Package From To
eslint 10.2.1 10.3.0
globals 17.5.0 17.6.0
knip 6.9.0 6.11.0
typescript-eslint 8.59.1 8.59.2
@mediabunny/aac-encoder 1.42.0 1.43.1
@mediabunny/ac3 1.42.0 1.43.1
@tanstack/react-router 1.168.25 1.169.1
mediabunny 1.42.0 1.43.1
@tanstack/router-plugin 1.167.28 1.167.33
drizzle-orm 1.0.0-beta.23 1.0.0-rc.2-203eab8
drizzle-kit 1.0.0-beta.23 1.0.0-rc.2-203eab8

Updates eslint from 10.2.1 to 10.3.0

Release notes

Sourced from eslint's releases.

v10.3.0

Features

  • 379571a feat: add suggestions for no-unused-private-class-members (#20773) (sethamus)

Bug Fixes

  • b6ae5cf fix: handle unavailable require cache (#20812) (Simon Podlipsky)
  • 6fb3685 fix: rule suggestions cause continuation in class body (#20787) (Milos Djermanovic)

Documentation

  • 32cc7ab docs: fix typos in docs and comments (#20809) (Tanuj Kanti)
  • 7f47937 docs: Update README (GitHub Actions Bot)

Chores

  • d32235e ci: use pnpm in eslint-flat-config-utils type integration test (#20826) (Francesco Trotta)
  • 3ffb14e chore: clean up typos in comments and JSDoc (#20821) (Pixel998)
  • 22eb58a chore: add missing continue-on-error to ecosystem-tests.yml (#20818) (Josh Goldberg ✨)
  • 88bf002 ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 (#20815) (dependabot[bot])
  • 97c8c33 chore: update ilshidur/action-discord action to v0.4.0 (#20811) (renovate[bot])
  • 2f58136 chore: pin peter-evans/create-pull-request action to 5f6978f (#20810) (renovate[bot])
  • 77add7f chore: add initial ecosystem plugin tests workflow (#19643) (Josh Goldberg ✨)
  • 4023b55 test: Add unit tests for SuppressionsService.prune() (#20797) (kuldeep kumar)
  • 54080da test: add unit tests for ForkContext (#20778) (kuldeep kumar)
  • f0e2bcc test: add unit tests for SuppressionsService.suppress() method (#20765) (kuldeep kumar)
  • a7f0b94 chore: update dependency prettier to v3.8.3 (#20782) (renovate[bot])
  • 7bf93d9 chore: update TypeScript to v6 (#20677) (sethamus)
  • b42dd72 ci: bump pnpm/action-setup from 6.0.0 to 6.0.1 (#20781) (dependabot[bot])
  • 2b252be test: add unit tests for IdGenerator (#20775) (kuldeep kumar)
Commits
  • 7889204 10.3.0
  • 5b69b4f Build: changelog update for 10.3.0
  • d32235e ci: use pnpm in eslint-flat-config-utils type integration test (#20826)
  • b6ae5cf fix: handle unavailable require cache (#20812)
  • 3ffb14e chore: clean up typos in comments and JSDoc (#20821)
  • 6fb3685 fix: rule suggestions cause continuation in class body (#20787)
  • 22eb58a chore: add missing continue-on-error to ecosystem-tests.yml (#20818)
  • 88bf002 ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 (#20815)
  • 379571a feat: add suggestions for no-unused-private-class-members (#20773)
  • 97c8c33 chore: update ilshidur/action-discord action to v0.4.0 (#20811)
  • Additional commits viewable in compare view

Updates globals from 17.5.0 to 17.6.0

Release notes

Sourced from globals's releases.

v17.6.0

  • Update globals (2026-05-01) (#343) 00a4dd9

sindresorhus/globals@v17.5.0...v17.6.0

Commits

Updates knip from 6.9.0 to 6.11.0

Release notes

Sourced from knip's releases.

Release 6.11.0

  • Ignore & remove uninteresting lines in snapshots (767ebaf9b20d02f271d2a083404b60cba63119d7)
  • Flag stale @internal tags in production mode (resolve #1658) (dd1caeda80784d6070b028c781a3502b33e9765a)
  • Add compiler-extensions in tsc-files mode (resolve #1708) (ea867ad4bb9195f556ff58dae010d0d77c57bb25)

Release 6.10.0

  • Ecosystem patches → snapshots (1803f9f94d42ebe88730465c002098de54c6650a)
  • Fix unlisted pkg when only @​types/pkg listed (resolve #1707) (62082b69b382ea56d86e718da623ccadb9281a14)
  • Don't report imports matching engines.X as unlisted (23582e0f4da7a98cfe50c065b63d38a75870911e)
  • Treat imports in .d.ts files as type-only (84caac58d99f39fde56c664f42bad2c000d8943e)
  • Treat tsconfig compilerOptions.types as type-only (ce18854b0a008f1060e30c660eee820eba1568e5)
  • Resolve hoisted deps from monorepo root in single-package mode (resolve #1711) (23b756fb0becacaa19fbd71a0d9a0264f8647e88)
Commits
  • c9b80b1 Release knip@6.11.0
  • ea867ad Add compiler-extensions in tsc-files mode (resolve #1708)
  • dd1caed Flag stale @internal tags in production mode (resolve #1658)
  • d604ff3 Release knip@6.10.0
  • 23b756f Resolve hoisted deps from monorepo root in single-package mode (resolve #1711)
  • ce18854 Treat tsconfig compilerOptions.types as type-only
  • 84caac5 Treat imports in .d.ts files as type-only
  • 23582e0 Don't report imports matching engines.X as unlisted
  • 62082b6 Fix unlisted pkg when only @​types/pkg listed (resolve #1707)
  • See full diff in compare view

Updates typescript-eslint from 8.59.1 to 8.59.2

Release notes

Sourced from typescript-eslint's releases.

v8.59.2

8.59.2 (2026-05-04)

🩹 Fixes

  • eslint-plugin: [no-unsafe-type-assertion] handle crash on recursive template literal types (#12150)
  • eslint-plugin: [no-deprecated] object destructuring values should be treated as declarations (#12292)
  • rule-tester: add TypeScript as a peer dependency (#12288)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.59.2 (2026-05-04)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates @mediabunny/aac-encoder from 1.42.0 to 1.43.1

Release notes

Sourced from @​mediabunny/aac-encoder's releases.

v1.43.1

  • Fixed behavior on ISOBMFF files with incorrect pasp box (#362)

v1.43.0

  • Added support for @mediabunny/flac-encoder to output different bit depths (16 or 24) depending on the incoming audio samples (#357)
  • Added ConversionAudioOptions.sampleFormat and AudioTransformOptions.sampleFormat for modifying the audio's sample format before passing it to the encoder
  • Fixed incorrect bitrate validation logic for FLAC (was a required field despite not being required)
  • Fixed some HEVC packets creating VideoDecoder errors in Chromium (#314)
  • Fixed the structure of regular MP4s with non-zero start timestamp tracks (#336)
  • Fixed unreliable regular MP4 PCM logic
Commits

Updates @mediabunny/ac3 from 1.42.0 to 1.43.1

Release notes

Sourced from @​mediabunny/ac3's releases.

v1.43.1

  • Fixed behavior on ISOBMFF files with incorrect pasp box (#362)

v1.43.0

  • Added support for @mediabunny/flac-encoder to output different bit depths (16 or 24) depending on the incoming audio samples (#357)
  • Added ConversionAudioOptions.sampleFormat and AudioTransformOptions.sampleFormat for modifying the audio's sample format before passing it to the encoder
  • Fixed incorrect bitrate validation logic for FLAC (was a required field despite not being required)
  • Fixed some HEVC packets creating VideoDecoder errors in Chromium (#314)
  • Fixed the structure of regular MP4s with non-zero start timestamp tracks (#336)
  • Fixed unreliable regular MP4 PCM logic
Commits

Updates @tanstack/react-router from 1.168.25 to 1.169.1

Changelog

Sourced from @​tanstack/react-router's changelog.

1.169.1

Patch Changes

  • Updated dependencies [4a1e63f]:
    • @​tanstack/router-core@​1.169.1

1.169.0

Minor Changes

  • Allow params.parse to experimentally return false to skip an incoming route candidate during path matching. Thrown parse errors still surface on the selected match instead of falling through, and outgoing typed route-template links continue to use exact route lookup followed by params.stringify for URL generation. (#7263)

Patch Changes

  • Updated dependencies [c992495]:
    • @​tanstack/router-core@​1.169.0

1.168.26

Patch Changes

  • Updated dependencies [b5c4183]:
    • @​tanstack/router-core@​1.168.18
Commits

Updates mediabunny from 1.42.0 to 1.43.1

Release notes

Sourced from mediabunny's releases.

v1.43.1

  • Fixed behavior on ISOBMFF files with incorrect pasp box (#362)

v1.43.0

  • Added support for @mediabunny/flac-encoder to output different bit depths (16 or 24) depending on the incoming audio samples (#357)
  • Added ConversionAudioOptions.sampleFormat and AudioTransformOptions.sampleFormat for modifying the audio's sample format before passing it to the encoder
  • Fixed incorrect bitrate validation logic for FLAC (was a required field despite not being required)
  • Fixed some HEVC packets creating VideoDecoder errors in Chromium (#314)
  • Fixed the structure of regular MP4s with non-zero start timestamp tracks (#336)
  • Fixed unreliable regular MP4 PCM logic
Commits
  • 4810c13 Bump patch
  • 9ed21bf Fix behavior with files with invalid pasp box (with num & den === 0) (fixes #...
  • 62dfc5d Bump minor
  • 782d3e1 Use edit lists to model non-zero start timestamps for regular MP4 (fixes #336...
  • 9224fb8 Add link rel="canonical"
  • a61631a Clarify in readme
  • f3dec58 Make FLAC encoder bit depth depend on input sample format, add sampleFormat a...
  • 2d49122 Sanitize initial HEVC packet to avoid Chromium's validation logic from trippi...
  • 06a89ed Make code 12px
  • See full diff in compare view

Updates @tanstack/router-plugin from 1.167.28 to 1.167.33

Changelog

Sourced from @​tanstack/router-plugin's changelog.

1.167.33

Patch Changes

  • Parse plain TypeScript files without JSX when a filename is available, preventing angle-bracket type assertions from being interpreted as JSX during route and Start import-protection transforms. (#7342)

  • Updated dependencies [056337e]:

    • @​tanstack/router-generator@​1.166.40
    • @​tanstack/router-utils@​1.161.8

1.167.32

Patch Changes

  • Replace global route metadata with explicit router plugin contexts so multiple router plugin instances cannot cross-transform route files. (#7313)

1.167.31

Patch Changes

  • Updated dependencies [4a1e63f]:
    • @​tanstack/router-core@​1.169.1
    • @​tanstack/react-router@​1.169.1
    • @​tanstack/router-generator@​1.166.39

1.167.30

Patch Changes

  • Updated dependencies [c992495]:
    • @​tanstack/router-core@​1.169.0
    • @​tanstack/react-router@​1.169.0
    • @​tanstack/router-generator@​1.166.38

1.167.29

Patch Changes

  • Updated dependencies [b5c4183]:
    • @​tanstack/router-core@​1.168.18
    • @​tanstack/react-router@​1.168.26
    • @​tanstack/router-generator@​1.166.37
Commits
  • bcefc84 ci: changeset release
  • 056337e fix: fix plain TypeScript parser handling (#7342)
  • 9902eb4 remove old intent artifacts (#7333)
  • 12c50ed ci: changeset release
  • 96818b8 fix(router-plugin): isolate route metadata per plugin instance (#7313)
  • 2c9f5c0 ci: changeset release
  • dad0ec8 ci: changeset release
  • a730094 ci: changeset release
  • b0024d6 Revert "fix(solid-router): enable route component HMR for Solid"
  • b86b061 fix(solid-router): enable route component HMR for Solid
  • See full diff in compare view

Updates drizzle-orm from 1.0.0-beta.23 to 1.0.0-rc.2-203eab8

Release notes

Sourced from drizzle-orm's releases.

v1.0.0-rc.1

⚠️ This release introduced a breaking change into our casing API(see below) and removes RQB v1 ._query for postgres

JIT mappers

Drizzle ORM now has an opt-in API for JIT(just in time compilated) mappers which make most expensive part of the db request pipeline(row mapping) as fast as humanly possible.

const db = drizzle({ ..., jit: true })
const query = db.select().from(users).prepare();
// ^ here drizzle generates a jit mapper which will then be reused during each invocation
server.get('users', (c) => {
const users = await query.execute(); // as fast as using raw driver
return c.json(users)
})

We've reworked internals of Drizzle ORM with the new system of codecs. Those are now in charge of normalising responses and requests for diffrent drivers across pg dialect. They helped us not only properly fix a set of data mapping issues but also massively improve performance by not doing unnecessary work. We've seen a 25%-30% reduction in latency, while +800rps(14500->15300) in our benchmarks Give it a go and let us know if everything works just fine!

Effect v4

drizzle-orm@1.0.0-rc.1 comes with native support for Effect v4 via:

import { PgClient } from '@effect/sql-pg';
import * as PgDrizzle from 'drizzle-orm/effect-postgres';
import * as Effect from 'effect/Effect';
import * as Redacted from 'effect/Redacted';
import { relations } from '../relations';
const connectionStr = Redacted.make(process.env['PG_CONNECTION_STRING']!);
const PgClientLive = PgClient.layer({
url: connectionStr,
});
const DB = PgDrizzle.make({ relations }).pipe(Effect.provide(PgDrizzle.DefaultServices));
const program = Effect.gen(function*() {
const db = yield* DB;
const users = yield* db.select().from(usersTable);
}).pipe(Effect.provide(PgClientLive));
await Effect.runPromise(program);

New Casing API

⚠️ BREAKING CHANGE In rc.1 we've finally reworked our legacy casing API of const db = drizzle({..., casing: "camel" }) which turned out to not be a proper solution, it required duplication in drizzle-orm instantiation and drizzle-kit config and introduced and set of endless bugs all around query builder chain. All of the above is now fixed with new API:

import * as d from "drizzle-orm/pg-core";
const users = d.snakeCase.table("users", {
</tr></table>

... (truncated)

Commits

Updates drizzle-kit from 1.0.0-beta.23 to 1.0.0-rc.2-203eab8

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 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 npm-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `10.2.1` | `10.3.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.5.0` | `17.6.0` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `6.9.0` | `6.11.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.1` | `8.59.2` |
| [@mediabunny/aac-encoder](https://github.com/Vanilagy/mediabunny/tree/HEAD/packages/aac-encoder) | `1.42.0` | `1.43.1` |
| [@mediabunny/ac3](https://github.com/Vanilagy/mediabunny/tree/HEAD/packages/ac3) | `1.42.0` | `1.43.1` |
| [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.168.25` | `1.169.1` |
| [mediabunny](https://github.com/Vanilagy/mediabunny) | `1.42.0` | `1.43.1` |
| [@tanstack/router-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin) | `1.167.28` | `1.167.33` |
| [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) | `1.0.0-beta.23` | `1.0.0-rc.2-203eab8` |
| [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) | `1.0.0-beta.23` | `1.0.0-rc.2-203eab8` |


Updates `eslint` from 10.2.1 to 10.3.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.2.1...v10.3.0)

Updates `globals` from 17.5.0 to 17.6.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.5.0...v17.6.0)

Updates `knip` from 6.9.0 to 6.11.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@6.11.0/packages/knip)

Updates `typescript-eslint` from 8.59.1 to 8.59.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.2/packages/typescript-eslint)

Updates `@mediabunny/aac-encoder` from 1.42.0 to 1.43.1
- [Release notes](https://github.com/Vanilagy/mediabunny/releases)
- [Commits](https://github.com/Vanilagy/mediabunny/commits/v1.43.1/packages/aac-encoder)

Updates `@mediabunny/ac3` from 1.42.0 to 1.43.1
- [Release notes](https://github.com/Vanilagy/mediabunny/releases)
- [Commits](https://github.com/Vanilagy/mediabunny/commits/v1.43.1/packages/ac3)

Updates `@tanstack/react-router` from 1.168.25 to 1.169.1
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/react-router@1.169.1/packages/react-router)

Updates `mediabunny` from 1.42.0 to 1.43.1
- [Release notes](https://github.com/Vanilagy/mediabunny/releases)
- [Commits](Vanilagy/mediabunny@v1.42.0...v1.43.1)

Updates `@tanstack/router-plugin` from 1.167.28 to 1.167.33
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/router-plugin/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/router-plugin@1.167.33/packages/router-plugin)

Updates `drizzle-orm` from 1.0.0-beta.23 to 1.0.0-rc.2-203eab8
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/commits)

Updates `drizzle-kit` from 1.0.0-beta.23 to 1.0.0-rc.2-203eab8
- [Release notes](https://github.com/drizzle-team/drizzle-orm/releases)
- [Commits](https://github.com/drizzle-team/drizzle-orm/commits)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: globals
  dependency-version: 17.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: knip
  dependency-version: 6.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.59.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@mediabunny/aac-encoder"
  dependency-version: 1.43.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@mediabunny/ac3"
  dependency-version: 1.43.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.169.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: mediabunny
  dependency-version: 1.43.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@tanstack/router-plugin"
  dependency-version: 1.167.33
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: drizzle-orm
  dependency-version: 1.0.0-rc.2-203eab8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: drizzle-kit
  dependency-version: 1.0.0-rc.2-203eab8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 5, 2026
@KyleTryon KyleTryon merged commit 24de26e into main May 7, 2026
2 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/npm-dependencies-9de0e5eda8 branch May 7, 2026 18:10
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant