-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update all non-major dependencies #202
Conversation
🦋 Changeset detectedLatest commit: 6475965 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Preparing PR description... |
Preparing review... |
b4052cb
to
76ca8a4
Compare
76ca8a4
to
47bfd90
Compare
47bfd90
to
6dc9c9b
Compare
6dc9c9b
to
846f2a0
Compare
846f2a0
to
482e2de
Compare
Quality Gate passedIssues Measures |
Edited/Blocked NotificationRenovate 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. |
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @mheob/commitlint-config@1.2.0 ### Minor Changes - [#209](#209) ([@mheob](https://github.com/mheob)): ignore "wip" messages in commitlint ### Patch Changes - [#210](#210) ([@mheob](https://github.com/mheob)): update dependencies ## @mheob/eslint-config@6.2.0 ### Minor Changes - [#210](#210) ([@mheob](https://github.com/mheob)): update dependencies ### Patch Changes - [#205](#205) ([@renovate](https://github.com/apps/renovate)): update all non-major dependencies - [#202](#202) ([@renovate](https://github.com/apps/renovate)): update all non-major dependencies ## @mheob/prettier-config@3.3.2 ### Patch Changes - [#210](#210) ([@mheob](https://github.com/mheob)): update dependencies Co-authored-by: Alex Böhm <tools@boehm.work>
This PR contains the following updates:
^0.4.0
->^0.4.1
^19.4.0
->^19.4.1
^1.12.1
->^1.12.4
^22.5.0
->^22.5.2
^8.2.0
->^8.4.0
^8.2.0
->^8.4.0
^0.1.8
->^0.3.0
^14.2.6
->^14.2.7
^2.3.6
->^2.4.0
^3.2.0
->^3.3.0
^15.2.9
->^15.2.10
^1.0.1
->^1.1.0
9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276
->9.9.0
^4.18.0
->^4.19.0
^2.0.14
->^2.1.1
Release Notes
antfu/install-pkg (@antfu/install-pkg)
v0.4.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
conventional-changelog/commitlint (@commitlint/cli)
v19.4.1
Compare Source
Note: Version bump only for package @commitlint/cli
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v1.12.4
Compare Source
✨ New
useLayoutEffect
anduseInsertionEffect
support tohooks-extra/no-direct-set-state-in-use-effect
.🪄 Improvements
hooks-extra/no-direct-set-state-in-use-layout-effect
in favor ofhooks-extra/no-direct-set-state-in-use-effect
(the previous rule will still be available until the next major update to avoid breaking changes).v1.12.3
Compare Source
✨ New
web-api/no-leaked-event-listener
.🐞 Fixes
no-duplicate-key
rule false positives when the key is an variable.web-api/no-leaked-set-timeout
andweb-api/no-leaked-set-interval
false positives when a timer is assigned to a variable declared bylet
but not initialized.v1.12.2
Compare Source
✨ New
react-x
settings to the@typescript-eslint/utils/ts-eslint
module via theSharedConfigurationSettings
interface.🪄 Improvements
no-missing-key
andno-duplicate-key
rules.@typescript-eslint
's packages to^8.3.0
.typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.4.0
Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.3.0
Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix
eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments
utils: add
TSDeclareFunction
tofunctionTypeTypes
ast-spec: use
Expression
in argument ofThrowStatement
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.4.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.3.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.
antfu/eslint-config-flat-gitignore (eslint-config-flat-gitignore)
v0.3.0
Compare Source
🚨 Breaking Changes
View changes on GitHub
v0.2.0
Compare Source
🚀 Features
@eslint/compat
- by @Dimava in https://github.com/antfu/eslint-config-flat-gitignore/issues/15 (f09cf)View changes on GitHub
vercel/next.js (eslint-config-next)
v14.2.7
Compare Source
antfu/eslint-plugin-antfu (eslint-plugin-antfu)
v2.4.0
Compare Source
🚀 Features
consistent-chaining
rule - by @antfu (03ece)View changes on GitHub
azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist)
v3.3.0
Compare Source
compare changes
🚀 Features
🐞 Bug Fixes
❤️ Contributors
lint-staged/lint-staged (lint-staged)
v15.2.10
Compare Source
Patch Changes
e3f283b
Thanks @iiroj! - Update minor dependencies, includingmicromatch@~4.0.8
.alexeyraspopov/picocolors (picocolors)
v1.1.0
Compare Source
pnpm/pnpm (pnpm)
v9.9.0
Compare Source
privatenumber/tsx (tsx)
v4.19.0
Compare Source
vercel/turborepo (turbo)
v2.1.1
: Turborepo v2.1.1Compare Source
What's Changed
Docs
remote
types toturbo.json
schema by @chris-olszewski in https://github.com/vercel/turborepo/pull/9073--affected
. by @anthonyshew in https://github.com/vercel/turborepo/pull/9078Examples
Changelog
New Contributors
Full Changelog: vercel/turborepo@v2.1.0...v2.1.1
v2.1.0
: Turborepo v2.1.0Compare Source
What's Changed
Docs
cacheDir
,daemon
, andenvMode
(config values, and env vars) by @dimitropoulos in https://github.com/vercel/turborepo/pull/9018@turbo/codemod
globalDotEnv
andpipeline.dotEnv
from V2 by @dimitropoulos in https://github.com/vercel/turborepo/pull/9025Examples
Changelog
cacheDir
,daemon
, andenvMode
by @dimitropoulos in https://github.com/vercel/turborepo/pull/9011main
does not exist by @chris-olszewski in https://github.com/vercel/turborepo/pull/9061New Contributors
Full Changelog: vercel/turborepo@v2.0.14...v2.1.0
Configuration
📅 Schedule: Branch creation - "before 4am on Wednesday" in timezone Europe/Berlin, 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.
This PR was generated by Mend Renovate. View the repository job log.