Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update other minor updates #447

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.25.2 -> ^7.25.7 age adoption passing confidence
@babel/preset-react (source) ^7.24.7 -> ^7.25.7 age adoption passing confidence
@chakra-ui/icons (source) ^2.1.1 -> ^2.2.4 age adoption passing confidence
@chakra-ui/react (source) ^2.8.2 -> ^2.10.1 age adoption passing confidence
@changesets/cli (source) ^2.27.8 -> ^2.27.9 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.7.0 -> ^8.8.1 age adoption passing confidence
@typescript-eslint/parser (source) ^8.7.0 -> ^8.8.1 age adoption passing confidence
framer-motion ^11.9.0 -> ^11.11.4 age adoption passing confidence
pnpm (source) 9.8.0 -> 9.12.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.25.7

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance
chakra-ui/chakra-ui (@​chakra-ui/icons)

v2.2.4

v2.2.3

v2.2.2

v2.2.1

v2.2.0

changesets/changesets (@​changesets/cli)

v2.27.9

Compare Source

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

v8.8.1

Compare Source

🩹 Fixes
  • eslint-plugin: stop warning on @​ts-nocheck comments which aren't at the beginning of the file
❤️ Thank You
  • Brad Zacher
  • Ronen Amiel
  • WhitePiano

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

v8.8.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] add checkTypePredicates

  • eslint-plugin: [return-await] check for-await loop iteree

🩹 Fixes
  • remove export type * in d.ts to support TS<5.0

  • eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines

  • type-utils: check for type parameters on isBuiltinSymbolLikeRecurser()

  • eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself

  • eslint-plugin: [no-misused-promises] check contextual type

  • eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Ronen Amiel
  • Tarun Chauhan
  • YeonJuan

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

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

v8.8.1

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.8.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.

framer/motion (framer-motion)

v11.11.4

Compare Source

Fixed
  • Memoize AnimatePresence safeToRemove.
  • Remove duplicate layout="size" annotation.

v11.11.3

Compare Source

Fixed
  • Remove as any requirement for CSS variables.

v11.11.2

Compare Source

Fix
  • Make BezierDefinition readonly for easier definition outside a Transition.

v11.11.1

Compare Source

Fix
  • Fixed optimised appear effects in granular Suspense environments.

v11.11.0

Compare Source

Added
  • animate can now animate any object.

v11.10.0

Compare Source

Added
  • delay with seconds now exported from "framer-motion/dom".
Fixed
  • Only transform is added to will-change when a potentially layerising value is animated as opacity and filter will prematurely flatten preserve-3d.
pnpm/pnpm (pnpm)

v9.12.1: pnpm 9.12.1

Compare Source

Patch Changes

  • pnpm update --latest should not update the automatically installed peer dependencies #​6657.
  • pnpm publish should be able to publish from a local tarball #​7950.
  • The pnpx command should work correctly on Windows, when pnpm is installed via the standalone installation script #​8608.
  • Prevent EBUSY errors caused by creating symlinks in parallel dlx processes #​8604.
  • Fix maximum call stack size exceeded error related to circular workspace dependencies #​8599.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.12.0: pnpm 9.12

Compare Source

Minor Changes
  • Fix peer dependency resolution dead lock #​8570. This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.

  • pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #​8523.

  • Added the ability for overrides to remove dependencies by specifying "-" as the field value #​8572. For example, to remove lodash from the dependencies, use this configuration in package.json:

    {
      "pnpm": {
        "overrides": {
          "lodash": "-"
        }
      }
    }
Patch Changes
  • Fixed an issue where pnpm list --json pkg showed "private": false for a private package #​8519.
  • Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #​7362.
  • Prevent ENOENT errors caused by running store prune in parallel #​8586.
  • Add issues alias to pnpm bugs #​8596.
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors

v9.11.0

Compare Source

v9.10.0: pnpm 9.10

Compare Source

Minor Changes

  • Support for a new CLI flag, --exclude-peers, added to the list and why commands. When --exclude-peers is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #​8506.

  • Added a new setting to package.json at pnpm.auditConfig.ignoreGhsas for ignoring vulnerabilities by their GHSA code #​6838.

    For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreGhsas": [
            "GHSA-42xw-2xvc-qx8m",
            "GHSA-4w2v-q235-vp99",
            "GHSA-cph5-m8f7-6c5x",
            "GHSA-vh95-rmgr-6w4m"
          ]
        }
      }
    }

Patch Changes

  • Throw an exception if pnpm switches to the same version of itself.
  • Reduce memory usage during peer dependencies resolution.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.9.0

Compare Source


Configuration

📅 Schedule: Branch creation - "after 3pm on Friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


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

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

@renovate renovate bot added the deploy Enables frontend deployment on PRs label Oct 4, 2024
@renovate renovate bot requested a review from hiletmis October 4, 2024 16:50
@renovate renovate bot force-pushed the renovate/other-minor-updates branch 9 times, most recently from 06f6b27 to ed05759 Compare October 8, 2024 10:42
@renovate renovate bot force-pushed the renovate/other-minor-updates branch from ed05759 to 46485b6 Compare October 8, 2024 15:21
@hiletmis hiletmis merged commit b33c369 into main Oct 9, 2024
1 check passed
@hiletmis hiletmis deleted the renovate/other-minor-updates branch October 9, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy Enables frontend deployment on PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant