Skip to content

build(deps-dev): bump the development-dependencies group across 1 directory with 6 updates - #95

Merged
a-baran-orhan merged 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-30e770d15a
Jul 20, 2026
Merged

build(deps-dev): bump the development-dependencies group across 1 directory with 6 updates#95
a-baran-orhan merged 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-30e770d15a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the development-dependencies group with 6 updates in the / directory:

Package From To
@changesets/cli 2.31.0 2.31.1
@remotion/cli 4.0.489 4.0.495
remotion 4.0.489 4.0.495
typescript 5.9.3 7.0.2
@types/node 22.20.1 26.1.1
vite 8.1.4 8.1.5

Updates @changesets/cli from 2.31.0 to 2.31.1

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.31.1

Patch Changes

  • #2159 15cf592 Thanks @​ingvaldlorentzen! - Fixed already-published version detection with npm 12, which always wraps successful npm info --json output in an array. The unwrapped output made changeset publish treat every package as unpublished and fail attempting to republish existing versions.
Commits
  • a897bb8 Use a different publish tag for maintenance/v2 branch (#2162)
  • e8650b9 Version Packages (#2161)
  • 15cf592 Fixed handling of the npm 12 info output (#2159)
  • 9f2cb2a Configure Changesets for maintenance/v2 line (#2076)
  • 97247cb Change allowed publish pattern to maintenance/v* given rulesets behavior (#...
  • 13286a8 Build(deps): Bump the github-actions group across 1 directory with 3 updates ...
  • 8f6acd6 Update dependabot group to exclude major (#2067)
  • c70c675 Setup backport workflow and sync next setup (#2057)
  • 9672019 Remove SECURITY.md to defer to .github (#2055)
  • 18e1661 Use internal bot for versioning (#2039)
  • Additional commits viewable in compare view

Updates @remotion/cli from 4.0.489 to 4.0.495

Release notes

Sourced from @​remotion/cli's releases.

v4.0.495

What's Changed

Docs

Full Changelog: remotion-dev/remotion@v4.0.494...v4.0.495

v4.0.494

What's Changed

... (truncated)

Commits
  • 511e50f v4.0.495
  • 6c03d7b @remotion/studio: Fix timeline pinch zoom anchoring (#9362)
  • 3cc646f Use CanvasImage for dropped Studio images (#9360)
  • 46ccb59 @remotion/studio-server: Replace deprecated URL parser (#9361)
  • 79b29c7 @remotion/studio: Fix nested sequence reordering (#9358)
  • a15bdfd @remotion/studio: Ignore premounted and postmounted canvas elements (#9357)
  • 4683b13 @remotion/studio: Support pasting Figma selections (#9344)
  • 3f8f417 Preselect new composition name (#9356)
  • f27f8df @remotion/studio: Clean up Studio design (#9353)
  • 4a1a5d6 @remotion/studio: Add padding when fitting compositions (#9339)
  • Additional commits viewable in compare view

Updates remotion from 4.0.489 to 4.0.495

Release notes

Sourced from remotion's releases.

v4.0.495

What's Changed

Docs

Full Changelog: remotion-dev/remotion@v4.0.494...v4.0.495

v4.0.494

What's Changed

... (truncated)

Commits
  • 511e50f v4.0.495
  • 6c03d7b @remotion/studio: Fix timeline pinch zoom anchoring (#9362)
  • 3cc646f Use CanvasImage for dropped Studio images (#9360)
  • 46ccb59 @remotion/studio-server: Replace deprecated URL parser (#9361)
  • 79b29c7 @remotion/studio: Fix nested sequence reordering (#9358)
  • a15bdfd @remotion/studio: Ignore premounted and postmounted canvas elements (#9357)
  • 4683b13 @remotion/studio: Support pasting Figma selections (#9344)
  • 3f8f417 Preselect new composition name (#9356)
  • f27f8df @remotion/studio: Clean up Studio design (#9353)
  • 4a1a5d6 @remotion/studio: Add padding when fitting compositions (#9339)
  • Additional commits viewable in compare view

Updates typescript from 5.9.3 to 7.0.2

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Updates @types/node from 22.20.1 to 26.1.1

Commits

Updates vite from 8.1.4 to 8.1.5

Release notes

Sourced from vite's releases.

v8.1.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.1.5 (2026-07-16)

Bug Fixes

  • bundled-dev: avoid duplicated buildEnd (#22931) (8100320)
  • client: overlay error message format align rolldown (#22869) (5a72b87)
  • deps: update all non-major dependencies (#22921) (fef682d)
  • deps: update rolldown-related dependencies (#22922) (3c345e4)
  • module-runner: don't crash stack-trace source mapping when globalThis.Buffer is absent (#22945) (f8b38e3)
  • optimizer: respect importer module format for dynamic import interop with CJS deps (#22951) (6c08c39)
  • ssr: scope switch-case declarations to the switch, not the function (#22893) (b59a73f)

Documentation

  • build: fix incorrect @default for build.cssMinify (#22948) (c88c236)
  • build: fix incorrect @default for build.lib.formats (#22911) (369ed60)

Tests

  • avoid scanner scanning all files under __tests__ (#22912) (c961cae)
Commits
  • 5e7fe12 release: v8.1.5
  • 6c08c39 fix(optimizer): respect importer module format for dynamic import interop wit...
  • 5a72b87 fix(client): overlay error message format align rolldown (#22869)
  • f8b38e3 fix(module-runner): don't crash stack-trace source mapping when globalThis.Bu...
  • 8100320 fix(bundled-dev): avoid duplicated buildEnd (#22931)
  • c88c236 docs(build): fix incorrect @default for build.cssMinify (#22948)
  • b59a73f fix(ssr): scope switch-case declarations to the switch, not the function (#22...
  • fef682d fix(deps): update all non-major dependencies (#22921)
  • 3c345e4 fix(deps): update rolldown-related dependencies (#22922)
  • 369ed60 docs(build): fix incorrect @default for build.lib.formats (#22911)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 20, 2026
@vercel

vercel Bot commented Jul 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
posecode Ready Ready Preview, Comment Jul 20, 2026 8:46pm

@dependabot dependabot Bot changed the title build(deps-dev): bump the development-dependencies group with 6 updates build(deps-dev): bump the development-dependencies group across 1 directory with 6 updates Jul 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/development-dependencies-30e770d15a branch from fbc4948 to 070388e Compare July 20, 2026 20:29
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/development-dependencies-30e770d15a branch from 070388e to 3d7b37b Compare July 20, 2026 20:35
Take the safe dev-dependency bumps from the development-dependencies group.
TypeScript is held at ^5.7.2 (resolves to 5.9.x) because the 7.0 major is
the native-compiler rewrite and breaks the package builds and typecheck.
Dev-only change, so an empty changeset records that no release is needed.

Co-Authored-By: Claude <noreply@anthropic.com>
@a-baran-orhan
a-baran-orhan force-pushed the dependabot/npm_and_yarn/development-dependencies-30e770d15a branch from 3d7b37b to 17a27c3 Compare July 20, 2026 20:46
@a-baran-orhan
a-baran-orhan merged commit 2d0e1e5 into main Jul 20, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/development-dependencies-30e770d15a branch July 20, 2026 20:48
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