Skip to content

Bump the npm group across 2 directories with 19 updates - #1266

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-069117fd7d
Closed

Bump the npm group across 2 directories with 19 updates#1266
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-069117fd7d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm group with 2 updates in the / directory: typescript and vite.
Bumps the npm group with 1 update in the /function directory: typescript.

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

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


Updates vite from 8.1.3 to 8.1.4

Release notes

Sourced from vite's releases.

v8.1.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.1.4 (2026-07-09)

Features

Bug Fixes

  • build: add workaround for building on stackblitz (#22840) (575c32c)
  • build: keep import.meta.url in preload function as-is (#22839) (f1f90ed)
  • deps: update all non-major dependencies (#22865) (d4295a9)
  • deps: update rolldown-related dependencies (#22866) (7cf07e4)
  • html: avoid backtracking in import-only check (#22848) (b5868c0)
  • optimizer: avoid optimizer run for transform request before init (#22852) (72a5e21)
  • ssr: align named export function call stacktrace column with Node (#22829) (173a1b6)
  • strip pure CSS chunk imports when chunkImportMap is enabled (#22841) (648bd04)

Documentation

Miscellaneous Chores

  • deps: update dependency postcss-modules to v9 (#22867) (a9539d6)

Code Refactoring

Tests

Build System

Commits

Updates @oxc-project/types from 0.138.0 to 0.139.0

Release notes

Sourced from @​oxc-project/types's releases.

oxc crates_v0.139.0

🚀 Features

  • 260425f semantic/examples: Include unresolved references (#24214) (camc314)
  • 2d9b0b3 minifier: Fold boolean-literal ternary branches in value contexts (#24110) (Dunqing)
  • 61fbf10 ast: Implement ReplaceWith on all AST types (#24013) (overlookmotel)
  • 7db7a29 allocator: Add ReplaceWith trait (#24012) (overlookmotel)
  • 4eb074e mangler: Add reserved option for names that must not be mangled (#24041) (Dunqing)
  • 2e62012 data_structures: Add StringExt trait (#24006) (overlookmotel)
  • 60e7160 minifier: Drop side-effect-free IIFEs whose result is unused (#23967) (Dunqing)
  • 26dd9e2 ast: Add method to widen inherited enum ref to parent ref (#23961) (overlookmotel)

🐛 Bug Fixes

  • df62046 transformer: Preserve decorated class read bindings (#24231) (camc314)
  • ce5f40f transformer: Declare temp for renamed anonymous class (#24230) (camc314)
  • 09bd638 transformer: Scope anonymous decorated class bindings correctly (#24229) (camc314)
  • 4b7fa9c transformer: Preserve namespace strict mode flags (#24227) (camc314)
  • d8ead84 transformer: Correct scoping flags for lowered enums (#24225) (camc314)
  • e8b50ee transformer: Clean up semantics for stripped TypeScript syntax (#24180) (camc314)
  • d966d0b react_compiler: Remove clippy allows (#24168) (Boshen)
  • 854ef8d react_compiler: Compile generic functions instead of over-bailing on type-param hoisting (#24158) (Boshen)
  • 093586c react_compiler: Align memoization cache-slot allocation with Babel (#24157) (Boshen)
  • 09c8f59 react_compiler: Normalize snapshot fixture paths (#24142) (camc314)
  • f13df97 react_compiler: Drop stray empty statement from catch bindings (#24133) (Boshen)
  • cb2a505 react_compiler: Codegen destructuring reassignment targets (#24131) (Boshen)
  • b82c394 react_compiler: Propagate codegen invariants instead of emitting empty bodies (#24128) (Boshen)
  • 5771982 react_compiler: Render unchanged programs as source in fixture snapshots (#24129) (Boshen)
  • 4b16e1a transformer/async-to-generator: Preserve direct eval scope flags (#24136) (camc314)
  • 4e9194f react_compiler: Lower delete obj.prop to Property/ComputedDelete (#24123) (Boshen)
  • 0b25582 ast: Type binding node typeAnnotation as TSTypeAnnotation | null (#23113) (Boshen)
  • 018c0e5 transformer: Hoist lowered async declarations (#22770) (camc314)
  • 652fbaf mangler: Keep names of destructured exported bindings (#24036) (Dunqing)
  • e274415 minifier: Don't drop global calls that throw despite pure arguments (#23917) (Dunqing)
  • 59abb30 minifier: Only merge string literals in try_fold_add when the inner operator is + (#23622) (Jerry Zhao)

⚡ Performance

  • c5ca77b transformer: Avoid cloning refresh options (#24191) (camc314)
  • bf1a151 react_compiler: Compile out debug printers (#24184) (Boshen)
  • abb44a0 transformer: Build fixed object-rest arguments (#24190) (camc314)
  • a4db731 isolated_declarations: Use ReplaceWith instead of TakeIn (#24016) (overlookmotel)
  • ff10855 transformer: Use ReplaceWith instead of TakeIn (#24015) (overlookmotel)
  • bd49aff ecmascript: Avoid heap-allocating Math.min/max/imul operands (#23941) (Lawrence Lin)
  • e4b708b react_compiler: Skip compiled files before prefilters (#24171) (Boshen)
  • c59f2fe rust: Return impl ExactSizeIterator from slice-backed accessors (#24144) (Boshen)
  • 5d6d04a codegen: SWAR-skip boring byte runs in sourcemap line/column scan (#24023) (Boshen)
  • a55e0be traverse: Reduce string operations in get_var_name_from_node (#24007) (overlookmotel)
  • e6d48e1 transformer/nullish_coalescing: Move cold path into separate function (#23989) (overlookmotel)
  • c4e35b5 transformer/object_rest_spread: Pre-allocate capacity in Vec (#23988) (overlookmotel)

... (truncated)

Changelog

Sourced from @​oxc-project/types's changelog.

[0.139.0] - 2026-07-06

🐛 Bug Fixes

  • 0b25582 ast: Type binding node typeAnnotation as TSTypeAnnotation | null (#23113) (Boshen)

[0.111.0] - 2026-01-26

🐛 Bug Fixes

  • c205b0d ast: Remove ThisExpression from TSModuleReference (#18489) (Boshen)

[0.109.0] - 2026-01-19

🚀 Features

  • 08dad63 span: Add sourceType: 'commonjs' support (#18089) (Boshen)

[0.100.0] - 2025-12-01

🐛 Bug Fixes

  • 91eb3f2 ast/estree: Convert TSImportType argument field to Literal (#16109) (overlookmotel)

[0.99.0] - 2025-11-24

💥 BREAKING CHANGES

  • cbb27fd ast: [BREAKING] Add TSGlobalDeclaration type (#15712) (overlookmotel)

[0.97.0] - 2025-11-11

🐛 Bug Fixes

  • 40231a6 linter/plugins, napi/parser: Add parent field to FormalParameterRest and TSParameterProperty in TS type defs (#15337) (overlookmotel)

[0.96.0] - 2025-10-30

🐛 Bug Fixes

  • 597340e ast-tools: Use oxfmt to format generated code (#15064) (camc314)

[0.94.0] - 2025-10-06

🚀 Features

  • 7e4d04f napi/parser: Add option to add parent prop to AST nodes with raw transfer (#14344) (overlookmotel)

... (truncated)

Commits

Updates @rolldown/binding-android-arm64 from 1.1.4 to 1.1.5

Release notes

Sourced from @​rolldown/binding-android-arm64's releases.

v1.1.5

[1.1.5] - 2026-07-08

🚀 Features

🐛 Bug Fixes

🚜 Refactor

... (truncated)

Changelog

Sourced from @​rolldown/binding-android-arm64's changelog.

[1.1.5] - 2026-07-08

🚀 Features

🐛 Bug Fixes

🚜 Refactor

... (truncated)

Commits
  • f09947a release: v1.1.5 (#10194)
  • bb66570 fix: improve invalid annotation warnings (#10185)
  • fb1d3b4 fix(sourcemap_filenames): use public option name in pattern errors (#10188)
  • cccee78 test: move string_wizard replace unit tests to the JS magic-string suite (#10...
  • 4b018b3 fix(sourcemap_filenames): hash prepared sourcemap content (#10178)
  • 72ce2b9 feat(sourcemap_filenames): add a sourcemapFileNames option (#9271)
  • 7fe2c4d chore(deps): update oxc to 0.139.0 (#10161)
  • f730cac fix: propagate errors from output.globals function (#9880)
  • 5b4a408 chore(rolldown_plugin_utils): remove dead asset-url and css scaffolding (#10131)
  • 460900a docs(cli): clarify disabling boolean/object flags like codeSplitting (#10153)
  • Additional commits viewable in compare view

Updates @rolldown/binding-darwin-arm64 from 1.1.4 to 1.1.5

Release notes

Sourced from @​rolldown/binding-darwin-arm64's releases.

v1.1.5

[1.1.5] - 2026-07-08

🚀 Features

🐛 Bug Fixes

🚜 Refactor

... (truncated)

Changelog

Sourced from @​rolldown/binding-darwin-arm64's changelog.

[1.1.5] - 2026-07-08

🚀 Features

🐛 Bug Fixes

🚜 Refactor

... (truncated)

Commits
  • f09947a release: v1.1.5 (#10194)
  • bb66570 fix: improve invalid annotation warnings (#10185)
  • fb1d3b4 fix(sourcemap_filenames): use public option name in pattern errors (#10188)
  • cccee78 test: move string_wizard replace unit tests to the JS magic-string suite (#10...
  • 4b018b3 fix(sourcemap_filenames): hash prepared sourcemap content (#10178)
  • 72ce2b9 feat(sourcemap_filenames): add a sourcemapFileNames option (#9271)
  • 7fe2c4d chore(deps): update oxc to 0.139.0 (#10161)
  • f730cac fix: propagate errors from output.globals function (#9880)
  • 5b4a408 chore(rolldown_plugin_utils): remove dead asset-url and css scaffolding (#10131)
  • 460900a docs(cli): clarify disabling boolean/object flags like codeSplitting (#10153)
  • Additional commits viewable in

Bumps the npm group with 2 updates in the / directory: [typescript](https://github.com/microsoft/TypeScript) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Bumps the npm group with 1 update in the /function directory: [typescript](https://github.com/microsoft/TypeScript).


Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `vite` from 8.1.3 to 8.1.4
- [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.1.4/packages/vite)

Updates `@oxc-project/types` from 0.138.0 to 0.139.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxc-types/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.139.0/npm/oxc-types)

Updates `@rolldown/binding-android-arm64` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.1.5/packages/rolldown)

Updates `@rolldown/binding-darwin-arm64` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.1.5/packages/rolldown)

Updates `@rolldown/binding-darwin-x64` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.1.5/packages/rolldown)

Updates `@rolldown/binding-freebsd-x64` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.1.5/packages/rolldown)

Updates `@rolldown/binding-linux-arm-gnueabihf` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.1.5/packages/rolldown)

Updates `@rolldown/binding-linux-arm64-gnu` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.1.5/packages/rolldown)

Updates `@rolldown/binding-linux-arm64-musl` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.1.5/packages/rolldown)

Updates `@rolldown/binding-linux-ppc64-gnu` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.1.5/packages/rolldown)

Updates `@rolldown/binding-linux-s390x-gnu` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.1.5/packages/rolldown)

Updates `@rolldown/binding-linux-x64-gnu` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.1.5/packages/rolldown)

Updates `@rolldown/binding-linux-x64-musl` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.1.5/packages/rolldown)

Updates `@rolldown/binding-openharmony-arm64` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.1.5/packages/rolldown)

Updates `@rolldown/binding-wasm32-wasi` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.1.5/packages/rolldown)

Updates `@rolldown/binding-win32-arm64-msvc` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.1.5/packages/rolldown)

Updates `@rolldown/binding-win32-x64-msvc` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.1.5/packages/rolldown)

Updates `rolldown` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.1.5/packages/rolldown)

Updates `typescript` from 5.9.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: vite
  dependency-version: 8.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@oxc-project/types"
  dependency-version: 0.139.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@rolldown/binding-android-arm64"
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-darwin-arm64"
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-darwin-x64"
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-freebsd-x64"
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-linux-arm-gnueabihf"
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-linux-arm64-gnu"
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-linux-arm64-musl"
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-linux-ppc64-gnu"
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-linux-s390x-gnu"
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-linux-x64-gnu"
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-linux-x64-musl"
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-openharmony-arm64"
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-wasm32-wasi"
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-win32-arm64-msvc"
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-win32-x64-msvc"
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: rolldown
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
...

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 Jul 16, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) July 16, 2026 11:07
@dependabot @github

dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 17, 2026
auto-merge was automatically disabled July 17, 2026 11:06

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-069117fd7d branch July 17, 2026 11:06
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