aiscript
aiscript copied to clipboard
Bump the npm-deps group across 1 directory with 6 updates
Bumps the npm-deps group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| @microsoft/api-extractor | 7.47.9 |
7.47.11 |
| @types/node | 22.7.5 |
22.7.6 |
| @vitest/coverage-v8 | 2.1.2 |
2.1.3 |
| typescript | 5.6.2 |
5.6.3 |
| typescript-eslint | 8.8.1 |
8.10.0 |
| vitest | 2.1.2 |
2.1.3 |
Updates @microsoft/api-extractor from 7.47.9 to 7.47.11
Changelog
Sourced from @microsoft/api-extractor's changelog.
7.47.11
Thu, 17 Oct 2024 08:35:06 GMT
Version update only
7.47.10
Tue, 15 Oct 2024 00:12:31 GMT
Patches
- Fix a compatibility issue with usage of
getModeForUsageLocationin TypeScript 5.6
Commits
300fcd1Bump versions [skip ci]34c1204Update changelogs [skip ci]239ad8aBump versions [skip ci]c113971Update changelogs [skip ci]681f718[api-extractor] pass compilerOptions into getModeForUsageLocation to fix TS 5...459933eBump cyclics and pull in a testing version (5.135.0-pr4927.0) of Rush. (#4935)- See full diff in compare view
Updates @types/node from 22.7.5 to 22.7.6
Commits
- See full diff in compare view
Updates @vitest/coverage-v8 from 2.1.2 to 2.1.3
Release notes
Sourced from @vitest/coverage-v8's releases.
v2.1.3
🐞 Bug Fixes
- Fix error diff of
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy- by@hi-ogawain vitest-dev/vitest#6697 (e0027)- browser:
- Provide aria role intellisense - by
@sheremet-vain vitest-dev/vitest#6629 (f36ea)- Not.toBeInTheDocument works with locators API - by
@sheremet-vain vitest-dev/vitest#6634 (8bef5)- Use
/mockServiceWorker.jsinstead of/__vitest_msw__- by@sheremet-vain vitest-dev/vitest#6687 (4b2ce)- Don't override the esbuild option in the browser mode - by
@sheremet-vain vitest-dev/vitest#6692 (d131f)- expect:
- Preserve prototype in
toMatchObjectdiff - by@hi-ogawain vitest-dev/vitest#6620 (d289e)- mocker:
- Specify correct spy dependency - by
@sheremet-va(7e958)- runner:
- Ensure sequential suite overrides sequence.concurrent - by
@dsyddalland@hi-ogawain vitest-dev/vitest#6653 (5e6de)- vitest:
- Deprecate UserConfig in favor of ViteUserConfig - by
@sheremet-vain vitest-dev/vitest#6626 (496bd)- Don't hang with maxConcurrency 0 - by
@sheremet-vain vitest-dev/vitest#6627 (946d8)- Deprecate old task types and node-reliant types - by
@sheremet-vain vitest-dev/vitest#6632 (00045)- Fix
<empty line>logs when interleavingconsole.log/error- by@hi-ogawain vitest-dev/vitest#6644 (9ece3)- Show rollup error details as test error - by
@hi-ogawain vitest-dev/vitest#6686 (47dde)- Always inline setup files - by
@sheremet-vain vitest-dev/vitest#6689 (19d64)- Use
fast-globinstead oftinyglobbyin Vitest - by@sheremet-vain vitest-dev/vitest#6688 (70baa)- web-worker:
- Share mocker with main executor - by
@hi-ogawain vitest-dev/vitest#6623 (fe7b8)🏎 Performance
- Reuse full name in reported tasks, update generator types - by
@sheremet-vain vitest-dev/vitest#6666 (7a0de)View changes on GitHub
Commits
4c03a0dchore: release v2.1.37155ceerefactor(coverage): move re-usable parts to base provider (#6665)- See full diff in compare view
Updates typescript from 5.6.2 to 5.6.3
Release notes
Sourced from typescript's releases.
TypeScript 5.6.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.6.0 (Beta).
- fixed issues query for Typescript 5.6.1 (RC).
- fixed issues query for Typescript 5.6.2 (Stable).
- fixed issues query for Typescript 5.6.3 (Stable).
Downloads are available on:
Commits
d48a5cfBump version to 5.6.3 and LKGfefa70a🤖 Pick PR #60083 (Don't issue implicit any when obtai...) into release-5.6 (#...ff71692[release-5.6] Remove tsbuildInfo specification error now that we need it for ...1f44dcf🤖 Pick PR #60157 (fix automatic type acquisition) into release-5.6 (#60169)- See full diff in compare view
Updates typescript-eslint from 8.8.1 to 8.10.0
Release notes
Sourced from typescript-eslint's releases.
v8.10.0
8.10.0 (2024-10-17)
🚀 Features
- support TypeScript 5.6 (#9972)
🩹 Fixes
- typescript-eslint: propagate
namefield to extended configs inconfighelper (#10094)❤️ Thank You
- auvred
@auvred- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
v8.9.0
8.9.0 (2024-10-14)
🚀 Features
- rule-tester: hooks for test cases (#10109)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value (#10093)
- eslint-plugin: [return-await] sync the behavior with await-thenable (#10069)
- eslint-plugin: [prefer-literal-enum-member] report a different error message when
allowBitwiseExpressionsis enabled (#10096)- eslint-plugin: [no-loop-func] sync from upstream base rule (#10103)
- eslint-plugin: [no-unused-vars] never report the naming of an enum member (#10117)
- eslint-plugin: correct use-at-your-own-risk type definitions (#10049)
- eslint-plugin: handle unions in await...for (#10110)
- rule-tester: merge provided
linterOptions(#10131)- scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references (#10095)
- typescript-estree: improve project service error message when file extension missing from extraFileExtensions (#10076)
- visitor-keys: reorder
TSSatisfiesExpressionandTSTypeAssertion(#10139)❤️ Thank You
- Abraham Guo
- Anna Bocharova
@RobinTail- Arya Emami
@aryaemami59- auvred
@auvred- Joshua Chen
- Kirk Waiblinger
@kirkwaiblinger- Lotfi Meklati
@lotmek- mdm317
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
8.10.0 (2024-10-17)
🩹 Fixes
- typescript-eslint: propagate
namefield to extended configs inconfighelper (#10094)❤️ Thank You
- auvred
@auvredYou can read about our versioning strategy and releases on our website.
8.9.0 (2024-10-14)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
7effdeachore(release): publish 8.10.0be5bc0ffix(typescript-eslint): propagatenamefield to extended configs in `config...4666ed4chore(release): publish 8.9.0- See full diff in compare view
Updates vitest from 2.1.2 to 2.1.3
Release notes
Sourced from vitest's releases.
v2.1.3
🐞 Bug Fixes
- Fix error diff of
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy- by@hi-ogawain vitest-dev/vitest#6697 (e0027)- browser:
- Provide aria role intellisense - by
@sheremet-vain vitest-dev/vitest#6629 (f36ea)- Not.toBeInTheDocument works with locators API - by
@sheremet-vain vitest-dev/vitest#6634 (8bef5)- Use
/mockServiceWorker.jsinstead of/__vitest_msw__- by@sheremet-vain vitest-dev/vitest#6687 (4b2ce)- Don't override the esbuild option in the browser mode - by
@sheremet-vain vitest-dev/vitest#6692 (d131f)- expect:
- Preserve prototype in
toMatchObjectdiff - by@hi-ogawain vitest-dev/vitest#6620 (d289e)- mocker:
- Specify correct spy dependency - by
@sheremet-va(7e958)- runner:
- Ensure sequential suite overrides sequence.concurrent - by
@dsyddalland@hi-ogawain vitest-dev/vitest#6653 (5e6de)- vitest:
- Deprecate UserConfig in favor of ViteUserConfig - by
@sheremet-vain vitest-dev/vitest#6626 (496bd)- Don't hang with maxConcurrency 0 - by
@sheremet-vain vitest-dev/vitest#6627 (946d8)- Deprecate old task types and node-reliant types - by
@sheremet-vain vitest-dev/vitest#6632 (00045)- Fix
<empty line>logs when interleavingconsole.log/error- by@hi-ogawain vitest-dev/vitest#6644 (9ece3)- Show rollup error details as test error - by
@hi-ogawain vitest-dev/vitest#6686 (47dde)- Always inline setup files - by
@sheremet-vain vitest-dev/vitest#6689 (19d64)- Use
fast-globinstead oftinyglobbyin Vitest - by@sheremet-vain vitest-dev/vitest#6688 (70baa)- web-worker:
- Share mocker with main executor - by
@hi-ogawain vitest-dev/vitest#6623 (fe7b8)🏎 Performance
- Reuse full name in reported tasks, update generator types - by
@sheremet-vain vitest-dev/vitest#6666 (7a0de)View changes on GitHub
Commits
4c03a0dchore: release v2.1.370baaaafix(vitest): usefast-globinstead oftinyglobbyin Vitest (#6688)19d64e2fix(vitest): always inline setup files (#6689)47dde76fix(vitest): show rollup error details as test error (#6686)7155ceerefactor(coverage): move re-usable parts to base provider (#6665)7a0de0aperf: reuse full name in reported tasks, update generator types (#6666)8bef5d2fix(browser): not.toBeInTheDocument works with locators API (#6634)9ece395fix(vitest): fix\<empty line>logs when interleavingconsole.log/error(#...000459afix(vitest): deprecate old task types and node-reliant types (#6632)946d8bbfix(vitest): don't hang with maxConcurrency 0 (#6627)- Additional commits viewable in compare view
Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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