Bump the npm-deps group across 1 directory with 11 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 2
(6 months ago)
(about 1 month ago)
dependencies javascript
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
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
11.0.4 (2025-01-05)
Bug Fixes
Commits
3d1eba0
chore(main): release 11.1.0 (#866)a5231e7
feat: update TS types to allowUint8Array
subtypes forbuffer
option (#865)aeabb60
docs: docs housecleaning (#864)46ada3c
chore(main): release 11.0.5 (#861)24ac2fd
fix: add TS unit test, pin to typescript@5.0.4 (#860)e426aaa
build: usenpm pack
tarball for local examples and testing instead of .loca...050cd5b
chore(main): release 11.0.4 (#842)e0ee900
fix: Test for invalid byte array sizes and ranges inv1()
,v4()
, and `v7(...6e83b3a
chore: update deps (#848)5f58b43
docs: 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
418717f
feat: introduce new deprecated types for rules (#19238) (fnx)5c5b802
feat: Add--ext
CLI option (#19405) (Milos Djermanovic)Bug Fixes
db5340d
fix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4
fix: do not exit process on rule crash (#19436) (Francesco Trotta)Documentation
c5561ea
docs: Update README (GitHub Actions Bot)80b0485
docs: replacevar
withlet
andconst
in rule example (#19434) (Tanuj Kanti)f67d5e8
docs: Update README (GitHub Actions Bot)75afc61
docs: Update README (GitHub Actions Bot)0636cab
docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)dd7d930
docs: Update README (GitHub Actions Bot)Chores
a8c9a9f
chore: update@eslint/eslintrc
and@eslint/js
(#19453) (Francesco Trotta)265e0cf
chore: package.json update for@eslint/js
release (Jenkins)3401b85
test: add test forRule.ReportDescriptor
type (#19449) (Francesco Trotta)e497aa7
chore: update rewrite dependencies (#19448) (Francesco Trotta)dab5478
chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)ebfe2eb
chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)5fd211d
test: processors can return subpaths (#19425) (Milos Djermanovic)v9.20.1
Bug Fixes
Documentation
fe3ccb2
docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)93c78a5
docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)b476a93
docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)ccb60c0
docs: Update README (GitHub Actions Bot)v9.20.0
Features
Bug Fixes
91d4d9f
fix: Bring types in sync with@eslint/core
(#19157) (Nicholas C. Zakas)fa25c7a
fix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)31a9fd0
fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)61d99e3
fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)db1b9a6
fix: Ensure module scope is checked for references inconsistent-this
(#19383) (Nicholas C. Zakas)8bcd820
fix:arrow-body-style
crash with single-token body (#19379) (Milos Djermanovic)Documentation
... (truncated)
Changelog
Sourced from @eslint/js
's changelog.
v9.21.0 - February 21, 2025
a8c9a9f
chore: update@eslint/eslintrc
and@eslint/js
(#19453) (Francesco Trotta)265e0cf
chore: package.json update for@eslint/js
release (Jenkins)418717f
feat: introduce new deprecated types for rules (#19238) (fnx)3401b85
test: add test forRule.ReportDescriptor
type (#19449) (Francesco Trotta)e497aa7
chore: update rewrite dependencies (#19448) (Francesco Trotta)c5561ea
docs: Update README (GitHub Actions Bot)db5340d
fix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4
fix: do not exit process on rule crash (#19436) (Francesco Trotta)dab5478
chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)80b0485
docs: replacevar
withlet
andconst
in rule example (#19434) (Tanuj Kanti)ebfe2eb
chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)f67d5e8
docs: Update README (GitHub Actions Bot)75afc61
docs: Update README (GitHub Actions Bot)5fd211d
test: processors can return subpaths (#19425) (Milos Djermanovic)0636cab
docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)5c5b802
feat: Add--ext
CLI option (#19405) (Milos Djermanovic)dd7d930
docs: Update README (GitHub Actions Bot)v9.20.1 - February 11, 2025
fe3ccb2
docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)274f054
fix: fixRuleContext
type (#19417) (Francesco Trotta)93c78a5
docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)b476a93
docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)ccb60c0
docs: Update README (GitHub Actions Bot)v9.20.0 - February 7, 2025
979097a
chore: upgrade@eslint/js
@9
.20.0 (#19412) (Francesco Trotta)031734e
chore: package.json update for@eslint/js
release (Jenkins)91d4d9f
fix: Bring types in sync with@eslint/core
(#19157) (Nicholas C. Zakas)b7012c8
docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)d4c47c3
test: avoid empty config warning in test output (#19408) (Milos Djermanovic)e89a54a
feat: change behavior of inactive flags (#19386) (Milos Djermanovic)fa25c7a
fix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)6406376
docs: Update README (GitHub Actions Bot)350f2b9
docs: rewrite some examples with var using let and const (#19404) (Mueez Javaid Hashmi)93c325a
docs: rewrite examples with var using let and const (#19398) (Mueez Javaid Hashmi)56ff404
docs: replace var with let or const in rules docs (#19396) (Daniel Harbrueger)4053226
docs: changesourceType
inno-eval
examples (#19393) (Milos Djermanovic)1324af0
docs: replace var with let and const in rules docs (#19392) (Daniel Harbrueger)8b87e00
docs: replacevar
withconst
andlet
in rules (#19389) (Tanuj Kanti)31a9fd0
fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)61d99e3
fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)758c66b
docs: Explain what frozen rules mean (#19382) (Nicholas C. Zakas)67dd82a
chore: update dependency@eslint/json
to ^0.10.0 (#19387) (renovate[bot])db1b9a6
fix: Ensure module scope is checked for references inconsistent-this
(#19383) (Nicholas C. Zakas)8bcd820
fix:arrow-body-style
crash with single-token body (#19379) (Milos Djermanovic)
... (truncated)
Commits
265e0cf
chore: package.json update for@eslint/js
release031734e
chore: package.json update for@eslint/js
release58560e7
chore: package.json update for@eslint/js
release362099c
chore: package.json update for@eslint/js
release495aa49
chore: extract packagename
frompackage.json
for 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.releaseTagsToTrim
property toapi-extractor.json
to 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
b5544f7
Bump versions [skip ci]1f03a6b
Update changelogs [skip ci]9a25abc
[api-extractor] Fix an issue with preservation of triple-slash references. (#...deb48bc
Bump versions [skip ci]ebee6d7
Update changelogs [skip ci]82e5859
[api-extractor] Add a docModel.releaseTagsToTrim property to api-extractor.js...e02148a
Bump@types/node
and@types/webpack-env
. (#5132)438525c
Bump versions [skip ci]8168b18
Update changelogs [skip ci]3edaff4
Upgrade 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-ogawa
in vitest-dev/vitest#7546 (1a8b4)- Use browser.isolate instead of config.isolate - by
@sheremet-va
in vitest-dev/vitest#7560 (4b5ed)- Remove vestigial spy stub, import directly from
@vitest/spy
- by@mrginglymus
in vitest-dev/vitest#7575 (7f7ff)- Correctly split the argv string - by
@btea
in vitest-dev/vitest#7533 (4325a)- browser:
- Remove
@testing-library/dom
from dependencies - by@sheremet-va
in vitest-dev/vitest#7555 (5387a)- Improve source map handling for bundled files - by
@sheremet-va
in vitest-dev/vitest#7534 (e2c57)- Print related test file and potential test in unhandled errors - by
@sheremet-va
in vitest-dev/vitest#7564 (fee90)- runner:
- Fix
beforeEach/All
cleanup callback timeout - by@hi-ogawa
in vitest-dev/vitest#7500 (0c292)- Fix and simplify
Task.suite
initialization - by@hi-ogawa
in vitest-dev/vitest#7414 (ca9ff)- snapshot:
- Allow inline snapshot calls on same location with same snapshot - by
@jycouet
and@hi-ogawa
in vitest-dev/vitest#7464 (d5cb8)- vite-node:
- Fix
buildStart
on Vite 6 - by@hi-ogawa
in vitest-dev/vitest#7480 (c0f47)View changes on GitHub
v3.0.7
🐞 Bug Fixes
- browser: Support webdriverio 9 - by
@sheremet-va
in 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-s
in vitest-dev/vitest#7526 (d5765)- mocker: Include more modules to prefix-only module list - by
@btea
in vitest-dev/vitest#7524 (a12ec)- spy: Clear/reset/restore mocks in stack order - by
@hi-ogawa
in vitest-dev/vitest#7499 (f7100)🏎 Performance
- browser: Do wdio context switching only once per file - by
@sheremet-va
in vitest-dev/vitest#7549 (aaa58)View changes on GitHub
v3.0.6
🐞 Bug Fixes
- Fix
getMockedSystemTime
foruseFakeTimer
- by@hi-ogawa
in vitest-dev/vitest#7405 (03912)- Compat for jest-image-snapshot - by
@hi-ogawa
in vitest-dev/vitest#7390 (9542b)- Ensure project names are readable in dark terminals - by
@rgrove
in vitest-dev/vitest#7371 (bb94c)- Exclude
queueMicrotask
from default fake timers to not break node fetch - by@hi-ogawa
in vitest-dev/vitest#7505 (167a9)- Use
tinyglobby
instead offast-glob
- by@benmccann
in vitest-dev/vitest#7504 (b62ac)- browser:
- Fix mocking modules out of root - by
@hi-ogawa
in vitest-dev/vitest#7415 (d3acb)- Fix
toHaveClass
typing - by@hi-ogawa
in vitest-dev/vitest#7383 (7ef23)- Relax locator selectors methods - by
@sheremet-va
in vitest-dev/vitest#7422 (1b8c5)- Resolve thread count from
maxWorkers
- by@AriPerkkio
in vitest-dev/vitest#7483 (adbb2)- Cleanup timeout on resolve and give more information in the error - by
@sheremet-va
in vitest-dev/vitest#7487 (5a45a)
... (truncated)
Commits
814d5df
chore: release v3.0.8358cccf
chore: release v3.0.79584be3
chore: release v3.0.66cc408d
fix(deps): update all non-major dependencies (#7507)accd2ed
refactor: enableisolatedDeclarations
(#7473)1f2e555
fix(coverage):vite-node
to pass correct execution wrapper offset (#7417)1154662
chore: release v3.0.59e40437
chore: release v3.0.438ea8ea
fix(deps): update all non-major dependencies (#7297)33ab8a2
chore: 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
418717f
feat: introduce new deprecated types for rules (#19238) (fnx)5c5b802
feat: Add--ext
CLI option (#19405) (Milos Djermanovic)Bug Fixes
db5340d
fix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4
fix: do not exit process on rule crash (#19436) (Francesco Trotta)Documentation
c5561ea
docs: Update README (GitHub Actions Bot)80b0485
docs: replacevar
withlet
andconst
in rule example (#19434) (Tanuj Kanti)f67d5e8
docs: Update README (GitHub Actions Bot)75afc61
docs: Update README (GitHub Actions Bot)0636cab
docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)dd7d930
docs: Update README (GitHub Actions Bot)Chores
a8c9a9f
chore: update@eslint/eslintrc
and@eslint/js
(#19453) (Francesco Trotta)265e0cf
chore: package.json update for@eslint/js
release (Jenkins)3401b85
test: add test forRule.ReportDescriptor
type (#19449) (Francesco Trotta)e497aa7
chore: update rewrite dependencies (#19448) (Francesco Trotta)dab5478
chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)ebfe2eb
chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)5fd211d
test: processors can return subpaths (#19425) (Milos Djermanovic)v9.20.1
Bug Fixes
Documentation
fe3ccb2
docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)93c78a5
docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)b476a93
docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)ccb60c0
docs: Update README (GitHub Actions Bot)v9.20.0
Features
Bug Fixes
91d4d9f
fix: Bring types in sync with@eslint/core
(#19157) (Nicholas C. Zakas)fa25c7a
fix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)31a9fd0
fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)61d99e3
fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)db1b9a6
fix: Ensure module scope is checked for references inconsistent-this
(#19383) (Nicholas C. Zakas)8bcd820
fix:arrow-body-style
crash with single-token body (#19379) (Milos Djermanovic)Documentation
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.21.0 - February 21, 2025
a8c9a9f
chore: update@eslint/eslintrc
and@eslint/js
(#19453) (Francesco Trotta)265e0cf
chore: package.json update for@eslint/js
release (Jenkins)418717f
feat: introduce new deprecated types for rules (#19238) (fnx)3401b85
test: add test forRule.ReportDescriptor
type (#19449) (Francesco Trotta)e497aa7
chore: update rewrite dependencies (#19448) (Francesco Trotta)c5561ea
docs: Update README (GitHub Actions Bot)db5340d
fix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4
fix: do not exit process on rule crash (#19436) (Francesco Trotta)dab5478
chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)80b0485
docs: replacevar
withlet
andconst
in rule example (#19434) (Tanuj Kanti)ebfe2eb
chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)f67d5e8
docs: Update README (GitHub Actions Bot)75afc61
docs: Update README (GitHub Actions Bot)5fd211d
test: processors can return subpaths (#19425) (Milos Djermanovic)0636cab
docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)5c5b802
feat: Add--ext
CLI option (#19405) (Milos Djermanovic)dd7d930
docs: Update README (GitHub Actions Bot)v9.20.1 - February 11, 2025
fe3ccb2
docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)274f054
fix: fixRuleContext
type (#19417) (Francesco Trotta)93c78a5
docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)b476a93
docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)ccb60c0
docs: Update README (GitHub Actions Bot)v9.20.0 - February 7, 2025
979097a
chore: upgrade@eslint/js
@9
.20.0 (#19412) (Francesco Trotta)031734e
chore: package.json update for@eslint/js
release (Jenkins)91d4d9f
fix: Bring types in sync with@eslint/core
(#19157) (Nicholas C. Zakas)b7012c8
docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)d4c47c3
test: avoid empty config warning in test output (#19408) (Milos Djermanovic)e89a54a
feat: change behavior of inactive flags (#19386) (Milos Djermanovic)fa25c7a
fix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)6406376
docs: Update README (GitHub Actions Bot)350f2b9
docs: rewrite some examples with var using let and const (#19404) (Mueez Javaid Hashmi)93c325a
docs: rewrite examples with var using let and const (#19398) (Mueez Javaid Hashmi)56ff404
docs: replace var with let or const in rules docs (#19396) (Daniel Harbrueger)4053226
docs: changesourceType
inno-eval
examples (#19393) (Milos Djermanovic)1324af0
docs: replace var with let and const in rules docs (#19392) (Daniel Harbrueger)8b87e00
docs: replacevar
withconst
andlet
in rules (#19389) (Tanuj Kanti)31a9fd0
fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)61d99e3
fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)758c66b
docs: Explain what frozen rules mean (#19382) (Nicholas C. Zakas)67dd82a
chore: update dependency@eslint/json
to ^0.10.0 (#19387) (renovate[bot])db1b9a6
fix: Ensure module scope is checked for references inconsistent-this
(#19383) (Nicholas C. Zakas)Pull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
Technical Details
ID: | 4658704 |
UUID: | 2903809329 |
Node ID: | PR_kwDODxdOxM6N0cfm |
Host: | GitHub |
Repository: | aiscript-dev/aiscript |