Bump the npm group with 19 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
dependencies javascript
poad
Bumps the npm group with 19 updates:
| Package | From | To |
|---|---|---|
| @vitest/coverage-v8 | 3.1.4 |
3.2.0 |
| pnpm | 10.11.0 |
10.11.1 |
| typescript-eslint | 8.33.0 |
8.33.1 |
| vitest | 3.1.4 |
3.2.0 |
| @typescript-eslint/eslint-plugin | 8.33.0 |
8.33.1 |
| @typescript-eslint/parser | 8.33.0 |
8.33.1 |
| @typescript-eslint/type-utils | 8.33.0 |
8.33.1 |
| @typescript-eslint/utils | 8.33.0 |
8.33.1 |
| @typescript-eslint/visitor-keys | 8.33.0 |
8.33.1 |
| @vitest/expect | 3.1.4 |
3.2.0 |
| @vitest/mocker | 3.1.4 |
3.2.0 |
| @vitest/pretty-format | 3.1.4 |
3.2.0 |
| @vitest/runner | 3.1.4 |
3.2.0 |
| @vitest/snapshot | 3.1.4 |
3.2.0 |
| @vitest/spy | 3.1.4 |
3.2.0 |
| @vitest/utils | 3.1.4 |
3.2.0 |
| electron-to-chromium | 1.5.161 |
1.5.162 |
| tinyspy | 3.0.2 |
4.0.3 |
| vite-node | 3.1.4 |
3.2.0 |
Updates @vitest/coverage-v8 from 3.1.4 to 3.2.0
Release notes
Sourced from @vitest/coverage-v8's releases.
v3.2.0
🚀 Features
- Provide
ctx.signal- by@sheremet-vain vitest-dev/vitest#7878 (e761f)- Support custom colors for
test.name- by@AriPerkkioin vitest-dev/vitest#7809 (4af5d)- Add
vi.mockObjectto automock any object - by@hi-ogawaand@sheremet-vain vitest-dev/vitest#7761 (465bd)- Introduce
watchTriggerPatternsoption - by@sheremet-vain vitest-dev/vitest#7778 (a0675)- Deprecate
workspacein favor ofprojects- by@sheremet-vaand@AriPerkkioin vitest-dev/vitest#7923 (41beb)- Explicit Resource Management support in mocked functions - by
@EskiMojo14in vitest-dev/vitest#7927 (b67d3)- Add
sequence.groupOrderoption - by@sheremet-vain vitest-dev/vitest#7852 (d1a1d)- Initial support for Temporal equality - by
@dirkluijkin vitest-dev/vitest#8007 (52bd7)- Support Vite 7 - by
@sheremet-vain vitest-dev/vitest#8003 (1716b)- Track module execution totalTime and selfTime - by
@abrennekein vitest-dev/vitest#8027 (95961)- Annotation API - by
@sheremet-vain vitest-dev/vitest#7953 (b03f2)- browser:
- Implement
connectoption forplaywrightbrowser provider - by@egfx-notificationsand@sheremet-vain vitest-dev/vitest#7915 (029c0)- Add
screenshot.saveoption - by@sheremet-vain vitest-dev/vitest#7777 (d9f51)- Custom locators API - by
@sheremet-vain vitest-dev/vitest#7993 (e6fbd)- coverage:
- V8 experimental AST-aware remapping - by
@AriPerkkioin vitest-dev/vitest#7736 (78a3d)- reporter:
- Add
onWritePathoption togithub-actions- by@nwalters512and@AriPerkkioin vitest-dev/vitest#8015 (abd3b)- vitest:
- Allow per-file and per-worker fixtures - by
@sheremet-vaand@AriPerkkioin vitest-dev/vitest#7704 (9cbfc)🐞 Bug Fixes
- Replace
micromatchwithpicomatch- by@sapphi-redin vitest-dev/vitest#7951 (df076)- Try to catch unhandled error outside of a test - by
@sheremet-vain vitest-dev/vitest#7968 (46421)- Generate a separate config for "vitest init browser" instead of a workspace file - by
@sheremet-vain vitest-dev/vitest#7934 (e84e2)- Switch ExpectStatic
anytypes toAsymmetricMatcher<unknown>, withDeeplyAllowMatchers<T>- by@JoshuaKGoldbergin vitest-dev/vitest#7016 (8ec44)- Remove unused exports - by
@sheremet-vain vitest-dev/vitest#7618 (33d05)- Throw an error if typechecker failed to spawn - by
@sheremet-vain vitest-dev/vitest#7990 (0e960)- Ignore non-string
stackproperties - by@sheremet-vain vitest-dev/vitest#7995 (330f9)- Apply browser CLI options only if the project has the browser set in the config already - by
@sheremet-vain vitest-dev/vitest#7984 (70358)- Ensure errors keep their message and stack after
toJSONserialisation - by@sheremet-vain vitest-dev/vitest#8053 (3bdf0)- browser:
- Resolve FS commands relative to the project root - by
@sheremet-vain vitest-dev/vitest#7896 (69ac9)- Run tests serially if provider doesn't provide a mocker - by
@sheremet-vain vitest-dev/vitest#8032 (227a9)- Resolve
uploadfiles relative to the project root - by@sheremet-vain vitest-dev/vitest#8042 (b9a31)- Await mocker invalidation to avoid race condition with "mock wasn't registered" - by
@sheremet-vain vitest-dev/vitest#8021 (b34ff)- Share vite cache with the project cache - by
@sheremet-vain vitest-dev/vitest#8049 (0cbad)- Add
thistype tolocators.extend- by@sheremet-vain vitest-dev/vitest#8069 (70fb0)- cache:
- Preserve test results from previous runs - by
@macko911in vitest-dev/vitest#8043 (d6ef0)- cli:
- Add built-in reporters list to --help output - by
@pengooseDevin vitest-dev/vitest#7955 (ef6ef)- Parse
--silentvalues properly - by@AriPerkkioin vitest-dev/vitest#8055 (8fad7)- coverage:
- Istanbul provider to not use Vite preserved query params - by
@AriPerkkioin vitest-dev/vitest#7939 (a05d4)
... (truncated)
Commits
59200aechore: release v3.2.0407c0e4fix(coverage): in-source test cases excluded (#7985)e86282echore(deps): update Vite to 6.3.5 (#8051)ba87a62chore: release v3.2.0-beta.33f8159aci(rollup): disable watcher for types generators (#8035)51cd814fix(coverage): browser + v8 in source tests missing (#7946)2854ad6chore: release v3.2.0-beta.2165fb0echore: release v3.2.0-beta.178a3d27feat(coverage): v8 experimental AST-aware remapping (#7736)- See full diff in compare view
Updates pnpm from 10.11.0 to 10.11.1
Release notes
Sourced from pnpm's releases.
pnpm 10.11.1
Patch Changes
- Fix an issue in which
pnpm deploy --legacycreates unexpected directories when the rootpackage.jsonhas a workspace package as a peer dependency #9550.- Dependencies specified via a URL that redirects will only be locked to the target if it is immutable, fixing a regression when installing from GitHub releases. (#9531)
- Installation should not exit with an error if
strictPeerDependenciesistruebut all issues are ignored bypeerDependencyRules#9505.- Use
pnpm_config_env variables instead ofnpm_config_#9571.- Fix a regression (in v10.9.0) causing the
--lockfile-onlyflag onpnpm updateto produce a differentpnpm-lock.yamlthan an update without the flag.- Let
pnpm deploywork in repos withoverrideswheninject-workspace-packages=true#9283.- Fixed the problem of path loss caused by parsing URL address. Fixes a regression shipped in pnpm v10.11 via #9502.
pnpm -r --silent runshould not print out section #9563.Platinum Sponsors
Gold Sponsors
... (truncated)
Changelog
Sourced from pnpm's changelog.
10.11.1
Patch Changes
- Fix an issue in which
pnpm deploy --legacycreates unexpected directories when the rootpackage.jsonhas a workspace package as a peer dependency #9550.- Dependencies specified via a URL that redirects will only be locked to the target if it is immutable, fixing a regression when installing from GitHub releases. (#9531)
- Installation should not exit with an error if
strictPeerDependenciesistruebut all issues are ignored bypeerDependencyRules#9505.- Use
pnpm_config_env variables instead ofnpm_config_#9571.- Fix a regression (in v10.9.0) causing the
--lockfile-onlyflag onpnpm updateto produce a differentpnpm-lock.yamlthan an update without the flag.- Let
pnpm deploywork in repos withoverrideswheninject-workspace-packages=true#9283.- Fixed the problem of path loss caused by parsing URL address. Fixes a regression shipped in pnpm v10.11 via #9502.
pnpm -r --silent runshould not print out section #9563.
Commits
Updates typescript-eslint from 8.33.0 to 8.33.1
Release notes
Sourced from typescript-eslint's releases.
v8.33.1
8.33.1 (2025-06-02)
🩹 Fixes
- exclude docs/ directory from eslint-plugin package (#11251)
- project-service: add missing
typescriptpeer dependency (#11265)❤️ Thank You
- JounQin
- roottool
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.33.1 (2025-06-02)
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
936f350chore(release): publish 8.33.1- See full diff in compare view
Updates vitest from 3.1.4 to 3.2.0
Release notes
Sourced from vitest's releases.
v3.2.0
🚀 Features
- Provide
ctx.signal- by@sheremet-vain vitest-dev/vitest#7878 (e761f)- Support custom colors for
test.name- by@AriPerkkioin vitest-dev/vitest#7809 (4af5d)- Add
vi.mockObjectto automock any object - by@hi-ogawaand@sheremet-vain vitest-dev/vitest#7761 (465bd)- Introduce
watchTriggerPatternsoption - by@sheremet-vain vitest-dev/vitest#7778 (a0675)- Deprecate
workspacein favor ofprojects- by@sheremet-vaand@AriPerkkioin vitest-dev/vitest#7923 (41beb)- Explicit Resource Management support in mocked functions - by
@EskiMojo14in vitest-dev/vitest#7927 (b67d3)- Add
sequence.groupOrderoption - by@sheremet-vain vitest-dev/vitest#7852 (d1a1d)- Initial support for Temporal equality - by
@dirkluijkin vitest-dev/vitest#8007 (52bd7)- Support Vite 7 - by
@sheremet-vain vitest-dev/vitest#8003 (1716b)- Track module execution totalTime and selfTime - by
@abrennekein vitest-dev/vitest#8027 (95961)- Annotation API - by
@sheremet-vain vitest-dev/vitest#7953 (b03f2)- browser:
- Implement
connectoption forplaywrightbrowser provider - by@egfx-notificationsand@sheremet-vain vitest-dev/vitest#7915 (029c0)- Add
screenshot.saveoption - by@sheremet-vain vitest-dev/vitest#7777 (d9f51)- Custom locators API - by
@sheremet-vain vitest-dev/vitest#7993 (e6fbd)- coverage:
- V8 experimental AST-aware remapping - by
@AriPerkkioin vitest-dev/vitest#7736 (78a3d)- reporter:
- Add
onWritePathoption togithub-actions- by@nwalters512and@AriPerkkioin vitest-dev/vitest#8015 (abd3b)- vitest:
- Allow per-file and per-worker fixtures - by
@sheremet-vaand@AriPerkkioin vitest-dev/vitest#7704 (9cbfc)🐞 Bug Fixes
- Replace
micromatchwithpicomatch- by@sapphi-redin vitest-dev/vitest#7951 (df076)- Try to catch unhandled error outside of a test - by
@sheremet-vain vitest-dev/vitest#7968 (46421)- Generate a separate config for "vitest init browser" instead of a workspace file - by
@sheremet-vain vitest-dev/vitest#7934 (e84e2)- Switch ExpectStatic
anytypes toAsymmetricMatcher<unknown>, withDeeplyAllowMatchers<T>- by@JoshuaKGoldbergin vitest-dev/vitest#7016 (8ec44)- Remove unused exports - by
@sheremet-vain vitest-dev/vitest#7618 (33d05)- Throw an error if typechecker failed to spawn - by
@sheremet-vain vitest-dev/vitest#7990 (0e960)- Ignore non-string
stackproperties - by@sheremet-vain vitest-dev/vitest#7995 (330f9)- Apply browser CLI options only if the project has the browser set in the config already - by
@sheremet-vain vitest-dev/vitest#7984 (70358)- Ensure errors keep their message and stack after
toJSONserialisation - by@sheremet-vain vitest-dev/vitest#8053 (3bdf0)- browser:
- Resolve FS commands relative to the project root - by
@sheremet-vain vitest-dev/vitest#7896 (69ac9)- Run tests serially if provider doesn't provide a mocker - by
@sheremet-vain vitest-dev/vitest#8032 (227a9)- Resolve
uploadfiles relative to the project root - by@sheremet-vain vitest-dev/vitest#8042 (b9a31)- Await mocker invalidation to avoid race condition with "mock wasn't registered" - by
@sheremet-vain vitest-dev/vitest#8021 (b34ff)- Share vite cache with the project cache - by
@sheremet-vain vitest-dev/vitest#8049 (0cbad)- Add
thistype tolocators.extend- by@sheremet-vain vitest-dev/vitest#8069 (70fb0)- cache:
- Preserve test results from previous runs - by
@macko911in vitest-dev/vitest#8043 (d6ef0)- cli:
- Add built-in reporters list to --help output - by
@pengooseDevin vitest-dev/vitest#7955 (ef6ef)- Parse
--silentvalues properly - by@AriPerkkioin vitest-dev/vitest#8055 (8fad7)- coverage:
- Istanbul provider to not use Vite preserved query params - by
@AriPerkkioin vitest-dev/vitest#7939 (a05d4)
... (truncated)
Commits
59200aechore: release v3.2.0cce98d3chore(deps): update all non-major dependencies (#8067)35e313ffix(reporters): check the test result again when tests are rerunning (#8063)9cbfc23feat(vitest): allow per-file and per-worker fixtures (#7704)797be1fchore(deps):tinypoolv1.1.0 (#8061)b03f209feat: annotation API (#7953)8fad735fix(cli): parse--silentvalues properly (#8055)3bdf05dfix: ensure errors keep their message and stack aftertoJSONserialisation ...0cbad1bfix(browser): share vite cache with the project cache (#8049)95961e4feat: track module execution totalTime and selfTime (#8027)- Additional commits viewable in compare view
Updates @typescript-eslint/eslint-plugin from 8.33.0 to 8.33.1
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.33.1
8.33.1 (2025-06-02)
🩹 Fixes
- exclude docs/ directory from eslint-plugin package (#11251)
- project-service: add missing
typescriptpeer dependency (#11265)❤️ Thank You
- JounQin
- roottool
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.33.1 (2025-06-02)
🩹 Fixes
- exclude docs/ directory from eslint-plugin package (#11251)
❤️ Thank You
- roottool
You can read about our versioning strategy and releases on our website.
Commits
Updates @typescript-eslint/parser from 8.33.0 to 8.33.1
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.33.1
8.33.1 (2025-06-02)
🩹 Fixes
- exclude docs/ directory from eslint-plugin package (#11251)
- project-service: add missing
typescriptpeer dependency (#11265)❤️ Thank You
- JounQin
- roottool
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.33.1 (2025-06-02)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
936f350chore(release): publish 8.33.1- See full diff in compare view
Updates @typescript-eslint/type-utils from 8.33.0 to 8.33.1
Release notes
Sourced from @typescript-eslint/type-utils's releases.
v8.33.1
8.33.1 (2025-06-02)
🩹 Fixes
- exclude docs/ directory from eslint-plugin package (#11251)
- project-service: add missing
typescriptpeer dependency (#11265)❤️ Thank You
- JounQin
- roottool
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/type-utils's changelog.
8.33.1 (2025-06-02)
This was a version bump only for type-utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
936f350chore(release): publish 8.33.1- See full diff in compare view
Updates @typescript-eslint/utils from 8.33.0 to 8.33.1
Release notes
Sourced from @typescript-eslint/utils's releases.
v8.33.1
8.33.1 (2025-06-02)
🩹 Fixes
- exclude docs/ directory from eslint-plugin package (#11251)
- project-service: add missing
typescriptpeer dependency (#11265)❤️ Thank You
- JounQin
- roottool
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/utils's changelog.
8.33.1 (2025-06-02)
This was a version bump only for utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
936f350chore(release): publish 8.33.1- See full diff in compare view
Updates @typescript-eslint/visitor-keys from 8.33.0 to 8.33.1
Release notes
Sourced from @typescript-eslint/visitor-keys's releases.
v8.33.1
8.33.1 (2025-06-02)
🩹 Fixes
- exclude docs/ directory from eslint-plugin package (#11251)
- project-service: add missing
typescriptpeer dependency (#11265)❤️ Thank You
- JounQin
- roottool
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/visitor-keys's changelog.
8.33.1 (2025-06-02)
This was a version bump only for visitor-keys to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
936f350chore(release): publish 8.33.1- See full diff in compare view
Updates @vitest/expect from 3.1.4 to 3.2.0
Release notes
Sourced from @vitest/expect's releases.
v3.2.0
🚀 Features
- Provide
ctx.signal- by@sheremet-vain vitest-dev/vitest#7878 (e761f)- Support custom colors for
test.name- by@AriPerkkioin vitest-dev/vitest#7809 (4af5d)- Add
vi.mockObjectto automock any object - by@hi-ogawaand@sheremet-vain vitest-dev/vitest#7761 (465bd)- Introduce
watchTriggerPatternsoption - by@sheremet-vain vitest-dev/vitest#7778 (a0675)- Deprecate
workspacein favor ofprojects- by@sheremet-vaand@AriPerkkioin vitest-dev/vitest#7923 (41beb)- Explicit Resource Management support in mocked functions - by
@EskiMojo14in vitest-dev/vitest#7927 (b67d3)- Add
sequence.groupOrderoption - by@sheremet-vain vitest-dev/vitest#7852 (d1a1d)- Initial support for Temporal equality - by
@dirkluijkin vitest-dev/vitest#8007 (52bd7)- Support Vite 7 - by
@sheremet-vain vitest-dev/vitest#8003 (1716b)- Track module execution totalTime and selfTime - by
@abrennekein vitest-dev/vitest#8027 (95961)- Annotation API - by
@sheremet-vain vitest-dev/vitest#7953 (b03f2)- browser:
- Implement
connectoption forplaywrightbrowser provider - by@egfx-notificationsand@sheremet-vain vitest-dev/vitest#7915 (029c0)- Add
screenshot.saveoption - by@sheremet-vain vitest-dev/vitest#7777 (d9f51)- Custom locators API - by
@sheremet-vain vitest-dev/vitest#7993 (e6fbd)- coverage:
- V8 experimental AST-aware remapping - by
@AriPerkkioin vitest-dev/vitest#7736 (78a3d)- reporter:
- Add
onWritePathoption togithub-actions- by@nwalters512and@AriPerkkioin vitest-dev/vitest#8015 (abd3b)- vitest:
- Allow per-file and per-worker fixtures - by
@sheremet-vaand@AriPerkkioin vitest-dev/vitest#7704 (9cbfc)🐞 Bug Fixes
- Replace
micromatchwithpicomatch- by@sapphi-redin vitest-dev/vitest#7951 (df076)- Try to catch unhandled error outside of a test - by
@sheremet-vain vitest-dev/vitest#7968 (46421)- Generate a separate config for "vitest init browser" instead of a workspace file - by
@sheremet-vain vitest-dev/vitest#7934 (e84e2)- Switch ExpectStatic
anytypes toAsymmetricMatcher<unknown>, withDeeplyAllowMatchers<T>- by@JoshuaKGoldbergin vitest-dev/vitest#7016 (8ec44)- Remove unused exports - by
@sheremet-vain vitest-dev/vitest#7618 (33d05)- Throw an error if typechecker failed to spawn - by
@sheremet-vain vitest-dev/vitest#7990 (0e960)- Ignore non-string
stackproperties - by@sheremet-vain vitest-dev/vitest#7995 (330f9)- Apply browser CLI options only if the project has the browser set in the config already - by
@sheremet-vain vitest-dev/vitest#7984 (70358)- Ensure errors keep their message and stack after
toJSONserialisation - by@sheremet-vain vitest-dev/vitest#8053 (3bdf0)- browser:
- Resolve FS commands relative to the project root - by
@sheremet-vain vitest-dev/vitest#7896 (69ac9)- Run tests serially if provider doesn't provide a mocker - by
@sheremet-vain vitest-dev/vitest#8032 (227a9)- Resolve
uploadfiles relative to the project root - by@sheremet-vain vitest-dev/vitest#8042 (b9a31)- Await mocker invalidation to avoid race condition with "mock wasn't registered" - by
@sheremet-vainPull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
@typescript-eslint/parser
npm
8.33.0 → 8.33.1
Patch
@typescript-eslint/eslint-plugin
npm
8.33.0 → 8.33.1
Patch
@typescript-eslint/type-utils
npm
8.33.0 → 8.33.1
Patch
@typescript-eslint/visitor-keys
npm
8.33.0 → 8.33.1
Patch
Technical Details
| ID: | 846676 |
| UUID: | 3113306206 |
| Node ID: | PR_kwDOE3aIh86Yyhds |
| Host: | GitHub |
| Repository: | poad/github-pull-requester |