Bump the remix group with 22 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 3
(3 months ago)
(3 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 --legacy
creates unexpected directories when the rootpackage.json
has 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
strictPeerDependencies
istrue
but 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-only
flag onpnpm update
to produce a differentpnpm-lock.yaml
than an update without the flag.- Let
pnpm deploy
work in repos withoverrides
wheninject-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 run
should 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 --legacy
creates unexpected directories when the rootpackage.json
has 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
strictPeerDependencies
istrue
but 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-only
flag onpnpm update
to produce a differentpnpm-lock.yaml
than an update without the flag.- Let
pnpm deploy
work in repos withoverrides
wheninject-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 run
should 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
typescript
peer 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
936f350
chore(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-va
in vitest-dev/vitest#7878 (e761f)- Support custom colors for
test.name
- by@AriPerkkio
in vitest-dev/vitest#7809 (4af5d)- Add
vi.mockObject
to automock any object - by@hi-ogawa
and@sheremet-va
in vitest-dev/vitest#7761 (465bd)- Introduce
watchTriggerPatterns
option - by@sheremet-va
in vitest-dev/vitest#7778 (a0675)- Deprecate
workspace
in favor ofprojects
- by@sheremet-va
and@AriPerkkio
in vitest-dev/vitest#7923 (41beb)- Explicit Resource Management support in mocked functions - by
@EskiMojo14
in vitest-dev/vitest#7927 (b67d3)- Add
sequence.groupOrder
option - by@sheremet-va
in vitest-dev/vitest#7852 (d1a1d)- Initial support for Temporal equality - by
@dirkluijk
in vitest-dev/vitest#8007 (52bd7)- Support Vite 7 - by
@sheremet-va
in vitest-dev/vitest#8003 (1716b)- Track module execution totalTime and selfTime - by
@abrenneke
in vitest-dev/vitest#8027 (95961)- Annotation API - by
@sheremet-va
in vitest-dev/vitest#7953 (b03f2)- browser:
- Implement
connect
option forplaywright
browser provider - by@egfx-notifications
and@sheremet-va
in vitest-dev/vitest#7915 (029c0)- Add
screenshot.save
option - by@sheremet-va
in vitest-dev/vitest#7777 (d9f51)- Custom locators API - by
@sheremet-va
in vitest-dev/vitest#7993 (e6fbd)- coverage:
- V8 experimental AST-aware remapping - by
@AriPerkkio
in vitest-dev/vitest#7736 (78a3d)- reporter:
- Add
onWritePath
option togithub-actions
- by@nwalters512
and@AriPerkkio
in vitest-dev/vitest#8015 (abd3b)- vitest:
- Allow per-file and per-worker fixtures - by
@sheremet-va
and@AriPerkkio
in vitest-dev/vitest#7704 (9cbfc)🐞 Bug Fixes
- Replace
micromatch
withpicomatch
- by@sapphi-red
in vitest-dev/vitest#7951 (df076)- Try to catch unhandled error outside of a test - by
@sheremet-va
in vitest-dev/vitest#7968 (46421)- Generate a separate config for "vitest init browser" instead of a workspace file - by
@sheremet-va
in vitest-dev/vitest#7934 (e84e2)- Switch ExpectStatic
any
types toAsymmetricMatcher<unknown>
, withDeeplyAllowMatchers<T>
- by@JoshuaKGoldberg
in vitest-dev/vitest#7016 (8ec44)- Remove unused exports - by
@sheremet-va
in vitest-dev/vitest#7618 (33d05)- Throw an error if typechecker failed to spawn - by
@sheremet-va
in vitest-dev/vitest#7990 (0e960)- Ignore non-string
stack
properties - by@sheremet-va
in vitest-dev/vitest#7995 (330f9)- Apply browser CLI options only if the project has the browser set in the config already - by
@sheremet-va
in vitest-dev/vitest#7984 (70358)- Ensure errors keep their message and stack after
toJSON
serialisation - by@sheremet-va
in vitest-dev/vitest#8053 (3bdf0)- browser:
- Resolve FS commands relative to the project root - by
@sheremet-va
in vitest-dev/vitest#7896 (69ac9)- Run tests serially if provider doesn't provide a mocker - by
@sheremet-va
in vitest-dev/vitest#8032 (227a9)- Resolve
upload
files relative to the project root - by@sheremet-va
in vitest-dev/vitest#8042 (b9a31)- Await mocker invalidation to avoid race condition with "mock wasn't registered" - by
@sheremet-va
in vitest-dev/vitest#8021 (b34ff)- Share vite cache with the project cache - by
@sheremet-va
in vitest-dev/vitest#8049 (0cbad)- Add
this
type tolocators.extend
- by@sheremet-va
in vitest-dev/vitest#8069 (70fb0)- cache:
- Preserve test results from previous runs - by
@macko911
in vitest-dev/vitest#8043 (d6ef0)- cli:
- Add built-in reporters list to --help output - by
@pengooseDev
in vitest-dev/vitest#7955 (ef6ef)- Parse
--silent
values properly - by@AriPerkkio
in vitest-dev/vitest#8055 (8fad7)- coverage:
- Istanbul provider to not use Vite preserved query params - by
@AriPerkkio
in vitest-dev/vitest#7939 (a05d4)
... (truncated)
Commits
59200ae
chore: release v3.2.0407c0e4
fix(coverage): in-source test cases excluded (#7985)e86282e
chore(deps): update Vite to 6.3.5 (#8051)ba87a62
chore: release v3.2.0-beta.33f8159a
ci(rollup): disable watcher for types generators (#8035)51cd814
fix(coverage): browser + v8 in source tests missing (#7946)2854ad6
chore: release v3.2.0-beta.2165fb0e
chore: release v3.2.0-beta.178a3d27
feat(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-va
in vitest-dev/vitest#7878 (e761f)- Support custom colors for
test.name
- by@AriPerkkio
in vitest-dev/vitest#7809 (4af5d)- Add
vi.mockObject
to automock any object - by@hi-ogawa
and@sheremet-va
in vitest-dev/vitest#7761 (465bd)- Introduce
watchTriggerPatterns
option - by@sheremet-va
in vitest-dev/vitest#7778 (a0675)- Deprecate
workspace
in favor ofprojects
- by@sheremet-va
and@AriPerkkio
in vitest-dev/vitest#7923 (41beb)- Explicit Resource Management support in mocked functions - by
@EskiMojo14
in vitest-dev/vitest#7927 (b67d3)- Add
sequence.groupOrder
option - by@sheremet-va
in vitest-dev/vitest#7852 (d1a1d)- Initial support for Temporal equality - by
@dirkluijk
in vitest-dev/vitest#8007 (52bd7)- Support Vite 7 - by
@sheremet-va
in vitest-dev/vitest#8003 (1716b)- Track module execution totalTime and selfTime - by
@abrenneke
in vitest-dev/vitest#8027 (95961)- Annotation API - by
@sheremet-va
in vitest-dev/vitest#7953 (b03f2)- browser:
- Implement
connect
option forplaywright
browser provider - by@egfx-notifications
and@sheremet-va
in vitest-dev/vitest#7915 (029c0)- Add
screenshot.save
option - by@sheremet-va
in vitest-dev/vitest#7777 (d9f51)- Custom locators API - by
@sheremet-va
in vitest-dev/vitest#7993 (e6fbd)- coverage:
- V8 experimental AST-aware remapping - by
@AriPerkkio
in vitest-dev/vitest#7736 (78a3d)- reporter:
- Add
onWritePath
option togithub-actions
- by@nwalters512
and@AriPerkkio
in vitest-dev/vitest#8015 (abd3b)- vitest:
- Allow per-file and per-worker fixtures - by
@sheremet-va
and@AriPerkkio
in vitest-dev/vitest#7704 (9cbfc)🐞 Bug Fixes
- Replace
micromatch
withpicomatch
- by@sapphi-red
in vitest-dev/vitest#7951 (df076)- Try to catch unhandled error outside of a test - by
@sheremet-va
in vitest-dev/vitest#7968 (46421)- Generate a separate config for "vitest init browser" instead of a workspace file - by
@sheremet-va
in vitest-dev/vitest#7934 (e84e2)- Switch ExpectStatic
any
types toAsymmetricMatcher<unknown>
, withDeeplyAllowMatchers<T>
- by@JoshuaKGoldberg
in vitest-dev/vitest#7016 (8ec44)- Remove unused exports - by
@sheremet-va
in vitest-dev/vitest#7618 (33d05)- Throw an error if typechecker failed to spawn - by
@sheremet-va
in vitest-dev/vitest#7990 (0e960)- Ignore non-string
stack
properties - by@sheremet-va
in vitest-dev/vitest#7995 (330f9)- Apply browser CLI options only if the project has the browser set in the config already - by
@sheremet-va
in vitest-dev/vitest#7984 (70358)- Ensure errors keep their message and stack after
toJSON
serialisation - by@sheremet-va
in vitest-dev/vitest#8053 (3bdf0)- browser:
- Resolve FS commands relative to the project root - by
@sheremet-va
in vitest-dev/vitest#7896 (69ac9)- Run tests serially if provider doesn't provide a mocker - by
@sheremet-va
in vitest-dev/vitest#8032 (227a9)- Resolve
upload
files relative to the project root - by@sheremet-va
in vitest-dev/vitest#8042 (b9a31)- Await mocker invalidation to avoid race condition with "mock wasn't registered" - by
@sheremet-va
in vitest-dev/vitest#8021 (b34ff)- Share vite cache with the project cache - by
@sheremet-va
in vitest-dev/vitest#8049 (0cbad)- Add
this
type tolocators.extend
- by@sheremet-va
in vitest-dev/vitest#8069 (70fb0)- cache:
- Preserve test results from previous runs - by
@macko911
in vitest-dev/vitest#8043 (d6ef0)- cli:
- Add built-in reporters list to --help output - by
@pengooseDev
in vitest-dev/vitest#7955 (ef6ef)- Parse
--silent
values properly - by@AriPerkkio
in vitest-dev/vitest#8055 (8fad7)- coverage:
- Istanbul provider to not use Vite preserved query params - by
@AriPerkkio
in vitest-dev/vitest#7939 (a05d4)
... (truncated)
Commits
59200ae
chore: release v3.2.0cce98d3
chore(deps): update all non-major dependencies (#8067)b03f209
feat: annotation API (#7953)3bdf05d
fix: ensure errors keep their message and stack aftertoJSON
serialisation ...910892e
chore: simplify working with UI package in dev (#8044)ba87a62
chore: release v3.2.0-beta.3c23b0f7
fix(wdio): don't scale browser in headless mode (#8033)c2106b3
chore(deps): update all non-major dependencies (#8029)3f8159a
ci(rollup): disable watcher for types generators (#8035)9fe0f3d
chore(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-va
in vitest-dev/vitest#7878 (e761f)- Support custom colors for
test.name
- by@AriPerkkio
in vitest-dev/vitest#7809 (4af5d)- Add
vi.mockObject
to automock any object - by@hi-ogawa
and@sheremet-va
in vitest-dev/vitest#7761 (465bd)- Introduce
watchTriggerPatterns
option - by@sheremet-va
in vitest-dev/vitest#7778 (a0675)- Deprecate
workspace
in favor ofprojects
- by@sheremet-va
and@AriPerkkio
in vitest-dev/vitest#7923 (41beb)- Explicit Resource Management support in mocked functions - by
@EskiMojo14
in vitest-dev/vitest#7927 (b67d3)- Add
sequence.groupOrder
option - by@sheremet-va
in vitest-dev/vitest#7852 (d1a1d)- Initial support for Temporal equality - by
@dirkluijk
in vitest-dev/vitest#8007 (52bd7)- Support Vite 7 - by
@sheremet-va
in vitest-dev/vitest#8003 (1716b)- Track module execution totalTime and selfTime - by
@abrenneke
in vitest-dev/vitest#8027 (95961)- Annotation API - by
@sheremet-va
in vitest-dev/vitest#7953 (b03f2)- browser:
- Implement
connect
option forplaywright
browser provider - by@egfx-notifications
and@sheremet-va
in vitest-dev/vitest#7915 (029c0)- Add
screenshot.save
option - by@sheremet-va
in vitest-dev/vitest#7777 (d9f51)- Custom locators API - by
@sheremet-va
in vitest-dev/vitest#7993 (e6fbd)- coverage:
- V8 experimental AST-aware remapping - by
@AriPerkkio
in vitest-dev/vitest#7736 (78a3d)- reporter:
- Add
onWritePath
option togithub-actions
- by@nwalters512
and@AriPerkkio
in vitest-dev/vitest#8015 (abd3b)- vitest:
- Allow per-file and per-worker fixtures - by
@sheremet-va
and@AriPerkkio
in vitest-dev/vitest#7704 (9cbfc)🐞 Bug Fixes
- Replace
micromatch
withpicomatch
- by@sapphi-red
in vitest-dev/vitest#7951 (df076)- Try to catch unhandled error outside of a test - by
@sheremet-va
in vitest-dev/vitest#7968 (46421)- Generate a separate config for "vitest init browser" instead of a workspace file - by
@sheremet-va
in vitest-dev/vitest#7934 (e84e2)- Switch ExpectStatic
any
types toAsymmetricMatcher<unknown>
, withDeeplyAllowMatchers<T>
- by@JoshuaKGoldberg
in vitest-dev/vitest#7016 (8ec44)- Remove unused exports - by
@sheremet-va
in vitest-dev/vitest#7618 (33d05)- Throw an error if typechecker failed to spawn - by
@sheremet-va
in vitest-dev/vitest#7990 (0e960)- Ignore non-string
stack
properties - by@sheremet-va
in vitest-dev/vitest#7995 (330f9)- Apply browser CLI options only if the project has the browser set in the config already - by
@sheremet-va
in vitest-dev/vitest#7984 (70358)- Ensure errors keep their message and stack after
toJSON
serialisation - by@sheremet-va
in vitest-dev/vitest#8053 (3bdf0)- browser:
- Resolve FS commands relative to the project root - by
@sheremet-va
in vitest-dev/vitest#7896 (69ac9)- Run tests serially if provider doesn't provide a mocker - by
@sheremet-va
in vitest-dev/vitest#8032 (227a9)- Resolve
upload
files relative to the project root - by@sheremet-va
in vitest-dev/vitest#8042 (b9a31)- Await mocker invalidation to avoid race condition with "mock wasn't registered" - by
@sheremet-va
in vitest-dev/vitest#8021 (b34ff)- Share vite cache with the project cache - by
@sheremet-va
in vitest-dev/vitest#8049 (0cbad)- Add
this
type tolocators.extend
- by@sheremet-va
in vitest-dev/vitest#8069 (70fb0)- cache:
- Preserve test results from previous runs - by
@macko911
in vitest-dev/vitest#8043 (d6ef0)- cli:
- Add built-in reporters list to --help output - by
@pengooseDev
in vitest-dev/vitest#7955 (ef6ef)- Parse
--silent
values properly - by@AriPerkkio
in vitest-dev/vitest#8055 (8fad7)- coverage:
- Istanbul provider to not use Vite preserved query params - by
@AriPerkkio
in vitest-dev/vitest#7939 (a05d4)
... (truncated)
Commits
59200ae
chore: release v3.2.0cce98d3
chore(deps): update all non-major dependencies (#8067)35e313f
fix(reporters): check the test result again when tests are rerunning (#8063)9cbfc23
feat(vitest): allow per-file and per-worker fixtures (#7704)797be1f
chore(deps):tinypool
v1.1.0 (#8061)b03f209
feat: annotation API (#7953)8fad735
fix(cli): parse--silent
values properly (#8055)3bdf05d
fix: ensure errors keep their message and stack aftertoJSON
serialisation ...0cbad1b
fix(browser): share vite cache with the project cache (#8049)95961e4
feat: 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
ValidationError
instead of untyped Errors (#33392) (1dacaa3), closes #32569- ec2: implement
IPeer
toPrefixList
to be usable as a connection peer (#33617) (c277419), closes #33607- iam: introduce
OidcProviderNative
construct utilizing the native CloudFormation resource (#28634) (d8e6c09), closes #21197- iam: throw
ValidationError
s instead of untyped errors (#34579) (bd5caba), closes #32569- lambda: allow propagating function tags to loggroup (#34556) (f556fd1)
- lambda: throw
ValidationError
s instead of untyped errors (#34577) (6ccdd81), closes #32569- region-info: throw
ValidationError
instead of untyped Errors (#33384) (303daf2), closes #32569- s3: add
grantReplicationPermission
for IAM Role permissions (#34138) (bfa6490), closes #34119- secretsmanager: throw
ValidationError
s instead of untyped errors (#34580) (4d591ef), closes #32569- servicecatalog: throw
ValidationError
s 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 |