Bump the remix group with 22 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 3
(12 months ago)
(12 months ago)
dependencies javascript
poad
Bumps the remix group with 22 updates:
| Package | From | To |
|---|---|---|
| pnpm | 10.11.0 |
10.11.1 |
| typescript-eslint | 8.33.0 |
8.33.1 |
| @vitest/coverage-v8 | 3.1.4 |
3.2.0 |
| @vitest/ui | 3.1.4 |
3.2.0 |
| vitest | 3.1.4 |
3.2.0 |
| aws-cdk-lib | 2.199.0 |
2.200.0 |
| @aws-cdk/cloud-assembly-schema | 41.2.0 |
44.1.0 |
| @typescript-eslint/eslint-plugin | 8.33.0 |
8.33.1 |
| @typescript-eslint/parser | 8.33.0 |
8.33.1 |
| @typescript-eslint/project-service | 8.33.0 |
8.33.1 |
| @typescript-eslint/tsconfig-utils | 8.33.0 |
8.33.1 |
| @typescript-eslint/type-utils | 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 |
| tinypool | 1.0.2 |
1.1.0 |
| tinyspy | 3.0.2 |
4.0.3 |
| vite-node | 3.1.4 |
3.2.0 |
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/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 @vitest/ui from 3.1.4 to 3.2.0
Release notes
Sourced from @vitest/ui'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)b03f209feat: annotation API (#7953)3bdf05dfix: ensure errors keep their message and stack aftertoJSONserialisation ...910892echore: simplify working with UI package in dev (#8044)ba87a62chore: release v3.2.0-beta.3c23b0f7fix(wdio): don't scale browser in headless mode (#8033)c2106b3chore(deps): update all non-major dependencies (#8029)3f8159aci(rollup): disable watcher for types generators (#8035)9fe0f3dchore(deps): update all non-major dependencies (#7929)- Additional commits viewable 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 aws-cdk-lib from 2.199.0 to 2.200.0
Release notes
Sourced from aws-cdk-lib's releases.
v2.200.0
Features
- update L1 CloudFormation resource definitions (#34594) (1e37ee7)
- custom-resources: throw
ValidationErrorinstead of untyped Errors (#33392) (1dacaa3), closes #32569- ec2: implement
IPeertoPrefixListto be usable as a connection peer (#33617) (c277419), closes #33607- iam: introduce
OidcProviderNativeconstruct utilizing the native CloudFormation resource (#28634) (d8e6c09), closes #21197- iam: throw
ValidationErrors instead of untyped errors (#34579) (bd5caba), closes #32569- lambda: allow propagating function tags to loggroup (#34556) (f556fd1)
- lambda: throw
ValidationErrors instead of untyped errors (#34577) (6ccdd81), closes #32569- region-info: throw
ValidationErrorinstead of untyped Errors (#33384) (303daf2), closes #32569- s3: add
grantReplicationPermissionfor IAM Role permissions (#34138) (bfa6490), closes #34119- secretsmanager: throw
ValidationErrors instead of untyped errors (#34580) (4d591ef), closes #32569- servicecatalog: throw
ValidationErrors instead of untyped errors (#34581) (3895d76), closes #32569- sns-subscriptions: support Amazon Data Firehose subscription (#33811) (632179c), closes #14391
- stepfunctions: add grant API for RedriveExecution (#34554) (e03939d), closes #33578
Bug Fixes
- ec2: validate throughput property on EC2 instance block devices (#34571) (b31580a), closes #34033
- elasticloadbalancingv2: fix incorrect max for minimumCapacityUnit (#34586) (8f19b26), closes #34582
Alpha modules (2.200.0-alpha.0)
Features
- msk:Description has been truncated
Pull Request Statistics
0
0
+0
-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/project-service
npm
8.33.0 → 8.33.1
Patch
@typescript-eslint/tsconfig-utils
npm
8.33.0 → 8.33.1
Patch
@typescript-eslint/type-utils
npm
8.33.0 → 8.33.1
Patch
@aws-cdk/cloud-assembly-schema
npm
41.2.0 → 44.1.0
Major
Technical Details
| ID: | 1259668 |
| UUID: | 3112131446 |
| Node ID: | PR_kwDONx1qVc6YuorD |
| Host: | GitHub |
| Repository: | poad/solid-start-ssr-lambda |