Skip to content

chore: update dev dependencies (non-major)#365

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dev-dependencies
Open

chore: update dev dependencies (non-major)#365
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dev-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 3, 2025

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/vite-plugin-svelte (source) 5.0.35.1.1 age confidence
@tsconfig/node18 (source) 18.2.418.2.6 age confidence
@tsconfig/strictest (source) 2.0.52.0.8 age confidence
@types/chai (source) 5.0.15.2.3 age confidence
@types/node (source) 18.19.7818.19.130 age confidence
chai (source) 6.0.16.2.2 age confidence
mocha (source) 11.1.011.7.6 age confidence
rimraf 6.0.16.1.3 age confidence
semantic-release 24.2.324.2.9 age confidence
svelte-check 4.1.44.4.8 age confidence
typescript (source) 5.8.25.9.3 age confidence
vite-plugin-node-polyfills 0.23.00.28.0 age confidence

Release Notes

sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v5.1.1

Compare Source

Patch Changes
  • fix: prevent accidental pollution of svelteconfig.extensions (#​1171)

v5.1.0

Compare Source

Minor Changes
  • scope css to js module to enable treeshaking scoped css from unused components. Requires vite 6.2 and svelte 5.26 (#​1092)
Patch Changes
  • add svelte > clsx to optimizeDeps.include to avoid page reload when using vite6 and npm (#​1124)
tsconfig/bases (@​tsconfig/node18)

v18.2.6

Compare Source

v18.2.5

Compare Source

chaijs/chai (chai)

v6.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v6.2.1...v6.2.2

v6.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v6.2.0...v6.2.1

v6.2.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v6.1.0...v6.2.0

v6.1.0

Compare Source

What's Changed

  • build(deps-dev): bump tar-fs from 3.0.9 to 3.1.1 by @​dependabot[bot] in #​1706
  • feat: add eventEmitter (#​1693)
    Adds an event emitter for hooking into method/property creation in #​1693

Full Changelog: chaijs/chai@v6.0.2...v6.1.0

mochajs/mocha (mocha)

v11.7.6

Compare Source

🩹 Fixes
  • make describe().timeout() work (aafe6fd)
  • test: replace wmic usage with native Windows API (#​5694) (73ebdfa)
🧹 Chores

v11.7.5

Compare Source

🩹 Fixes
🧹 Chores

v11.7.4

Compare Source

🩹 Fixes
📚 Documentation
  • migrate remaining legacy wiki pages to main documentation (#​5465) (bff9166)
🧹 Chores

v11.7.3

Compare Source

🩹 Fixes
  • use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (#​5408) (ebdbc48)
📚 Documentation
🤖 Automation
  • deps: bump actions/setup-node in the github-actions group (#​5459) (48c6f40)

v11.7.2

Compare Source

🩹 Fixes
📚 Documentation
🧹 Chores
🤖 Automation
  • deps: bump actions/checkout in the github-actions group (#​5419) (03ac2d0)

v11.7.1

Compare Source

🩹 Fixes
🧹 Chores

v11.7.0

Compare Source

🌟 Features

v11.6.0

Compare Source

🌟 Features

v11.5.0

Compare Source

🌟 Features

v11.4.0

Compare Source

🌟 Features
📚 Documentation
  • added CHANGELOG.md note around 11.1 yargs-parser update (#​5362) (618415d)

v11.3.0

Compare Source

🌟 Features
📚 Documentation
🧹 Chores

v11.2.2

Compare Source

🩹 Fixes
📚 Documentation

v11.2.1

Compare Source

🩹 Fixes
📚 Documentation
🧹 Chores

v11.2.0

Compare Source

🌟 Features
📚 Documentation
🧹 Chores
isaacs/rimraf (rimraf)

v6.1.3

Compare Source

v6.1.2

Compare Source

v6.1.1

Compare Source

v6.1.0

Compare Source

semantic-release/semantic-release (semantic-release)

v24.2.9

Compare Source

Bug Fixes

v24.2.8

Compare Source

Bug Fixes

v24.2.7

Compare Source

Performance Improvements

v24.2.6

Compare Source

Bug Fixes

v24.2.5

Compare Source

Bug Fixes
  • deps: raise the minimum of the defined range for marked-terminal (#​3742) (fb1ccd4)

v24.2.4

Compare Source

Bug Fixes
sveltejs/language-tools (svelte-check)

v4.4.8

Compare Source

Patch Changes
  • feat: typescript 6.0 support (#​2985)

v4.4.7

Compare Source

Patch Changes
  • fix: flush stdout/stderr before exit (#​3014)

  • fix: report diagnostics in tsconfig.json (#​3005)

v4.4.6

Compare Source

Patch Changes
  • fix: prevent config loading message in svelte-check --incremental (#​2974)

  • fix: resolve svelte files with NodeNext in --incremental/tsgo (#​2990)

  • perf: various optimization with ast walk (#​2969)

  • fix: prevent error with escape sequence in attribute (#​2968)

  • fix: typescript 6.0 compatibility (#​2988)

v4.4.5

Compare Source

Patch Changes
  • fix: use Promise for async kit handler return types (#​2966)

v4.4.4

Compare Source

Patch Changes
  • fix: more robust detection of lang="ts" attribute (#​2957)

  • fix: pass filename to warningFilter (#​2959)

  • fix: resolve svelte files under path alias in --incremental/tsgo mode (#​2955)

v4.4.3

Compare Source

Patch Changes
  • fix: respect @ts-ignore etc comments within tags (#​2950)

v4.4.2

Compare Source

Patch Changes
  • fix: resolve shims correctly in --incremental/tsgo mode (cd1ff2f)

  • fix: include references in generated tsconfig.json in --incremental/tsgo mode (1990f74)

v4.4.1

Compare Source

Patch Changes
  • fix: handle relative imports reaching outside working directory when using --incremental/--tsgo flags (#​2942)

  • fix: support SvelteKit zero types in svelte-check --incremental (#​2939)

v4.4.0

Compare Source

Minor Changes
  • feat: provide --incremental and --tsgo flags (#​2932)
Patch Changes
  • fix: ignore Unix domain sockets in file watcher to prevent crashes (#​2931)

  • fix: properly use machine output by default for Claude Code (e9f58d2)

v4.3.6

Compare Source

Patch Changes
  • fix: don't hoist type/snippet referencing $store (#​2926)

v4.3.5

Compare Source

Patch Changes
  • fix: ensure await-block type is preserved in the latest Svelte version (#​2895)

v4.3.4

Compare Source

Patch Changes
  • chore: use machine format when run by Claude Code (#​2870)

v4.3.3

Compare Source

Patch Changes
  • fix: prevent file watcher issue (#​2859)

  • fix: allow undefined and null values for #each in Svelte 5 (#​2863)

  • perf: check if file content changed in tsconfig file watch (#​2859)

v4.3.2

Compare Source

Patch Changes
  • perf: tweak some snapshot hot paths (#​2852)

  • perf: more precise module cache invalidation (#​2853)

  • fix: properly handle runes={false} in <svelte:options> (#​2847)

See https://github.com/sveltejs/language-tools/releases

v4.3.1

Compare Source

fix: handle object literal in MustacheTag (#​2805)

v4.3.0

Compare Source

  • feat: zero types for params (#​2795)
  • feat: add await support (#​2799)
  • fix: strip doctype using AST instead of regex (#​2798)
  • chore: make human output more concise and readable (#​2748)

v4.2.2

Compare Source

  • fix: invalidate project file cache and handle watcher race condition (#​2779)
  • fix: prevent error with bind:this={get, set} (#​2781)
  • fix: don't treat derived imported from svelte/store as a potential store (#​2780)
  • fix: key block can have its own block scope (#​2768)

v4.2.1

Compare Source

  • feat: support generics on snippets (#​2761)

v4.2.0

Compare Source

  • feat: support attachments (#​2760)
  • fix: deduplicate definition for rune-mode components (#​2759)

v4.1.7

Compare Source

  • fix: robustify hoisting logic around prop types (#​2740)
  • fix: ensure typed exports are marked as used (#​2746)
  • chore: bump vscode-html/css-language-service (#​2752)
  • fix: ensure eligible snippets can be referenced in module script (#​2753)
  • fix: prevent error with unclosed tag followed by LF or end of file (#​2750)

v4.1.6

Compare Source

  • fix: prevent unused variable error for bindable
  • fix: ensure exports in runes mode are marked as used
  • fix: add color CLI options

v4.1.5

Compare Source

  • fix: take other snippets into account when checking for hoistability (#​2668)
  • fix: disambiguate render in module script (#​2667)
  • fix: properly transform $props.id when $props is assigned to props (#​2694)
  • fix: handle booleanish popover (#​2702)
  • chore: bump vscode-html/css-language-service (#​2677)
  • fix: use referenced project's compiler option to get resolution mode (#​2676)
microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.9.2: TypeScript 5.9

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.8.3: TypeScript 5.8.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement.

Downloads are available on:

davidmyersdev/vite-plugin-node-polyfills (vite-plugin-node-polyfills)

v0.28.0

Compare Source

  • Normalize trailing slashes (fix for Vite 8)
  • Run unit tests against Vite 8 & Vitest 4 in CI
  • Update @playwright/test

v0.27.0

Compare Source

  • Use inject plugin instead of esbuild.banner (thanks to @​sapphi-red)

v0.26.0

Compare Source

v0.25.0

Compare Source

v0.24.0

Compare Source

  • Add rolldown-vite support
  • Fix broken v0.23.1 build

v0.23.1

Compare Source

  • Allow installation in Vite v7 projects

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 3, 2025

Size Change: 0 B

Total Size: 55.6 kB

ℹ️ View Unchanged
Filename Size
lib/browser/array.js 396 B
lib/browser/codec-handler/create.js 272 B
lib/browser/codec-handler/handlers/identity.js 123 B
lib/browser/codec-handler/handlers/jet.js 356 B
lib/browser/codec-handler/handlers/office/agile/EncryptionDescriptor.js 617 B
lib/browser/codec-handler/handlers/office/agile/index.js 767 B
lib/browser/codec-handler/handlers/office/agile/types.js 31 B
lib/browser/codec-handler/handlers/office/CryptoAlgorithm.js 227 B
lib/browser/codec-handler/handlers/office/EncryptionHeader.js 897 B
lib/browser/codec-handler/handlers/office/EncryptionVerifier.js 374 B
lib/browser/codec-handler/handlers/office/HashAlgorithm.js 98 B
lib/browser/codec-handler/handlers/office/index.js 903 B
lib/browser/codec-handler/handlers/office/rc4-cryptoapi.js 679 B
lib/browser/codec-handler/index.js 78 B
lib/browser/codec-handler/types.js 31 B
lib/browser/codec-handler/util.js 175 B
lib/browser/column.js 539 B
lib/browser/crypto/blockDecrypt.js 232 B
lib/browser/crypto/deriveKey.js 370 B
lib/browser/crypto/hash.js 230 B
lib/browser/crypto/index.js 80 B
lib/browser/crypto/rc4.js 478 B
lib/browser/crypto/types.js 31 B
lib/browser/data/bigint.js 83 B
lib/browser/data/binary.js 114 B
lib/browser/data/byte.js 82 B
lib/browser/data/complex/attachment.js 569 B
lib/browser/data/complex/complexColumnsData.js 372 B
lib/browser/data/complex/index.js 907 B
lib/browser/data/complex/utils.js 655 B
lib/browser/data/currency.js 493 B
lib/browser/data/datetime.js 181 B
lib/browser/data/datetimextended.js 480 B
lib/browser/data/double.js 81 B
lib/browser/data/float.js 80 B
lib/browser/data/index.js 551 B
lib/browser/data/integer.js 84 B
lib/browser/data/long.js 131 B
lib/browser/data/memo.js 606 B
lib/browser/data/numeric.js 522 B
lib/browser/data/ole.js 734 B
lib/browser/data/repid.js 289 B
lib/browser/data/text.js 149 B
lib/browser/data/util.js 351 B
lib/browser/Database.js 1.45 kB
lib/browser/dependencies/iconv-lite/index.js 792 B
lib/browser/environment/index.js 193 B
lib/browser/environment/types.js 31 B
lib/browser/index.js 74 B
lib/browser/JetFormat/index.js 714 B
lib/browser/JetFormat/Jet3Format.js 470 B
lib/browser/JetFormat/Jet4Format.js 490 B
lib/browser/JetFormat/Jet12Format.js 129 B
lib/browser/JetFormat/Jet14Format.js 143 B
lib/browser/JetFormat/Jet15Format.js 79 B
lib/browser/JetFormat/Jet16Format.js 79 B
lib/browser/JetFormat/Jet17Format.js 79 B
lib/browser/JetFormat/MSISAMFormat.js 132 B
lib/browser/JetFormat/types.js 132 B
lib/browser/MDBReader.js 906 B
lib/browser/PageType.js 381 B
lib/browser/SortOrder.js 136 B
lib/browser/SysObject.js 485 B
lib/browser/systemTables.js 137 B
lib/browser/Table.js 3.13 kB
lib/browser/types.js 237 B
lib/browser/unicodeCompression.js 596 B
lib/browser/usage-map.js 681 B
lib/browser/util.js 621 B
lib/node/array.js 396 B
lib/node/codec-handler/create.js 272 B
lib/node/codec-handler/handlers/identity.js 123 B
lib/node/codec-handler/handlers/jet.js 356 B
lib/node/codec-handler/handlers/office/agile/EncryptionDescriptor.js 617 B
lib/node/codec-handler/handlers/office/agile/index.js 767 B
lib/node/codec-handler/handlers/office/agile/types.js 31 B
lib/node/codec-handler/handlers/office/CryptoAlgorithm.js 227 B
lib/node/codec-handler/handlers/office/EncryptionHeader.js 897 B
lib/node/codec-handler/handlers/office/EncryptionVerifier.js 374 B
lib/node/codec-handler/handlers/office/HashAlgorithm.js 98 B
lib/node/codec-handler/handlers/office/index.js 903 B
lib/node/codec-handler/handlers/office/rc4-cryptoapi.js 679 B
lib/node/codec-handler/index.js 78 B
lib/node/codec-handler/types.js 31 B
lib/node/codec-handler/util.js 175 B
lib/node/column.js 539 B
lib/node/crypto/blockDecrypt.js 232 B
lib/node/crypto/deriveKey.js 370 B
lib/node/crypto/hash.js 230 B
lib/node/crypto/index.js 80 B
lib/node/crypto/rc4.js 478 B
lib/node/crypto/types.js 31 B
lib/node/data/bigint.js 83 B
lib/node/data/binary.js 114 B
lib/node/data/byte.js 82 B
lib/node/data/complex/attachment.js 569 B
lib/node/data/complex/complexColumnsData.js 372 B
lib/node/data/complex/index.js 907 B
lib/node/data/complex/utils.js 655 B
lib/node/data/currency.js 493 B
lib/node/data/datetime.js 181 B
lib/node/data/datetimextended.js 480 B
lib/node/data/double.js 81 B
lib/node/data/float.js 80 B
lib/node/data/index.js 551 B
lib/node/data/integer.js 84 B
lib/node/data/long.js 131 B
lib/node/data/memo.js 606 B
lib/node/data/numeric.js 522 B
lib/node/data/ole.js 734 B
lib/node/data/repid.js 289 B
lib/node/data/text.js 149 B
lib/node/data/util.js 351 B
lib/node/Database.js 1.45 kB
lib/node/dependencies/iconv-lite/index.js 792 B
lib/node/environment/index.js 150 B
lib/node/environment/types.js 31 B
lib/node/index.js 74 B
lib/node/JetFormat/index.js 714 B
lib/node/JetFormat/Jet3Format.js 470 B
lib/node/JetFormat/Jet4Format.js 490 B
lib/node/JetFormat/Jet12Format.js 129 B
lib/node/JetFormat/Jet14Format.js 143 B
lib/node/JetFormat/Jet15Format.js 79 B
lib/node/JetFormat/Jet16Format.js 79 B
lib/node/JetFormat/Jet17Format.js 79 B
lib/node/JetFormat/MSISAMFormat.js 132 B
lib/node/JetFormat/types.js 132 B
lib/node/MDBReader.js 906 B
lib/node/PageType.js 381 B
lib/node/SortOrder.js 136 B
lib/node/SysObject.js 485 B
lib/node/systemTables.js 137 B
lib/node/Table.js 3.13 kB
lib/node/types.js 237 B
lib/node/unicodeCompression.js 596 B
lib/node/usage-map.js 681 B
lib/node/util.js 621 B

compressed-size-action

@renovate renovate Bot force-pushed the renovate/dev-dependencies branch 11 times, most recently from 876408b to 4c94d84 Compare March 8, 2025 10:49
@renovate renovate Bot force-pushed the renovate/dev-dependencies branch 8 times, most recently from c10fb73 to a42699d Compare March 18, 2025 22:33
@renovate renovate Bot force-pushed the renovate/dev-dependencies branch 9 times, most recently from 7b52b59 to 3b59026 Compare March 27, 2025 08:04
@renovate renovate Bot force-pushed the renovate/dev-dependencies branch from 3b59026 to eb9acce Compare March 31, 2025 22:43
@renovate renovate Bot force-pushed the renovate/dev-dependencies branch 9 times, most recently from 1f5bf39 to 7ca54ee Compare April 18, 2025 18:08
@renovate renovate Bot force-pushed the renovate/dev-dependencies branch 2 times, most recently from f74104c to c24816e Compare April 25, 2025 07:54
@renovate renovate Bot force-pushed the renovate/dev-dependencies branch 6 times, most recently from f53e318 to d5ae531 Compare May 6, 2025 19:27
@renovate renovate Bot force-pushed the renovate/dev-dependencies branch 9 times, most recently from 6d01b11 to 59e563c Compare May 17, 2025 09:20
@renovate renovate Bot force-pushed the renovate/dev-dependencies branch 3 times, most recently from d74e216 to be3e369 Compare May 19, 2025 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants