This repository has been archived by the owner on Feb 28, 2025. It is now read-only.
chore(deps): update all non-major dependencies #16
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.1.1
->4.3.2
0.4.7
->0.4.8
2.25.1
->2.26.0
14.18.33
->14.18.36
4.0.4895
->4.0.4915
6.13.1
->6.19.2
29.2.2
->29.4.1
5.0.3
->5.1.0
9.3.0
->9.4.0
2.7.1
->2.8.3
29.0.3
->29.0.5
4.8.4
->4.9.5
Release Notes
apollographql/apollo-server
v4.3.2
Compare Source
Patch Changes
#7316
37d884650
Thanks @renovate! - Update graphql-http dependencyUpdated dependencies [
f246ddb71
,e25cb58ff
]:v4.3.1
Compare Source
Patch Changes
#7285
35fa72bdd
Thanks @glasser! - Adds an integration test verifying that Rover's introspection query works. This should not break any integration that passes other tests.#7276
15c912f4c
Thanks @renovate! - Update graphql-http dependencyUpdated dependencies [
ec28b4b33
,322b5ebbc
,3b0ec8529
]:v4.3.0
Compare Source
Patch Changes
#7228
f97e55304
Thanks @dnalborczyk! - Improve compatibility with Cloudflare workers by avoiding the use of the Nodeurl
package. This change is intended to be a no-op.Updated dependencies [
3a4823e0d
,d057e2ffc
,f97e55304
,d7e9b9759
,d7e9b9759
]:v4.2.2
Compare Source
Patch Changes
#7203
2042ee761
Thanks @glasser! - Fix v4.2.0 (#7171) regression where"operationName": null
,"variables": null
, and"extensions": null
in POST bodies were improperly rejected.Updated dependencies [
2042ee761
]:v4.2.1
Compare Source
Patch Changes
#7187
3fd7b5f26
Thanks @trevor-scheer! - Update@apollo/utils.keyvaluecache
dependency to the latest patch which correctly specifies its version oflru-cache
.Updated dependencies [
3fd7b5f26
]:v4.2.0
Compare Source
Minor Changes
#7171
37b3b7fb5
Thanks @glasser! - If a POST body contains a non-stringoperationName
or a non-objectvariables
orextensions
, fail with status code 400 instead of ignoring the field.In addition to being a reasonable idea, this provides more compliance with the "GraphQL over HTTP" spec.
This is a backwards incompatible change, but we are still early in the Apollo Server 4 adoption cycle and this is in line with the change already made in Apollo Server 4 to reject requests providing
variables
orextensions
as strings. If this causes major problems for users who have already upgraded to Apollo Server 4 in production, we can consider reverting or partially reverting this change.Patch Changes
#7170
4ce738193
Thanks @trevor-scheer! - Update @apollo/utils packages to v2 (dropping node 12 support)#7179
c8129c23f
Thanks @renovate! - Fix a few tests to support (but not require) TypeScript 4.9.#7171
37b3b7fb5
Thanks @glasser! - The integration test suite now incorporates thegraphql-http
package's audit suite for the "GraphQL over HTTP" specification.#7183
46af8255c
Thanks @glasser! - Apollo Server tries to detect if execution errors are variable coercion errors in order to give them acode
extension ofBAD_USER_INPUT
rather thanINTERNAL_SERVER_ERROR
. Previously this would unconditionally set thecode
; now, it only sets thecode
if nocode
is already set, so that (for example) custom scalarparseValue
methods can throw errors with specificcode
s. (Note that a separate graphql-js bug can lead to these extensions being lost; see https://github.com/graphql/graphql-js/pull/3785 for details.)Updated dependencies [
4ce738193
,37b3b7fb5
,b1548c1d6
,7ff96f533
,46af8255c
]:changesets/changesets
v0.4.8
Compare Source
Patch Changes
521205d
,b360d50
]:Azure/azure-functions-core-tools
v4.0.4915
Compare Source
streetsidesoftware/cspell
v6.19.2
Compare Source
Note: Version bump only for package cspell-monorepo
v6.19.1
Compare Source
Bug Fixes
vitest
as a dependency (#4031) (2784b75)v6.19.0
Compare Source
Note: Version bump only for package cspell-monorepo
6.18.1 (2022-12-29)
Note: Version bump only for package cspell-monorepo
v6.18.1
Compare Source
Note: Version bump only for package cspell-monorepo
v6.18.0
Compare Source
Note: Version bump only for package cspell-monorepo
v6.17.0
Compare Source
Note: Version bump only for package cspell-monorepo
v6.16.0
Compare Source
Note: Version bump only for package cspell-monorepo
6.15.1 (2022-11-30)
Note: Version bump only for package cspell-monorepo
v6.15.1
Compare Source
Note: Version bump only for package cspell-monorepo
v6.15.0
Compare Source
Features
6.14.3 (2022-11-17)
Bug Fixes
6.14.2 (2022-11-11)
Note: Version bump only for package cspell-monorepo
6.14.1 (2022-11-07)
Note: Version bump only for package cspell-monorepo
v6.14.3
Compare Source
Bug Fixes
v6.14.2
Compare Source
Note: Version bump only for package cspell-monorepo
v6.14.1
Compare Source
Note: Version bump only for package cspell-monorepo
v6.14.0
Compare Source
Note: Version bump only for package cspell-monorepo
6.13.3 (2022-10-31)
Bug Fixes
6.13.2 (2022-10-31)
Bug Fixes
6.13.1 (2022-10-28)
Note: Version bump only for package cspell-monorepo
v6.13.3
Compare Source
Bug Fixes
v6.13.2
Compare Source
Bug Fixes
facebook/jest
v29.4.1
Compare Source
Features
[expect, jest-circus, @​jest/types]
ImplementnumPassingAsserts
of testResults to track the number of passing asserts in a test (#13795)[jest-core]
Add newlines to JSON output (#13817)[@jest/reporters]
Automatic log folding in GitHub Actions Reporter (#13626)Fixes
[@jest/expect-utils]
toMatchObject
diffs should includeSymbol
properties (#13810)[jest-runtime]
Handle missingreplaceProperty
(#13823)[@jest/types]
Add partial support fordone
callbacks in typings ofeach
(#13756)v29.4.0
Compare Source
Features
[expect, @​jest/expect-utils]
Support custom equality testers (#13654)[jest-config, jest-worker]
Useos.availableParallelism
if available to calculate number of workers to spawn (#13738)[@jest/globals, jest-mock]
Addjest.replaceProperty()
that replaces property value (#13496)[jest-haste-map]
ignore Sapling vcs directories (.sl/
) (#13674)[jest-resolve]
Support subpath imports (#13705, #13723, #13777)[jest-runtime]
Addjest.isolateModulesAsync
for scoped module initialization of asynchronous functions (#13680)[jest-runtime]
Addjest.isEnvironmentTornDown
function (#13741)[jest-test-result]
Addedskipped
andfocused
status toFormattedTestResult
(#13700)[jest-transform]
Support for asynchronouscreateTransformer
(#13762)Fixes
[jest-environment-node]
Fix non-configurable globals (#13687)[@jest/expect-utils]
toMatchObject
should handleSymbol
properties (#13639)[jest-mock]
FixmockReset
andresetAllMocks
undefined
return value(#13692)[jest-resolve]
Add global paths torequire.resolve.paths
(#13633)[jest-resolve]
Correct node core module detection when usingnode:
specifiers (#13806)[jest-runtime]
Support WASM files that import JS resources (#13608)[jest-runtime]
Use thescriptTransformer
cache injest-runner
(#13735)[jest-runtime]
Enforce import assertions when importing JSON in ESM (#12755 & #13805)[jest-snapshot]
Make sure to importbabel
outside of the sandbox (#13694)[jest-transform]
Ensure the correct configuration is passed to preprocessors specified multiple times in thetransform
option (#13770)Chore & Maintenance
[@jest/fake-timers]
Update@sinonjs/fake-timers
(#13612)[docs]
Improve custom puppeteer example to prevent worker warnings (#13619)v29.3.1
Compare Source
Fixes
[jest-config]
Do not warn aboutpreset
inProjectConfig
(#13583)Performance
[jest-transform]
Defer creation of cache directory (#13420)v29.3.0
Compare Source
Features
[jest-runtime]
Support WebAssembly (Wasm) imports in ESM modules (#13505)Fixes
[jest-config]
Add config validation forprojects
option (#13565)[jest-mock]
Treat cjs modules as objects so they can be mocked (#13513)[jest-worker]
Throw an error instead of hanging when jest workers terminate unexpectedly (#13566)Chore & Maintenance
[@jest/transform]
Updateconvert-source-map
(#13509)[docs]
MentiontoStrictEqual
in UsingMatchers docs. (#13560)npm/cli
v9.4.0
Compare Source
Features
8d6d851
#6078 added --install-strategy=linked (#6078) (@fritzy)Dependencies
@npmcli/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
v9.3.1
Compare Source
Bug Fixes
8be672b
#6050 don't try to deprecate nonexistant versions (#6050) (@wraithgar)1c3612c
#6054 use recursive rm in ci command (#6054) (@jamesshaw1987, @burkel24)prettier/prettier
v2.8.3
Compare Source
diff
Allow self-closing tags on custom elements (#14170 by @fisker)
See Angular v15.1.0 release note for details.
v2.8.2
Compare Source
diff
Don't lowercase link references (#13155 by @DerekNonGeneric & @fisker)
Preserve self-closing tags (#13691 by @dcyriller)
Allow custom "else if"-like blocks with block params (#13930 by @jamescdavis)
#13507 added support for custom block keywords used with
else
, but failed to allow block params. This updates printer-glimmer to allow block params with custom "else if"-like blocks.Preserve empty lines between nested SCSS maps (#13931 by @jneander)
Fix missing parentheses when an expression statement starts with
let[
(#14000, #14044 by @fisker, @thorn0)Fix semicolon duplicated at the end of LESS file (#14007 by @mvorisek)
Fix no space after unary minus when followed by opening parenthesis in LESS (#14008 by @mvorisek)
Do not change case of property name if inside a variable declaration in LESS (#14034 by @mvorisek)
Fix formatting for auto-accessors with comments (#14038 by @fisker)
Add parentheses for TSTypeQuery to improve readability (#14042 by @onishi-kohei)
Fix displacing of comments in default switch case (#14047 by @thorn0)
It was a regression in Prettier 2.6.0.
Support type annotations on auto accessors via
babel-ts
(#14049 by @sosukesuzuki)The bug that
@babel/parser
cannot parse auto accessors with type annotations has been fixed. So we now support it viababel-ts
parser.Fix formatting of empty type parameters (#14073 by @fisker)
Add parentheses to head of
ExpressionStatement
instead of the whole statement (#14077 by @fisker)Fix comments after directive (#14081 by @fisker)
Fix formatting for comments inside JSX attribute (#14082 with by @fisker)
Quote numeric keys for json-stringify parser (#14083 by @fisker)
Fix removing commas from function arguments in maps (#14089 by @sosukesuzuki)
Do not insert space in LESS property access (#14103 by @fisker)
v2.8.1
Compare Source
diff
Fix SCSS map in arguments (#9184 by @agamkrbit)
Support auto accessors syntax (#13919 by @sosukesuzuki)
Support for Auto Accessors Syntax landed in TypeScript 4.9.
(Doesn't work well with
babel-ts
parser)v2.8.0
Compare Source
diff
🔗 Release Notes
kulshekhar/ts-jest
v29.0.5
Compare Source
Reverts
tsJestConfig
is different (#3966)" (185eb18), closes #3966v29.0.4
Compare Source
Bug Fixes
tsJestConfig
is different (#3966) (a445638)json5
to2.2.3
(#3976)(b9f7809)Microsoft/TypeScript
v4.9.5
: TypeScript 4.9.5Compare Source
For release notes, check out the release announcement.
Downloads are available on:
Changes:
69e88ef
Port ignore deprecations to 4.9 (#52419)daf4e81
Port timestamp fix to 4.9 (#52426)v4.9.4
: TypeScript 4.9.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Changes:
e286821
Bump version to 4.9.4 and LKG.eb5419f
Cherry-pick #51704 to release 4.9 (#51712)b4d382b
Cherry-pick changes for narrowing to tagged literal types.e7a02f4
Port of #51626 and #51689 to release-4.9 (#51627)1727912
Cherry-pick fix aroundvisitEachChild
to release-4.9. (#51544)This list of changes was auto generated.
v4.9.3
: TypeScript 4.9Compare Source
For release notes, check out the release announcement.
Downloads are available on:
Changes:
93bd577
Bump version to 4.9.3 and LKG.107f832
Update LKG.31bee56
Cherry-pick PR #50977 into release-4.9 (#51363) [ #50872 ]1e2fa7a
Update version to 4.9.2-rc and LKG.7ab89e5
Merge remote-tracking branch 'origin/main' into release-4.9e5cd686
Update package-lock.json8d40dc1
Update package-lock.json5cfb3a2
Only call return() for an abrupt completion in user code (#51297)a7a9d15
Fix for broken baseline in yieldInForInInDownlevelGenerator (#51345)7f8426f
fix for-in enumeration containing yield in generator (#51295)See More
3d2b401
Fix assertion functions accessed via wildcard imports (#51324)64d0d5a
fix(51301): Fixing an unused import at the end of a line removes the newline (#51320)754eeb2
Update CodeQL workflow and configuration, fix found bugs (#51263)d8aad26
Update package-lock.jsond4f26c8
fix(51245): Class with parameter decorator in arrow function causes "convert to default export" refactoring failure (#51256)16faf45
Update package-lock.json8b1ecdb
fix(50654): "Move to a new file" breaks the declaration of referenced variable (#50681)170a17f
Dom update 2022-10-25 (#51300)9c4e14d
Remove "No type information for this code" from baseline (#51311)88d25b4
fix(50068): Refactors trigger debug failure when JSX text has a ' and a tag on the same line. (#51299)8bee69a
Update package-lock.json702de1e
Fix early call to return/throw on generator (#51294)2c12b14
Add a GH Action to file a new issue if we go a week without seeing a typescript-error-deltas issue (#51271)6af270d
Update package-lock.json2cc4c16
Update package-lock.json6093491
Fix apparent typo in getStringMappingType (#51248)61c2609
Update package-lock.jsonef69116
Generate shortestrootDirs
module specifier instead of first possible (#51244)bbb42f4
Fix typo in canWatchDirectoryOrFile found by CodeQL (#51262)a56b254
Include 'this' type parameter in isRelatedTo fast path (#51230)3abd351
Fix super property transform in async arrow in method (#51240)eed0511
](https://togithub.com/Microsoft/TypeScriConfiguration
📅 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 has been generated by Mend Renovate. View repository job log here.