chore(deps-dev): bump the dev-dependencies group with 6 updates#496
Merged
Conversation
Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@remotion/cli](https://github.com/remotion-dev/remotion) | `4.0.481` | `4.0.484` | | [eslint](https://github.com/eslint/eslint) | `10.5.0` | `10.6.0` | | [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) | `4.16.2` | `4.17.1` | | [globals](https://github.com/sindresorhus/globals) | `17.6.0` | `17.7.0` | | [remotion](https://github.com/remotion-dev/remotion) | `4.0.481` | `4.0.484` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.61.0` | `8.62.0` | Updates `@remotion/cli` from 4.0.481 to 4.0.484 - [Release notes](https://github.com/remotion-dev/remotion/releases) - [Commits](remotion-dev/remotion@v4.0.481...v4.0.484) Updates `eslint` from 10.5.0 to 10.6.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.5.0...v10.6.0) Updates `eslint-plugin-import-x` from 4.16.2 to 4.17.1 - [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases) - [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md) - [Commits](un-ts/eslint-plugin-import-x@v4.16.2...v4.17.1) Updates `globals` from 17.6.0 to 17.7.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.6.0...v17.7.0) Updates `remotion` from 4.0.481 to 4.0.484 - [Release notes](https://github.com/remotion-dev/remotion/releases) - [Commits](remotion-dev/remotion@v4.0.481...v4.0.484) Updates `typescript-eslint` from 8.61.0 to 8.62.0 - [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.62.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@remotion/cli" dependency-version: 4.0.484 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint dependency-version: 10.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint-plugin-import-x dependency-version: 4.17.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: globals dependency-version: 17.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: remotion dependency-version: 4.0.484 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: typescript-eslint dependency-version: 8.62.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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 dev-dependencies group with 6 updates:
4.0.4814.0.48410.5.010.6.04.16.24.17.117.6.017.7.04.0.4814.0.4848.61.08.62.0Updates
@remotion/clifrom 4.0.481 to 4.0.484Release notes
Sourced from @remotion/cli's releases.
... (truncated)
Commits
97b7207v4.0.484ee90e56Remove Timing Editor shortcuts (#8701)e131fbfUpdate docs page count (#8702)65f96fa@remotion/browser-studio: Add read-only browser Studio prototype (#8696)c859e18@remotion/studio: Add color picker eyedropper shortcut (#8699)b7bfa3d@remotion/cli: Link Zod mismatch warning to docs (#8694)8a39ae8@remotion/player: Improve play button focus outline (#8682)ec1b809remotion-monorepo: Add worktree env copy hook (#8691)9f1dfb6@remotion/web-renderer: Add text-decoration support (#8689)162e153@remotion/zod-types: Remove Zod peer dependency (#8688)Updates
eslintfrom 10.5.0 to 10.6.0Release notes
Sourced from eslint's releases.
Commits
5d12a0410.6.0f7ca54bBuild: changelog update for 10.6.06a42034ci: run ecosystem tests on main branch (#20891)b1f9106feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981)3dbacdbci: bump actions/checkout from 6 to 7 (#21014)c3abfcachore: correct JSDoc param types in html formatter (#21018)a83683ddocs: Update READMEa832320ci: split ecosystem tests into separate jobs (#21001)6b05784fix: prefer-exponentiation-operator invalid autofix at statement start (#20997)bb9eb2afix: account for shadowedBooleaninno-extra-boolean-cast(#21013)Updates
eslint-plugin-import-xfrom 4.16.2 to 4.17.1Release notes
Sourced from eslint-plugin-import-x's releases.
Changelog
Sourced from eslint-plugin-import-x's changelog.
Commits
b767b8cchore: release eslint-plugin-import-x (#499)cf25a01fix(extensions): don't require extension for package subpaths resolving to .d...b543300docs: document theesmoduleoption forno-dynamic-requirerule (#496)7578513chore: release eslint-plugin-import-x (#472)e3cc7e4fix: strip querystrings and hash fragments when checking for file existence (...9a07009fix: makeextensionsrule check Node.js subpath imports (#484)3e13121fix: memoize legacyNodeResolve resolver to avoid native memory leak (#481)fce29b1fix(deps): replace@package-json/typeswith an inline minimal type (#476)1c84235fix: handle access errors during case checks (#494)96222bfchore: drop unusedtmp(#487)Updates
globalsfrom 17.6.0 to 17.7.0Release notes
Sourced from globals's releases.
Commits
a19670c17.7.09611620Update actions (#346)33b75f9Update globals (2026-06-22) (#345)887dd52Fix build script (#344)Updates
remotionfrom 4.0.481 to 4.0.484Release notes
Sourced from remotion's releases.
... (truncated)
Commits
97b7207v4.0.484ee90e56Remove Timing Editor shortcuts (#8701)e131fbfUpdate docs page count (#8702)65f96fa@remotion/browser-studio: Add read-only browser Studio prototype (#8696)c859e18@remotion/studio: Add color picker eyedropper shortcut (#8699)b7bfa3d@remotion/cli: Link Zod mismatch warning to docs (#8694)8a39ae8@remotion/player: Improve play button focus outline (#8682)ec1b809remotion-monorepo: Add worktree env copy hook (#8691)9f1dfb6@remotion/web-renderer: Add text-decoration support (#8689)162e153@remotion/zod-types: Remove Zod peer dependency (#8688)Updates
typescript-eslintfrom 8.61.0 to 8.62.0Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
54e2857chore(release): publish 8.62.081e4c26feat: remove redundant package.json "files" (#12444)aaad718chore(release): publish 8.61.1Dependabot 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 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