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.20.4.7->0.4.82.25.1->2.26.014.18.33->14.18.364.0.4895->4.0.49156.13.1->6.19.229.2.2->29.4.15.0.3->5.1.09.3.0->9.4.02.7.1->2.8.329.0.3->29.0.54.8.4->4.9.5Release Notes
apollographql/apollo-server
v4.3.2Compare Source
Patch Changes
#7316
37d884650Thanks @renovate! - Update graphql-http dependencyUpdated dependencies [
f246ddb71,e25cb58ff]:v4.3.1Compare Source
Patch Changes
#7285
35fa72bddThanks @glasser! - Adds an integration test verifying that Rover's introspection query works. This should not break any integration that passes other tests.#7276
15c912f4cThanks @renovate! - Update graphql-http dependencyUpdated dependencies [
ec28b4b33,322b5ebbc,3b0ec8529]:v4.3.0Compare Source
Patch Changes
#7228
f97e55304Thanks @dnalborczyk! - Improve compatibility with Cloudflare workers by avoiding the use of the Nodeurlpackage. This change is intended to be a no-op.Updated dependencies [
3a4823e0d,d057e2ffc,f97e55304,d7e9b9759,d7e9b9759]:v4.2.2Compare Source
Patch Changes
#7203
2042ee761Thanks @glasser! - Fix v4.2.0 (#7171) regression where"operationName": null,"variables": null, and"extensions": nullin POST bodies were improperly rejected.Updated dependencies [
2042ee761]:v4.2.1Compare Source
Patch Changes
#7187
3fd7b5f26Thanks @trevor-scheer! - Update@apollo/utils.keyvaluecachedependency to the latest patch which correctly specifies its version oflru-cache.Updated dependencies [
3fd7b5f26]:v4.2.0Compare Source
Minor Changes
#7171
37b3b7fb5Thanks @glasser! - If a POST body contains a non-stringoperationNameor a non-objectvariablesorextensions, 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
variablesorextensionsas 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
4ce738193Thanks @trevor-scheer! - Update @apollo/utils packages to v2 (dropping node 12 support)#7179
c8129c23fThanks @renovate! - Fix a few tests to support (but not require) TypeScript 4.9.#7171
37b3b7fb5Thanks @glasser! - The integration test suite now incorporates thegraphql-httppackage's audit suite for the "GraphQL over HTTP" specification.#7183
46af8255cThanks @glasser! - Apollo Server tries to detect if execution errors are variable coercion errors in order to give them acodeextension ofBAD_USER_INPUTrather thanINTERNAL_SERVER_ERROR. Previously this would unconditionally set thecode; now, it only sets thecodeif nocodeis already set, so that (for example) custom scalarparseValuemethods can throw errors with specificcodes. (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.8Compare Source
Patch Changes
521205d,b360d50]:Azure/azure-functions-core-tools
v4.0.4915Compare Source
streetsidesoftware/cspell
v6.19.2Compare Source
Note: Version bump only for package cspell-monorepo
v6.19.1Compare Source
Bug Fixes
vitestas a dependency (#4031) (2784b75)v6.19.0Compare 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.1Compare Source
Note: Version bump only for package cspell-monorepo
v6.18.0Compare Source
Note: Version bump only for package cspell-monorepo
v6.17.0Compare Source
Note: Version bump only for package cspell-monorepo
v6.16.0Compare 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.1Compare Source
Note: Version bump only for package cspell-monorepo
v6.15.0Compare 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.3Compare Source
Bug Fixes
v6.14.2Compare Source
Note: Version bump only for package cspell-monorepo
v6.14.1Compare Source
Note: Version bump only for package cspell-monorepo
v6.14.0Compare 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.3Compare Source
Bug Fixes
v6.13.2Compare Source
Bug Fixes
facebook/jest
v29.4.1Compare Source
Features
[expect, jest-circus, @​jest/types]ImplementnumPassingAssertsof 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]toMatchObjectdiffs should includeSymbolproperties (#13810)[jest-runtime]Handle missingreplaceProperty(#13823)[@jest/types]Add partial support fordonecallbacks in typings ofeach(#13756)v29.4.0Compare Source
Features
[expect, @​jest/expect-utils]Support custom equality testers (#13654)[jest-config, jest-worker]Useos.availableParallelismif 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.isolateModulesAsyncfor scoped module initialization of asynchronous functions (#13680)[jest-runtime]Addjest.isEnvironmentTornDownfunction (#13741)[jest-test-result]Addedskippedandfocusedstatus toFormattedTestResult(#13700)[jest-transform]Support for asynchronouscreateTransformer(#13762)Fixes
[jest-environment-node]Fix non-configurable globals (#13687)[@jest/expect-utils]toMatchObjectshould handleSymbolproperties (#13639)[jest-mock]FixmockResetandresetAllMocksundefinedreturn 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 thescriptTransformercache injest-runner(#13735)[jest-runtime]Enforce import assertions when importing JSON in ESM (#12755 & #13805)[jest-snapshot]Make sure to importbabeloutside of the sandbox (#13694)[jest-transform]Ensure the correct configuration is passed to preprocessors specified multiple times in thetransformoption (#13770)Chore & Maintenance
[@jest/fake-timers]Update@sinonjs/fake-timers(#13612)[docs]Improve custom puppeteer example to prevent worker warnings (#13619)v29.3.1Compare Source
Fixes
[jest-config]Do not warn aboutpresetinProjectConfig(#13583)Performance
[jest-transform]Defer creation of cache directory (#13420)v29.3.0Compare Source
Features
[jest-runtime]Support WebAssembly (Wasm) imports in ESM modules (#13505)Fixes
[jest-config]Add config validation forprojectsoption (#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]MentiontoStrictEqualin UsingMatchers docs. (#13560)npm/cli
v9.4.0Compare Source
Features
8d6d851#6078 added --install-strategy=linked (#6078) (@fritzy)Dependencies
@npmcli/[email protected][email protected][email protected][email protected][email protected]v9.3.1Compare 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.3Compare Source
diff
Allow self-closing tags on custom elements (#14170 by @fisker)
See Angular v15.1.0 release note for details.
v2.8.2Compare 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/parsercannot parse auto accessors with type annotations has been fixed. So we now support it viababel-tsparser.Fix formatting of empty type parameters (#14073 by @fisker)
Add parentheses to head of
ExpressionStatementinstead 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.1Compare 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-tsparser)v2.8.0Compare Source
diff
🔗 Release Notes
kulshekhar/ts-jest
v29.0.5Compare Source
Reverts
tsJestConfigis different (#3966)" (185eb18), closes #3966v29.0.4Compare Source
Bug Fixes
tsJestConfigis different (#3966) (a445638)json5to2.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:
69e88efPort ignore deprecations to 4.9 (#52419)daf4e81Port 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:
e286821Bump version to 4.9.4 and LKG.eb5419fCherry-pick #51704 to release 4.9 (#51712)b4d382bCherry-pick changes for narrowing to tagged literal types.e7a02f4Port of #51626 and #51689 to release-4.9 (#51627)1727912Cherry-pick fix aroundvisitEachChildto 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:
93bd577Bump version to 4.9.3 and LKG.107f832Update LKG.31bee56Cherry-pick PR #50977 into release-4.9 (#51363) [ #50872 ]1e2fa7aUpdate version to 4.9.2-rc and LKG.7ab89e5Merge remote-tracking branch 'origin/main' into release-4.9e5cd686Update package-lock.json8d40dc1Update package-lock.json5cfb3a2Only call return() for an abrupt completion in user code (#51297)a7a9d15Fix for broken baseline in yieldInForInInDownlevelGenerator (#51345)7f8426ffix for-in enumeration containing yield in generator (#51295)See More
3d2b401Fix assertion functions accessed via wildcard imports (#51324)64d0d5afix(51301): Fixing an unused import at the end of a line removes the newline (#51320)754eeb2Update CodeQL workflow and configuration, fix found bugs (#51263)d8aad26Update package-lock.jsond4f26c8fix(51245): Class with parameter decorator in arrow function causes "convert to default export" refactoring failure (#51256)16faf45Update package-lock.json8b1ecdbfix(50654): "Move to a new file" breaks the declaration of referenced variable (#50681)170a17fDom update 2022-10-25 (#51300)9c4e14dRemove "No type information for this code" from baseline (#51311)88d25b4fix(50068): Refactors trigger debug failure when JSX text has a ' and a tag on the same line. (#51299)8bee69aUpdate package-lock.json702de1eFix early call to return/throw on generator (#51294)2c12b14Add a GH Action to file a new issue if we go a week without seeing a typescript-error-deltas issue (#51271)6af270dUpdate package-lock.json2cc4c16Update package-lock.json6093491Fix apparent typo in getStringMappingType (#51248)61c2609Update package-lock.jsonef69116Generate shortestrootDirsmodule specifier instead of first possible (#51244)bbb42f4Fix typo in canWatchDirectoryOrFile found by CodeQL (#51262)a56b254Include 'this' type parameter in isRelatedTo fast path (#51230)3abd351Fix 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.