chore(deps): update all non-major dependencies #187
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.11.3
->4.12.2
4.11.3
->4.12.2
2.28.1
->2.29.5
20.19.0
->20.19.3
10.9.2
->10.9.3
3.5.3
->3.6.2
29.3.0
->29.4.0
5.8.2
->5.8.3
Release Notes
apollographql/apollo-server (@apollo/server)
v4.12.2
Compare Source
(No change; there is a change to the
@apollo/server-integration-testsuite
used to test integrations, and the two packages always have matching versions.)v4.12.1
Compare Source
Patch Changes
41f98d4
Thanks @glasser! - Update README.md to recommend Express v5 integration now that Express v5 is released.v4.12.0
Compare Source
Minor Changes
89e3f84
Thanks @clenfest! - Adds a new graphql-js validation rule to reject operations that recursively request selections above a specified maximum, which is disabled by default. Use configuration optionmaxRecursiveSelections=true
to enable with a maximum of 10,000,000, ormaxRecursiveSelections=<number>
for a custom maximum. Enabling this validation can help avoid performance issues with configured validation rules or plugins.Patch Changes
2550d9f
Thanks @slagiewka! - Add return after sending 400 response in doubly escaped JSON parser middlewareapollographql/apollo-server (@apollo/server-integration-testsuite)
v4.12.2
Compare Source
Patch Changes
#8070
0dee3c9
Thanks @glasser! - Provide dual-build CJS and ESM for@apollo/server-integration-testsuite
.We previously provided only a CJS build of this package, unlike
@apollo/server
itself and the other helper packages that come with it. We may make all of
Apollo Server ESM-only in AS5; this is a step in that direction. Specifically,
only providing this package for CJS makes it challenging to run the tests in
ts-jest
in some ESM-only setups, because the copy of@apollo/server
fetcheddirectly in your ESM-based test may differ from the copy fetched indirectly via
@apollo/server-integration-testsuite
, causing the "lockstep versioning" testto fail.
Updated dependencies:
v4.12.1
Compare Source
Patch Changes
41f98d4
]:v4.12.0
Compare Source
Patch Changes
89e3f84
,2550d9f
]:changesets/changesets (@changesets/cli)
v2.29.5
Compare Source
v2.29.4
Compare Source
Patch Changes
#1668
65d6632
Thanks @Andarist! - Fixed a crash in pre mode when trying to version private packages when tagging for private package is disabledUpdated dependencies [
65d6632
]:v2.29.3
Compare Source
Patch Changes
#1589
de8bebc
Thanks @remorses, @vzt7! - Fixed a crash in prerelease mode when a package misses the version field in itspackage.json
#1619
c1e8a78
Thanks @manucorporat! - Support../
inpublishConfig.directory
when publishing packagesUpdated dependencies [
de8bebc
]:v2.29.2
Compare Source
Patch Changes
#1636
f73f84a
Thanks @Netail! - Correctly resolve new changesets withsince
option when the.changeset
directory is not directly in the git rootUpdated dependencies [
f73f84a
]:v2.29.1
Compare Source
Patch Changes
#1620
b15e629
Thanks @Netail! - Correctly fetch new changesets with since if the git option diff.relative has been set to trueUpdated dependencies [
b15e629
]:v2.29.0
Compare Source
Minor Changes
29f34a3
Thanks @JounQin! - Support scoped registries configured usingpackage.json#publishConfig
nodejs/node (node)
v20.19.3
Compare Source
v20.19.2
Compare Source
v20.19.1
Compare Source
npm/cli (npm)
v10.9.3
Compare Source
Bug Fixes
7cff878
#8343 powershell: use Invoke-Expression to pass args (#8343) (@alexsch01)78dc057
#8378 stop working around bug fixed in[email protected]
(@TrevorBurnham)e510f14
#8248 docs: 'pacakge' -> 'package' (#8248) (@t3hmrman)Dependencies
c38ec84
#8378[email protected]
72564c5
#8378[email protected]
20fa199
#8378[email protected]
48c193a
#8378[email protected]
00fccfb
#8378[email protected]
5ab8aac
#8378[email protected]
224c69e
#8378[email protected]
1e41678
#8378[email protected]
e9cf30e
#8378[email protected]
2bedf25
#8378[email protected]
a795ee0
#8378[email protected]
8ed043c
#8378[email protected]
74518d0
#8378[email protected]
cc7dcfc
#8378[email protected]
13aea40
#8378[email protected]
9c81599
#8378[email protected]
b59097f
#8378[email protected]
8b29435
#8378[email protected]
4c8e170
#8378[email protected]
9bb94a3
#8378[email protected]
a1dbb0b
#8378[email protected]
0a5f2ff
#8378[email protected]
7912c9c
#8378[email protected]
19028b8
#8378[email protected]
fd26776
#8378[email protected]
dbb23ab
#8378[email protected]
92feb9b
#8378@sigstore/[email protected]
4fd7174
#8378@sigstore/[email protected]
b327bc2
#8378@npmcli/[email protected]
04e7e1c
#8378@npmcli/[email protected]
.90d2aab
#8378@npmcli/[email protected]
2e47537
#8378@npmcli/[email protected]
a5eb5dd
#8378@npmcli/[email protected]
Chores
15e545b
#8384@npmcli/[email protected]
(#8384) (@wraithgar)fb5a9f2
#8378@npmcli/[email protected]
(@wraithgar)19da79a
#8378 dev dependency updates (@wraithgar)@npmcli/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
prettier/prettier (prettier)
v3.6.2
Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1
Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlines
library to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlines
did not already closethem.
v3.6.0
Compare Source
diff
🔗 Release Notes
kulshekhar/ts-jest (ts-jest)
v29.4.0
Compare Source
Features
v29.3.4
Compare Source
Bug Fixes
TsJestTransformerOptions
type (3b11e29), closes #4247rewriteRelativeImportExtensions
always (9b1f472), closes #4855v29.3.3
Compare Source
Bug Fixes
isolatedDeclarations
(5d6b35f), closes #4847v29.3.2
Compare Source
Bug Fixes
js
files fromnode_modules
whenever Jest asks (968370e), closes #4637v29.3.1
Compare Source
Bug Fixes
isolatedModules
mode to havets.Program
underNode16/Next
(25157eb)isolatedModules
ofts-jest
config (547eb6f)microsoft/TypeScript (typescript)
v5.8.3
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.