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 all non-major dependencies #121

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^19.4.1 -> ^19.5.0 age adoption passing confidence
@commitlint/config-conventional (source) ^19.4.1 -> ^19.5.0 age adoption passing confidence
@commitlint/cz-commitlint (source) ^19.4.0 -> ^19.5.0 age adoption passing confidence
@playwright/test (source) ^1.47.0 -> ^1.47.1 age adoption passing confidence
@types/jest (source) 29.5.12 -> 29.5.13 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.4.0 -> ^8.5.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.4.0 -> ^8.5.0 age adoption passing confidence
eslint-config-next (source) ^14.2.8 -> ^14.2.11 age adoption passing confidence
eslint-plugin-react ^7.35.2 -> ^7.36.1 age adoption passing confidence
husky ^9.1.5 -> ^9.1.6 age adoption passing confidence
lucide-react (source) ^0.439.0 -> ^0.441.0 age adoption passing confidence
next (source) ^14.2.8 -> ^14.2.11 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.10.0 age adoption passing confidence
postcss (source) ^8.4.45 -> ^8.4.47 age adoption passing confidence
shadcn-ui (source) ^0.9.0 -> ^0.9.1 age adoption passing confidence
tailwindcss (source) ^3.4.10 -> ^3.4.11 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.6.2 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.5.0

Compare Source

Features

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.5.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/config-conventional

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/config-conventional

conventional-changelog/commitlint (@​commitlint/cz-commitlint)

v19.5.0

Compare Source

Note: Version bump only for package @​commitlint/cz-commitlint

microsoft/playwright (@​playwright/test)

v1.47.1

Compare Source

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

v8.5.0

Compare Source

🚀 Features
  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `

  • eslint-plugin: [no-unsafe-argument] differentiate error types

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer

  • eslint-plugin: [no-misused-promises] handle static method

  • eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis

  • eslint-plugin: [consistent-type-assertions] access parser services lazily

❤️ Thank You
  • f44da95
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • YeonJuan

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

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

v8.5.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.

vercel/next.js (eslint-config-next)

v14.2.11

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.10

Compare Source

v14.2.9

Compare Source

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.36.1

Compare Source

Fixed

v7.36.0

Compare Source

Added
Fixed
  • [function-component-definition], [boolean-prop-naming], [jsx-first-prop-new-line], [jsx-props-no-multi-spaces], propTypes: use type args (#​3629 @​HenryBrown0)
  • JSX pragma: fail gracefully (#​3632 @​ljharb)
  • [jsx-props-no-spreading]: add explicitSpread option to schema (#​3799 @​ljharb)
Changed
typicode/husky (husky)

v9.1.6

Compare Source

lucide-icons/lucide (lucide-react)

v0.441.0: New icons 0.441.0

Compare Source

New icons 🎨

v0.440.0: New icons 0.440.0

Compare Source

New icons 🎨

Modified Icons 🔨

vercel/next.js (next)

v14.2.11

Compare Source

v14.2.10

Compare Source

v14.2.9

Compare Source

pnpm/pnpm (pnpm)

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

postcss/postcss (postcss)

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').
shadcn/ui (shadcn-ui)

v0.9.1

Compare Source

Patch Changes
tailwindlabs/tailwindcss (tailwindcss)

v3.4.11

Compare Source

microsoft/TypeScript (typescript)

v5.6.2

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the dependencies New dependency updates label Sep 16, 2024
@renovate renovate bot enabled auto-merge (squash) September 16, 2024 01:01
Copy link

vercel bot commented Sep 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-boilerplate ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 16, 2024 1:02am

@renovate renovate bot merged commit 6fc55b8 into main Sep 16, 2024
8 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch September 16, 2024 01:03
@remcolakens
Copy link
Owner

🎉 This PR is included in version 3.2.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@remcolakens remcolakens added the released This feature has been released label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies New dependency updates released This feature has been released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant