fix(deps): update all non-major dependencies #1713
   Merged  
   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.10.5->^4.11.0^7.24.7->^7.25.4^7.25.3->^7.25.4^7.25.0->^7.25.41.6.1->1.7.0^11.13.0->^11.13.3^8.2.7->^8.2.9^8.2.7->^8.2.9^8.2.7->^8.2.9^8.2.7->^8.2.9^8.2.7->^8.2.9^8.2.7->^8.2.9^8.2.7->^8.2.9^8.2.7->^8.2.9^6.4.8->^6.5.0^0.0.269->^0.0.270^20.14.14->^20.16.1^1.0.2->^1.0.3^18.3.3->^18.3.4^8.0.1->^8.2.0^8.0.1->^8.2.0^31.3.1->^31.4.0^0.23.0->^0.23.1^28.7.0->^28.8.0^11.3.21->^11.3.30^19.5.6->^19.6.2^5.2.1->^5.3.0^6.26.0->^6.26.1^19.2.1->^19.2.2^8.2.7->^8.2.9^16.8.1->^16.8.2^29.2.4->^29.2.5^8.0.1->^8.2.0^5.93.0->^5.94.0Release Notes
apollographql/apollo-server (@apollo/server)
v4.11.0Compare Source
Minor Changes
#7916
4686454Thanks @andrewmcgivery! - AddhideSchemaDetailsFromClientErrorsoption to ApolloServer to allow hiding 'did you mean' suggestions from validation errors.Even with introspection disabled, it is possible to "fuzzy test" a graph manually or with automated tools to try to determine the shape of your schema. This is accomplished by taking advantage of the default behavior where a misspelt field in an operation
will be met with a validation error that includes a helpful "did you mean" as part of the error text.
For example, with this option set to
true, an error would readCannot query field "help" on type "Query".whereas with this option set tofalseit would readCannot query field "help" on type "Query". Did you mean "hello"?.We recommend enabling this option in production to avoid leaking information about your schema to malicious actors.
To enable, set this option to
truein yourApolloServeroptions:babel/babel (@babel/plugin-transform-runtime)
v7.25.4Compare Source
🐛 Bug Fix
babel-traversebabel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-typesbabel-generatorexport namespace as A(@nicolo-ribaudo)💅 Polish
babel-generator,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-properties,babel-plugin-transform-destructuring,babel-plugin-transform-optional-chaining,babel-plugin-transform-private-methods,babel-plugin-transform-private-property-in-object,babel-plugin-transform-typescript,babel-runtime-corejs2,babel-runtime,babel-traversebabel-generator,babel-plugin-transform-class-propertiesbabel-generator,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-transform-object-rest-spread🔬 Output optimization
babel-generatorchromaui/addon-visual-tests (@chromatic-com/storybook)
v1.7.0Compare Source
🚀 Enhancement
SET_FILTERevent #332 (@ghengeveld)Authors: 1
emotion-js/emotion (@emotion/react)
v11.13.3Compare Source
storybookjs/storybook (@storybook/addon-essentials)
v8.2.9Compare Source
init --skip-install- #28853, thanks @ndelangen!v8.2.8Compare Source
storybookjs/storybook (@storybook/addon-onboarding)
v8.2.9Compare Source
v8.2.8Compare Source
testing-library/jest-dom (@testing-library/jest-dom)
v6.5.0Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.2.0Compare Source
🚀 Features
require-awaitto removeasynckeyword🩹 Fixes
eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of
.theneslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment
eslint-plugin: delete [] in message if ReadOnly<string[]> is detected
eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any
eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary
eslint-plugin: [no-unsafe-enum-comparison] add logic to see through intersections
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.1.0Compare Source
🚀 Features
eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true
typescript-estree: restrict variable declarator definite/init combinations
eslint-plugin: [no-unsafe-return] check promise any
eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods
🩹 Fixes
eslint-plugin: [no-unsafe-enum-comparison] typo in test
eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references
eslint-plugin: [member-ordering] get accessor member name & take into account
abstractand decoratoreslint-plugin: [prefer-optional-chain] wrong parenthesis fix output
eslint-plugin: [no-unnecessary-type-parameters] clarify message
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.2.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.1.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
electron/electron (electron)
v31.4.0: electron v31.4.0Compare Source
Release Notes for v31.4.0
Features
prefersReducedTransparencytonativeTheme, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. #43137 (Also in 30, 32)Fixes
navigator.serial.getPorts()incorrectly returned an empty array in some cases. #43170 (Also in 30, 32)system-context-menuwas not triggered as expected on Windows when using a frameless BrowserWindow. #43274 (Also in 30, 32)window.showInactiveon macOS did not actually show the window. #43102 (Also in 32)desktopCapturer.getSourcesnever fulfilled its promise in some cases. #43271 (Also in 29, 30, 32)Other Changes
3382485. #43140evanw/esbuild (esbuild)
v0.23.1Compare Source
Allow using the
node:import prefix withes*targets (#3821)The
node:prefix on imports is an alternate way to import built-in node modules. For example,import fs from "fs"can also be writtenimport fs from "node:fs". This only works with certain newer versions of node, so esbuild removes it when you target older versions of node such as with--target=node14so that your code still works. With the way esbuild's platform-specific feature compatibility table works, this was added by saying that only newer versions of node support this feature. However, that means that a target such as--target=node18,es2022removes thenode:prefix because none of thees*targets are known to support this feature. This release adds the support for thenode:flag to esbuild's internal compatibility table fores*to allow you to use compound targets like this:Fix a panic when using the CLI with invalid build flags if
--analyzeis present (#3834)Previously esbuild's CLI could crash if it was invoked with flags that aren't valid for a "build" API call and the
--analyzeflag is present. This was caused by esbuild's internals attempting to add a Go plugin (which is how--analyzeis implemented) to a null build object. The panic has been fixed in this release.Fix incorrect location of certain error messages (#3845)
This release fixes a regression that caused certain errors relating to variable declarations to be reported at an incorrect location. The regression was introduced in version 0.18.7 of esbuild.
Print comments before case clauses in switch statements (#3838)
With this release, esbuild will attempt to print comments that come before case clauses in switch statements. This is similar to what esbuild already does for comments inside of certain types of expressions. Note that these types of comments are not printed if minification is enabled (specifically whitespace minification).
Fix a memory leak with
pluginData(#3825)With this release, the build context's internal
pluginDatacache will now be cleared when starting a new build. This should fix a leak of memory from plugins that returnpluginDataobjects fromonResolveand/oronLoadcallbacks.jest-community/eslint-plugin-jest (eslint-plugin-jest)
v28.8.0Compare Source
Features
eslint-plugin-jest-formatting(#1563) (74078ee)framer/motion (framer-motion)
v11.3.30Compare Source
Fixed
"change"handler on externally-providedMotionValues.v11.3.29Compare Source
Fixed
v11.3.28Compare Source
Fixed
startTimeinstead ofelapsedto sync optimised animations.v11.3.27Compare Source
Changed
startTimevia animation options (currently for internal use only).v11.3.26Compare Source
Fixed
MotionValues and internalMotionValues.MotionValues.v11.3.25Compare Source
Changed
startTimeto prefer the immediacy of animation creation over keyframe resolution, but fall back to the latter if the former would lead to a perceptual jump.v11.3.24Compare Source
Fixed
v11.3.23Compare Source
Fixed
data-appear-idto active recording of started animations.transform.v11.3.22Compare Source
Fixed
nrwl/nx (nx)
v19.6.2Compare Source
19.6.2 (2024-08-21)
🚀 Features
🩹 Fixes
❤️ Thank You
v19.6.1Compare Source
19.6.1 (2024-08-19)
🚀 Features
🩹 Fixes
keyinstead ofenvto reference cache key in… (#26644)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.