chore: bump the misc group across 1 directory with 5 updates#91
chore: bump the misc group across 1 directory with 5 updates#91dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the misc group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) | `4.6.0` | `4.7.0` | | [ibantools](https://github.com/Simplify/ibantools) | `4.5.1` | `4.5.4` | | [stdnum](https://github.com/koblas/stdnum-js) | `1.11.7` | `1.11.13` | | [tsdown](https://github.com/rolldown/tsdown) | `0.21.6` | `0.21.9` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` | Updates `fast-check` from 4.6.0 to 4.7.0 - [Release notes](https://github.com/dubzzz/fast-check/releases) - [Changelog](https://github.com/dubzzz/fast-check/blob/main/packages/fast-check/CHANGELOG.md) - [Commits](https://github.com/dubzzz/fast-check/commits/v4.7.0/packages/fast-check) Updates `ibantools` from 4.5.1 to 4.5.4 - [Changelog](https://github.com/Simplify/ibantools/blob/master/ChangeLog) - [Commits](Simplify/ibantools@4.5.1...4.5.4) Updates `stdnum` from 1.11.7 to 1.11.13 - [Release notes](https://github.com/koblas/stdnum-js/releases) - [Changelog](https://github.com/koblas/stdnum-js/blob/main/CHANGELOG.md) - [Commits](koblas/stdnum-js@v1.11.7...v1.11.13) Updates `tsdown` from 0.21.6 to 0.21.9 - [Release notes](https://github.com/rolldown/tsdown/releases) - [Commits](rolldown/tsdown@v0.21.6...v0.21.9) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: fast-check dependency-version: 4.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: misc - dependency-name: ibantools dependency-version: 4.5.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: misc - dependency-name: stdnum dependency-version: 1.11.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: misc - dependency-name: tsdown dependency-version: 0.21.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: misc - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: misc ... Signed-off-by: dependabot[bot] <support@github.com>
| "typescript": "^5.9.3", | ||
| "stdnum": "^1.11.13", | ||
| "tsdown": "0.21.9", | ||
| "typescript": "^6.0.3", |
There was a problem hiding this comment.
🚩 TypeScript major version bump (5.x → 6.x) in devDependencies
The typescript devDependency jumps from ^5.9.3 to ^6.0.3, which is a major version bump. Major TypeScript releases can introduce breaking changes to compiler behavior, stricter type checking, deprecated/removed tsconfig options, or changed Node.js version requirements. The tsconfig.json uses several strict options (exactOptionalPropertyTypes, verbatimModuleSyntax, noUncheckedIndexedAccess, etc.) and targets module: "Preserve" with moduleResolution: "Bundler" — all of which could be affected by a major TS release. The engines field at package.json:940 specifies "node": ">= 18", which may also need updating depending on TS 6's requirements. This is worth confirming that CI (typecheck, build, tests) passes cleanly with this bump.
Was this helpful? React with 👍 or 👎 to provide feedback.
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the misc group with 5 updates in the / directory:
4.6.04.7.04.5.14.5.41.11.71.11.130.21.60.21.95.9.36.0.3Updates
fast-checkfrom 4.6.0 to 4.7.0Release notes
Sourced from fast-check's releases.
Changelog
Sourced from fast-check's changelog.
Commits
fd1a184🔖 Update CHANGELOG.md for fast-check@4.7.0 (#6873)6661a31✨ Support negated unicode properties instringMatching(#6871)332f905✨ Support for\p{UnicodeProperty}instringMatching(#6870)285ed56✨ Parse\p{}and\P{}instringMatching(#6868)1e5d774✨ Reversiblejsonarbitrary (#6866)f16e672📝 Integrate API reference natively into our doc (#6855)e82af33🔨 Migrate from ESLint to oxlint (#6835)a82f7a1⬆️ Update dependency typedoc to ^0.28.19 (#6847)104640c⬆️ Update dependency@microsoft/api-extractorto ^7.58.2 (#6828)b3c86c2⬆️ Update typescript-eslint monorepo to ^8.58.1 (#6826)Updates
ibantoolsfrom 4.5.1 to 4.5.4Changelog
Sourced from ibantools's changelog.
... (truncated)
Commits
1307a674.5.4 release0e1b247Fix ESM package entrypoints709fb54Update README6afdaa0Fix typsescript upgrade7c5272fBump typescript from 5.7.2 to 6.0.2d570c5aFix CJS issue and prepare release3330155Add YE + fix some account number extractionsf210501Bump requirejs from 2.3.7 to 2.3.896acde9Bump eslint-config-prettier from 9.1.0 to 10.1.824ed637Bump typedoc from 0.27.2 to 0.28.18Updates
stdnumfrom 1.11.7 to 1.11.13Commits
c01767achore(release): 1.11.13 [skip ci]c475922fix: add cz/ico based issue #146 (#151)cf22d61chore(release): 1.11.12 [skip ci]a013854fix(ro): correct checksum alignment for 10-digit CUI numbers (#150)068335echore(release): 1.11.11 [skip ci]c50565bfix: Update RFC validation to include legacy alphabet (#143)50357c8chore(release): 1.11.10 [skip ci]1a8e168fix: add Bolivian CI (Cédula de Identidad) validator (#144)5451bbachore(release): 1.11.9 [skip ci]5fbae55fix: force minmatch version for audit (#149)Updates
tsdownfrom 0.21.6 to 0.21.9Release notes
Sourced from tsdown's releases.
Commits
752c3e5chore: release v0.21.92d74e05feat: upgrade rolldown16e2795feat(config): track transitive config dependencies for watch reload (#919)38afd8ffix: skip Node.js version check in Bun665e5acfeat(plugin): addtsdownConfigandtsdownConfigResolvedplugin hooks (#918)e6021f5fix(css): detect css modules from full id for vue virtual sfc styles (#917)abe87e7chore: upgrade depsd8e1c1ffix: skip package.json writting when content is deeply equal (#913)60592effeat(exports): add bin to publishConfig when devExports is enabled (#911)ded1b9cchore: release v0.21.8Updates
typescriptfrom 5.9.3 to 6.0.3Release notes
Sourced from typescript's releases.
Commits
050880cBump version to 6.0.3 and LKGeeae9dd🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...ad1c695🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)0725fb4🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...607a22aBump version to 6.0.2 and LKG9e72ab7🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...35ff23d🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...e175b69Bump version to 6.0.1-rc and LKGaf4caacUpdate LKG8efd7e8Merge remote-tracking branch 'origin/main' into release-6.0Dependabot 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