aiscript
aiscript copied to clipboard
Bump the npm-deps group across 1 directory with 11 updates
Bumps the npm-deps group with 11 updates in the / directory:
| Package | From | To |
|---|---|---|
| uuid | 11.0.3 |
11.1.0 |
| @eslint/js | 9.17.0 |
9.21.0 |
| @types/eslint__js | 8.42.3 |
9.14.0 |
| @microsoft/api-extractor | 7.48.1 |
7.51.1 |
| @types/node | 22.10.2 |
22.13.9 |
| @vitest/coverage-v8 | 2.1.8 |
3.0.8 |
| eslint | 9.17.0 |
9.21.0 |
| semver | 7.6.3 |
7.7.1 |
| typescript | 5.7.2 |
5.8.2 |
| typescript-eslint | 8.18.2 |
8.26.0 |
| vitest | 2.1.8 |
3.0.8 |
Updates uuid from 11.0.3 to 11.1.0
Release notes
Sourced from uuid's releases.
v11.1.0
11.1.0 (2025-02-19)
Features
v11.0.5
11.0.5 (2025-01-09)
Bug Fixes
- add TS unit test, pin to [email protected] (#860) (24ac2fd)
v11.0.4
11.0.4 (2025-01-05)
Bug Fixes
Changelog
Sourced from uuid's changelog.
11.1.0 (2025-02-19)
Features
11.0.5 (2025-01-09)
Bug Fixes
- add TS unit test, pin to [email protected] (#860) (24ac2fd)
11.0.4 (2025-01-05)
Bug Fixes
Commits
3d1eba0chore(main): release 11.1.0 (#866)a5231e7feat: update TS types to allowUint8Arraysubtypes forbufferoption (#865)aeabb60docs: docs housecleaning (#864)46ada3cchore(main): release 11.0.5 (#861)24ac2fdfix: add TS unit test, pin to [email protected] (#860)e426aaabuild: usenpm packtarball for local examples and testing instead of .loca...050cd5bchore(main): release 11.0.4 (#842)e0ee900fix: Test for invalid byte array sizes and ranges inv1(),v4(), and `v7(...6e83b3achore: update deps (#848)5f58b43docs: Ensure link to getrandomvalues-not-supported is maintained (#844)- Additional commits viewable in compare view
Updates @eslint/js from 9.17.0 to 9.21.0
Release notes
Sourced from @eslint/js's releases.
v9.21.0
Features
418717ffeat: introduce new deprecated types for rules (#19238) (fnx)5c5b802feat: Add--extCLI option (#19405) (Milos Djermanovic)Bug Fixes
db5340dfix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4fix: do not exit process on rule crash (#19436) (Francesco Trotta)Documentation
c5561eadocs: Update README (GitHub Actions Bot)80b0485docs: replacevarwithletandconstin rule example (#19434) (Tanuj Kanti)f67d5e8docs: Update README (GitHub Actions Bot)75afc61docs: Update README (GitHub Actions Bot)0636cabdocs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)dd7d930docs: Update README (GitHub Actions Bot)Chores
a8c9a9fchore: update@eslint/eslintrcand@eslint/js(#19453) (Francesco Trotta)265e0cfchore: package.json update for@eslint/jsrelease (Jenkins)3401b85test: add test forRule.ReportDescriptortype (#19449) (Francesco Trotta)e497aa7chore: update rewrite dependencies (#19448) (Francesco Trotta)dab5478chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)ebfe2ebchore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)5fd211dtest: processors can return subpaths (#19425) (Milos Djermanovic)v9.20.1
Bug Fixes
Documentation
fe3ccb2docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)93c78a5docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)b476a93docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)ccb60c0docs: Update README (GitHub Actions Bot)v9.20.0
Features
Bug Fixes
91d4d9ffix: Bring types in sync with@eslint/core(#19157) (Nicholas C. Zakas)fa25c7afix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)31a9fd0fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)61d99e3fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)db1b9a6fix: Ensure module scope is checked for references inconsistent-this(#19383) (Nicholas C. Zakas)8bcd820fix:arrow-body-stylecrash with single-token body (#19379) (Milos Djermanovic)Documentation
... (truncated)
Changelog
Sourced from @eslint/js's changelog.
v9.21.0 - February 21, 2025
a8c9a9fchore: update@eslint/eslintrcand@eslint/js(#19453) (Francesco Trotta)265e0cfchore: package.json update for@eslint/jsrelease (Jenkins)418717ffeat: introduce new deprecated types for rules (#19238) (fnx)3401b85test: add test forRule.ReportDescriptortype (#19449) (Francesco Trotta)e497aa7chore: update rewrite dependencies (#19448) (Francesco Trotta)c5561eadocs: Update README (GitHub Actions Bot)db5340dfix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4fix: do not exit process on rule crash (#19436) (Francesco Trotta)dab5478chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)80b0485docs: replacevarwithletandconstin rule example (#19434) (Tanuj Kanti)ebfe2ebchore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)f67d5e8docs: Update README (GitHub Actions Bot)75afc61docs: Update README (GitHub Actions Bot)5fd211dtest: processors can return subpaths (#19425) (Milos Djermanovic)0636cabdocs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)5c5b802feat: Add--extCLI option (#19405) (Milos Djermanovic)dd7d930docs: Update README (GitHub Actions Bot)v9.20.1 - February 11, 2025
fe3ccb2docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)274f054fix: fixRuleContexttype (#19417) (Francesco Trotta)93c78a5docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)b476a93docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)ccb60c0docs: Update README (GitHub Actions Bot)v9.20.0 - February 7, 2025
979097achore: upgrade@eslint/js@9.20.0 (#19412) (Francesco Trotta)031734echore: package.json update for@eslint/jsrelease (Jenkins)91d4d9ffix: Bring types in sync with@eslint/core(#19157) (Nicholas C. Zakas)b7012c8docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)d4c47c3test: avoid empty config warning in test output (#19408) (Milos Djermanovic)e89a54afeat: change behavior of inactive flags (#19386) (Milos Djermanovic)fa25c7afix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)6406376docs: Update README (GitHub Actions Bot)350f2b9docs: rewrite some examples with var using let and const (#19404) (Mueez Javaid Hashmi)93c325adocs: rewrite examples with var using let and const (#19398) (Mueez Javaid Hashmi)56ff404docs: replace var with let or const in rules docs (#19396) (Daniel Harbrueger)4053226docs: changesourceTypeinno-evalexamples (#19393) (Milos Djermanovic)1324af0docs: replace var with let and const in rules docs (#19392) (Daniel Harbrueger)8b87e00docs: replacevarwithconstandletin rules (#19389) (Tanuj Kanti)31a9fd0fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)61d99e3fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)758c66bdocs: Explain what frozen rules mean (#19382) (Nicholas C. Zakas)67dd82achore: update dependency@eslint/jsonto ^0.10.0 (#19387) (renovate[bot])db1b9a6fix: Ensure module scope is checked for references inconsistent-this(#19383) (Nicholas C. Zakas)8bcd820fix:arrow-body-stylecrash with single-token body (#19379) (Milos Djermanovic)
... (truncated)
Commits
265e0cfchore: package.json update for@eslint/jsrelease031734echore: package.json update for@eslint/jsrelease58560e7chore: package.json update for@eslint/jsrelease362099cchore: package.json update for@eslint/jsrelease495aa49chore: extract packagenamefrompackage.jsonfor public interface (#19314)- See full diff in compare view
Updates @types/eslint__js from 8.42.3 to 9.14.0
Commits
- See full diff in compare view
Updates @microsoft/api-extractor from 7.48.1 to 7.51.1
Changelog
Sourced from @microsoft/api-extractor's changelog.
7.51.1
Sat, 01 Mar 2025 05:00:09 GMT
Patches
- Include triple-slash references marked with
preserve="true"from files that only contain re-exports. There was a behavior change in TypeScript 5.5, where only triple-slash references that are explicitly marked withpreserve="true"are emitted into declaration files. This change adds support for placing these references in files that only contain re-exports, like the API entrypoint file.7.51.0
Thu, 27 Feb 2025 01:10:39 GMT
Minor changes
- Add a
docModel.releaseTagsToTrimproperty toapi-extractor.jsonto specify which release tags should be trimmed when the doc model is produced.7.50.1
Sat, 22 Feb 2025 01:11:11 GMT
Patches
- Upgrade the bundled compiler engine to TypeScript 5.7.3
7.50.0
Wed, 12 Feb 2025 01:10:52 GMT
Minor changes
- Update merge behavior for derived configurations to allow overriding array properties
7.49.2
Thu, 30 Jan 2025 01:11:42 GMT
Version update only
7.49.1
Thu, 09 Jan 2025 01:10:10 GMT
Version update only
7.49.0
Tue, 07 Jan 2025 22:17:32 GMT
Minor changes
- Upgrade the bundled compiler engine to TypeScript 5.7.2
Commits
b5544f7Bump versions [skip ci]1f03a6bUpdate changelogs [skip ci]9a25abc[api-extractor] Fix an issue with preservation of triple-slash references. (#...deb48bcBump versions [skip ci]ebee6d7Update changelogs [skip ci]82e5859[api-extractor] Add a docModel.releaseTagsToTrim property to api-extractor.js...e02148aBump@types/nodeand@types/webpack-env. (#5132)438525cBump versions [skip ci]8168b18Update changelogs [skip ci]3edaff4Upgrade the bundled compiler engine to TypeScript 5.7.2 (#5121)- Additional commits viewable in compare view
Updates @types/eslint__js from 8.42.3 to 9.14.0
Commits
- See full diff in compare view
Updates @types/node from 22.10.2 to 22.13.9
Commits
- See full diff in compare view
Updates @vitest/coverage-v8 from 2.1.8 to 3.0.8
Release notes
Sourced from @vitest/coverage-v8's releases.
v3.0.8
🐞 Bug Fixes
- Fix fetch cache multiple writes - by
@hi-ogawain vitest-dev/vitest#7546 (1a8b4)- Use browser.isolate instead of config.isolate - by
@sheremet-vain vitest-dev/vitest#7560 (4b5ed)- Remove vestigial spy stub, import directly from
@vitest/spy- by@mrginglymusin vitest-dev/vitest#7575 (7f7ff)- Correctly split the argv string - by
@bteain vitest-dev/vitest#7533 (4325a)- browser:
- Remove
@testing-library/domfrom dependencies - by@sheremet-vain vitest-dev/vitest#7555 (5387a)- Improve source map handling for bundled files - by
@sheremet-vain vitest-dev/vitest#7534 (e2c57)- Print related test file and potential test in unhandled errors - by
@sheremet-vain vitest-dev/vitest#7564 (fee90)- runner:
- Fix
beforeEach/Allcleanup callback timeout - by@hi-ogawain vitest-dev/vitest#7500 (0c292)- Fix and simplify
Task.suiteinitialization - by@hi-ogawain vitest-dev/vitest#7414 (ca9ff)- snapshot:
- Allow inline snapshot calls on same location with same snapshot - by
@jycouetand@hi-ogawain vitest-dev/vitest#7464 (d5cb8)- vite-node:
- Fix
buildStarton Vite 6 - by@hi-ogawain vitest-dev/vitest#7480 (c0f47)View changes on GitHub
v3.0.7
🐞 Bug Fixes
- browser: Support webdriverio 9 - by
@sheremet-vain vitest-dev/vitest#7553 (b1949)- deps: Update all non-major dependencies - in vitest-dev/vitest#7543 (365ff)
- expect: Correct generic MatchersObject this type in expect.extend - by
@Workingstiff-sin vitest-dev/vitest#7526 (d5765)- mocker: Include more modules to prefix-only module list - by
@bteain vitest-dev/vitest#7524 (a12ec)- spy: Clear/reset/restore mocks in stack order - by
@hi-ogawain vitest-dev/vitest#7499 (f7100)🏎 Performance
- browser: Do wdio context switching only once per file - by
@sheremet-vain vitest-dev/vitest#7549 (aaa58)View changes on GitHub
v3.0.6
🐞 Bug Fixes
- Fix
getMockedSystemTimeforuseFakeTimer- by@hi-ogawain vitest-dev/vitest#7405 (03912)- Compat for jest-image-snapshot - by
@hi-ogawain vitest-dev/vitest#7390 (9542b)- Ensure project names are readable in dark terminals - by
@rgrovein vitest-dev/vitest#7371 (bb94c)- Exclude
queueMicrotaskfrom default fake timers to not break node fetch - by@hi-ogawain vitest-dev/vitest#7505 (167a9)- Use
tinyglobbyinstead offast-glob- by@benmccannin vitest-dev/vitest#7504 (b62ac)- browser:
- Fix mocking modules out of root - by
@hi-ogawain vitest-dev/vitest#7415 (d3acb)- Fix
toHaveClasstyping - by@hi-ogawain vitest-dev/vitest#7383 (7ef23)- Relax locator selectors methods - by
@sheremet-vain vitest-dev/vitest#7422 (1b8c5)- Resolve thread count from
maxWorkers- by@AriPerkkioin vitest-dev/vitest#7483 (adbb2)- Cleanup timeout on resolve and give more information in the error - by
@sheremet-vain vitest-dev/vitest#7487 (5a45a)
... (truncated)
Commits
814d5dfchore: release v3.0.8358cccfchore: release v3.0.79584be3chore: release v3.0.66cc408dfix(deps): update all non-major dependencies (#7507)accd2edrefactor: enableisolatedDeclarations(#7473)1f2e555fix(coverage):vite-nodeto pass correct execution wrapper offset (#7417)1154662chore: release v3.0.59e40437chore: release v3.0.438ea8eafix(deps): update all non-major dependencies (#7297)33ab8a2chore: release v3.0.3- Additional commits viewable in compare view
Updates eslint from 9.17.0 to 9.21.0
Release notes
Sourced from eslint's releases.
v9.21.0
Features
418717ffeat: introduce new deprecated types for rules (#19238) (fnx)5c5b802feat: Add--extCLI option (#19405) (Milos Djermanovic)Bug Fixes
db5340dfix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4fix: do not exit process on rule crash (#19436) (Francesco Trotta)Documentation
c5561eadocs: Update README (GitHub Actions Bot)80b0485docs: replacevarwithletandconstin rule example (#19434) (Tanuj Kanti)f67d5e8docs: Update README (GitHub Actions Bot)75afc61docs: Update README (GitHub Actions Bot)0636cabdocs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)dd7d930docs: Update README (GitHub Actions Bot)Chores
a8c9a9fchore: update@eslint/eslintrcand@eslint/js(#19453) (Francesco Trotta)265e0cfchore: package.json update for@eslint/jsrelease (Jenkins)3401b85test: add test forRule.ReportDescriptortype (#19449) (Francesco Trotta)e497aa7chore: update rewrite dependencies (#19448) (Francesco Trotta)dab5478chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)ebfe2ebchore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)5fd211dtest: processors can return subpaths (#19425) (Milos Djermanovic)v9.20.1
Bug Fixes
Documentation
fe3ccb2docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)93c78a5docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)b476a93docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)ccb60c0docs: Update README (GitHub Actions Bot)v9.20.0
Features
Bug Fixes
91d4d9ffix: Bring types in sync with@eslint/core(#19157) (Nicholas C. Zakas)fa25c7afix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)31a9fd0fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)61d99e3fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)db1b9a6fix: Ensure module scope is checked for references inconsistent-this(#19383) (Nicholas C. Zakas)8bcd820fix:arrow-body-stylecrash with single-token body (#19379) (Milos Djermanovic)Documentation
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.21.0 - February 21, 2025
a8c9a9fchore: update@eslint/eslintrcand@eslint/js(#19453) (Francesco Trotta)265e0cfchore: package.json update for@eslint/jsrelease (Jenkins)418717ffeat: introduce new deprecated types for rules (#19238) (fnx)3401b85test: add test forRule.ReportDescriptortype (#19449) (Francesco Trotta)e497aa7chore: update rewrite dependencies (#19448) (Francesco Trotta)c5561eadocs: Update README (GitHub Actions Bot)db5340dfix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4fix: do not exit process on rule crash (#19436) (Francesco Trotta)dab5478chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)80b0485docs: replacevarwithletandconstin rule example (#19434) (Tanuj Kanti)ebfe2ebchore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)f67d5e8docs: Update README (GitHub Actions Bot)75afc61docs: Update README (GitHub Actions Bot)5fd211dtest: processors can return subpaths (#19425) (Milos Djermanovic)0636cabdocs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)5c5b802feat: Add--extCLI option (#19405) (Milos Djermanovic)dd7d930docs: Update README (GitHub Actions Bot)v9.20.1 - February 11, 2025
fe3ccb2docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)274f054fix: fixRuleContexttype (#19417) (Francesco Trotta)93c78a5docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)b476a93docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)ccb60c0docs: Update README (GitHub Actions Bot)v9.20.0 - February 7, 2025
979097achore: upgrade@eslint/js@9.20.0 (#19412) (Francesco Trotta)031734echore: package.json update for@eslint/jsrelease (Jenkins)91d4d9ffix: Bring types in sync with@eslint/core(#19157) (Nicholas C. Zakas)b7012c8docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)d4c47c3test: avoid empty config warning in test output (#19408) (Milos Djermanovic)e89a54afeat: change behavior of inactive flags (#19386) (Milos Djermanovic)fa25c7afix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)6406376docs: Update README (GitHub Actions Bot)350f2b9docs: rewrite some examples with var using let and const (#19404) (Mueez Javaid Hashmi)93c325adocs: rewrite examples with var using let and const (#19398) (Mueez Javaid Hashmi)56ff404docs: replace var with let or const in rules docs (#19396) (Daniel Harbrueger)4053226docs: changesourceTypeinno-evalexamples (#19393) (Milos Djermanovic)1324af0docs: replace var with let and const in rules docs (#19392) (Daniel Harbrueger)8b87e00docs: replacevarwithconstandletin rules (#19389) (Tanuj Kanti)31a9fd0fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)61d99e3fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)758c66bdocs: Explain what frozen rules mean (#19382) (Nicholas C. Zakas)67dd82achore: update dependency@eslint/jsonto ^0.10.0 (#19387) (renovate[bot])db1b9a6fix: Ensure module scope is checked for references inconsistent-this(#19383) (Nicholas C. Zakas)- Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >