Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/server (source) ^4.10.5 -> ^4.11.0 age adoption passing confidence
@babel/plugin-transform-runtime (source) ^7.24.7 -> ^7.25.4 age adoption passing confidence
@babel/preset-env (source) ^7.25.3 -> ^7.25.4 age adoption passing confidence
@babel/runtime (source) ^7.25.0 -> ^7.25.4 age adoption passing confidence
@chromatic-com/storybook 1.6.1 -> 1.7.0 age adoption passing confidence
@emotion/react (source) ^11.13.0 -> ^11.13.3 age adoption passing confidence
@storybook/addon-essentials (source) ^8.2.7 -> ^8.2.9 age adoption passing confidence
@storybook/addon-interactions (source) ^8.2.7 -> ^8.2.9 age adoption passing confidence
@storybook/addon-links (source) ^8.2.7 -> ^8.2.9 age adoption passing confidence
@storybook/addon-onboarding (source) ^8.2.7 -> ^8.2.9 age adoption passing confidence
@storybook/blocks (source) ^8.2.7 -> ^8.2.9 age adoption passing confidence
@storybook/react (source) ^8.2.7 -> ^8.2.9 age adoption passing confidence
@storybook/react-webpack5 (source) ^8.2.7 -> ^8.2.9 age adoption passing confidence
@storybook/test (source) ^8.2.7 -> ^8.2.9 age adoption passing confidence
@testing-library/jest-dom ^6.4.8 -> ^6.5.0 age adoption passing confidence
@types/chrome (source) ^0.0.269 -> ^0.0.270 age adoption passing confidence
@types/node (source) ^20.14.14 -> ^20.16.1 age adoption passing confidence
@types/path-browserify (source) ^1.0.2 -> ^1.0.3 age adoption passing confidence
@types/react (source) ^18.3.3 -> ^18.3.4 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.0.1 -> ^8.2.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.0.1 -> ^8.2.0 age adoption passing confidence
electron ^31.3.1 -> ^31.4.0 age adoption passing confidence
esbuild ^0.23.0 -> ^0.23.1 age adoption passing confidence
eslint-plugin-jest ^28.7.0 -> ^28.8.0 age adoption passing confidence
framer-motion ^11.3.21 -> ^11.3.30 age adoption passing confidence
nx (source) ^19.5.6 -> ^19.6.2 age adoption passing confidence
react-icons ^5.2.1 -> ^5.3.0 age adoption passing confidence
react-router-dom (source) ^6.26.0 -> ^6.26.1 age adoption passing confidence
socketcluster-client (source) ^19.2.1 -> ^19.2.2 age adoption passing confidence
storybook (source) ^8.2.7 -> ^8.2.9 age adoption passing confidence
stylelint (source) ^16.8.1 -> ^16.8.2 age adoption passing confidence
ts-jest (source) ^29.2.4 -> ^29.2.5 age adoption passing confidence
typescript-eslint (source) ^8.0.1 -> ^8.2.0 age adoption passing confidence
webpack ^5.93.0 -> ^5.94.0 age adoption passing confidence

Release Notes

apollographql/apollo-server (@​apollo/server)

v4.11.0

Compare Source

Minor Changes
  • #​7916 4686454 Thanks @​andrewmcgivery! - Add hideSchemaDetailsFromClientErrors option 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 read Cannot query field "help" on type "Query". whereas with this option set to false it would read Cannot 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 true in your ApolloServer options:

    const server = new ApolloServer({ typeDefs, resolvers, hideSchemaDetailsFromClientErrors: true, });
babel/babel (@​babel/plugin-transform-runtime)

v7.25.4

Compare Source

🐛 Bug Fix
💅 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-traverse
  • babel-generator, babel-plugin-transform-class-properties
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-object-rest-spread
🔬 Output optimization
chromaui/addon-visual-tests (@​chromatic-com/storybook)

v1.7.0

Compare Source

🚀 Enhancement
Authors: 1

emotion-js/emotion (@​emotion/react)

v11.13.3

Compare Source

storybookjs/storybook (@​storybook/addon-essentials)

v8.2.9

Compare Source

v8.2.8

Compare Source

storybookjs/storybook (@​storybook/addon-onboarding)

v8.2.9

Compare Source

v8.2.8

Compare Source

testing-library/jest-dom (@​testing-library/jest-dom)

v6.5.0

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.2.0

Compare Source

🚀 Features
  • eslint-plugin: add suggestion to require-await to remove async keyword
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then

  • eslint-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
  • Abraham Guo
  • Dave
  • Jake Bailey
  • James
  • Josh Goldberg ✨
  • liuxingbaoyu
  • Yukihiro Hasegawa
  • Yutong Zhu

You can read about our versioning strategy and releases on our website.

v8.1.0

Compare 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 abstract and decorator

  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output

  • eslint-plugin: [no-unnecessary-type-parameters] clarify message

❤️ Thank You
  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.2.0

Compare 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.0

Compare 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.0

Compare Source

Release Notes for v31.4.0

Features

  • Added a new property prefersReducedTransparency to nativeTheme, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. #​43137 (Also in 30, 32)

Fixes

  • Fixed a crash that could occur in some DevTools extensions containing draggable regions. #​43200 (Also in 32)
  • Fixed an issue where navigator.serial.getPorts() incorrectly returned an empty array in some cases. #​43170 (Also in 30, 32)
  • Fixed an issue where system-context-menu was not triggered as expected on Windows when using a frameless BrowserWindow. #​43274 (Also in 30, 32)
  • Fixed an issue where calling window.showInactive on macOS did not actually show the window. #​43102 (Also in 32)
  • Fixed behavior when entering/exiting fullscreen fails on macOS. #​43154 (Also in 29, 30, 32)
  • Fixed issues with the vibrancy view on macOS. #​43128 (Also in 32)
  • Fixed several view hierarchy issues related to web contents view on MacOS. #​43096 (Also in 32)
  • Resolved an issue where desktopCapturer.getSources never fulfilled its promise in some cases. #​43271 (Also in 29, 30, 32)

Other Changes

evanw/esbuild (esbuild)

v0.23.1

Compare Source

  • Allow using the node: import prefix with es* 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 written import 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=node14 so 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,es2022 removes the node: prefix because none of the es* targets are known to support this feature. This release adds the support for the node: flag to esbuild's internal compatibility table for es* to allow you to use compound targets like this:

    // Original code import fs from 'node:fs' fs.open // Old output (with --bundle --format=esm --platform=node --target=node18,es2022) import fs from "fs"; fs.open; // New output (with --bundle --format=esm --platform=node --target=node18,es2022) import fs from "node:fs"; fs.open;
  • Fix a panic when using the CLI with invalid build flags if --analyze is 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 --analyze flag is present. This was caused by esbuild's internals attempting to add a Go plugin (which is how --analyze is 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 pluginData cache will now be cleared when starting a new build. This should fix a leak of memory from plugins that return pluginData objects from onResolve and/or onLoad callbacks.

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v28.8.0

Compare Source

Features
  • import formatting rules from eslint-plugin-jest-formatting (#​1563) (74078ee)
framer/motion (framer-motion)

v11.3.30

Compare Source

Fixed
  • Removed double "change" handler on externally-provided MotionValues.

v11.3.29

Compare Source

Fixed
  • Selective cancellation of optimised appear animations.

v11.3.28

Compare Source

Fixed
  • Use startTime instead of elapsed to sync optimised animations.

v11.3.27

Compare Source

Changed
  • Allow manual setting of startTime via animation options (currently for internal use only).

v11.3.26

Compare Source

Fixed
  • Improving synchronisation between DOM animations on externally-provided MotionValues and internal MotionValues.
  • Fixing unit conversion on DOM animations with externally-provided MotionValues.

v11.3.25

Compare Source

Changed
  • Improve calculation of startTime to 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.24

Compare Source

Fixed
  • Fixing incorrect version publish.

v11.3.23

Compare Source

Fixed
  • Improving optimised appear animation check from data-appear-id to active recording of started animations.
  • Only cancelling optimised appear animations from layout animations when they're animating transform.

v11.3.22

Compare Source

Fixed
  • Fixing spring animations with explicit velocities that animate to their current value.
nrwl/nx (nx)

v19.6.2

Compare Source

19.6.2 (2024-08-21)

🚀 Features
  • bundling: add option to generate sourcemaps for Rollup build (#​27539)
  • devkit: prefer strings over Linter enum (#​27209)
  • graph: add expandedTargets to project details on nx dev (#​26911)
  • js: add skipPackageManager option to build executors in order to skip generating "packageManager" entry in package.json (#​27518)
  • nx-dev: honor prefers-reduced-motion (#​27541)
🩹 Fixes
  • missing export for setRemoteDefinition (#​27491)
  • core: fix importing files with special characters (#​27484)
  • core: use withVerbose util (#​27553)
  • core: support import detection of packages installed from git remote URL (#​27569)
  • esbuild: declaration:true should find the correct package root regardless of cwd #​26261 (#​27560, #​26261)
  • gradle: track childProjects in properties report (#​27488)
  • gradle: fix tasksFileLines might be undefined (#​27548)
  • js: only sync references when composite is true, preserve comments in other parts of file (#​27530)
  • js: ensure assets option in tsc executor defaults to empty array for programmatic usage (#​27565)
  • module-federation: ensure shared packages can be shared from host #​27162 (#​27513, #​27162)
  • nextjs: should not fail when running outside of nx cli (#​27523)
  • nextjs: Should be able to run custom server targets with swc (#​27526)
  • nextjs: schema type for unitTestRunner for library (#​26824)
  • node: generate webpack server apps with generatePackageJson:true by default (#​27570)
  • nx-dev: modify prompt (#​27536)
  • nx-plugin: allow create-package without e2eProject (#​27572)
  • react: handle more scenarios when collecting component props for generating stories (#​27528)
  • storybook: should generate correct config for nextjs apps #​27233 (#​27510, #​27233)
  • testing: fix issues in static server target migrations (#​27547)
  • vite: plugin should infer serve target if server config defined #​27370 (#​27507, #​27370)
  • vite: load the correct config file from @​nx/vite:test executor (#​27514)
  • vite: add typecheck inferred target for vite plugin #​27501 (#​27531, #​27501)
❤️ Thank You

v19.6.1

Compare Source

19.6.1 (2024-08-19)

🚀 Features
  • core: add shutdown lifecycle hook to node executor (#​27354)
  • docs: update OpenAI model to use gpt-4o-mini (#​27434)
  • nx-dev: add Explain with AI to Enterprise and Pro Plans (#​27455)
  • nx-dev: add Monorepo World banner to hero (#​27482)
🩹 Fixes

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Aug 7, 2024

⚠️ No Changeset found

Latest commit: bd9cadf

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bbc0f5f to 685526a Compare August 7, 2024 14:32
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to ^11.3.22 chore(deps): update all non-major dependencies Aug 7, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 306c460 to 6c15219 Compare August 8, 2024 20:06
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Aug 8, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from a9c082a to 5048e94 Compare August 15, 2024 19:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 7d02351 to c398894 Compare August 20, 2024 15:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 1b232e3 to 9de3871 Compare August 23, 2024 17:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9de3871 to da73f85 Compare August 23, 2024 23:08
@Methuselah96 Methuselah96 enabled auto-merge (squash) August 26, 2024 01:43
@renovate
Copy link
Contributor Author

renovate bot commented Aug 26, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Methuselah96 Methuselah96 merged commit 9fa9a6f into main Aug 26, 2024
@Methuselah96 Methuselah96 deleted the renovate/all-minor-patch branch August 26, 2024 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants