-
Notifications
You must be signed in to change notification settings - Fork 1
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
renovate: update np, @eslint/js and 22 more 🌲 #31
Open
github-actions
wants to merge
184
commits into
main
Choose a base branch
from
deps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,193
−2,065
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit: |
github-actions
bot
changed the title
renovate: update @types/lodash 🌲
renovate: update @types/node and @types/lodash 🌲
Sep 24, 2024
github-actions
bot
changed the title
renovate: update @types/node and @types/lodash 🌲
renovate: update @eslint/js, @types/node and @types/lodash 🌲
Sep 24, 2024
##### [v8.7.0](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#870-2024-09-23) ##### 🚀 Features - **eslint-plugin:** \[no-unsafe-call] check calls of Function - **eslint-plugin:** \[consistent-type-exports] check `export *` exports to see if all exported members are types ##### 🩹 Fixes - **eslint-plugin:** properly coerce all types to string in `getStaticMemberAccessValue` - **eslint-plugin:** \[no-deprecated] report on imported deprecated variables - **eslint-plugin:** \[no-confusing-non-null-assertion] check !in and !instanceof ##### ❤️ Thank You - Abraham Guo - auvred - Brian Donovan - Kirk Waiblinger You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
github-actions
bot
changed the title
renovate: update @eslint/js, @types/node and @types/lodash 🌲
renovate: update @types/node, @eslint/js and @types/lodash 🌲
Sep 25, 2024
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pkg-pr-new](https://github.com/stackblitz-labs/pkg.pr.new) ([source](https://github.com/stackblitz-labs/pkg.pr.new/tree/HEAD/packages/cli)) | [`^0.0.25` -> `^0.0.27`](https://renovatebot.com/diffs/npm/pkg-pr-new/0.0.25/0.0.27) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pkg-pr-new/0.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pkg-pr-new/0.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pkg-pr-new/0.0.25/0.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pkg-pr-new/0.0.25/0.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/mmkal/eslint-plugin-mmkal). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImRlcHMiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-actions
bot
changed the title
renovate: update @types/node, @eslint/js and @types/lodash 🌲
renovate: update pkg-pr-new, @types/node and 2 more 🌲
Sep 25, 2024
github-actions
bot
changed the title
renovate: update pkg-pr-new, @types/node and 2 more 🌲
renovate: update @types/node, pkg-pr-new and 2 more 🌲
Sep 26, 2024
github-actions
bot
changed the title
renovate: update @types/node, pkg-pr-new and 2 more 🌲
renovate: update pkg-pr-new, @types/node and 2 more 🌲
Sep 26, 2024
##### [v7.37.0](https://github.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7370---20240926) ##### Added - add type generation ([#3830][] [@voxpelli](https://github.com/voxpelli)) - \[`no-unescaped-entities`]: add suggestions ([#3831][] [@StyleShit](https://github.com/StyleShit)) - \[`forbid-component-props`]: add `allowedForPatterns`/`disallowedForPatterns` options ([#3805][] [@Efimenko](https://github.com/Efimenko)) - \[`no-unstable-nested-components`]: add `propNamePattern` to support custom render prop naming conventions ([#3826][] [@danreeves](https://github.com/danreeves)) ##### Changed - \[readme] flat config example for react 17+ ([#3824][] [@GabenGar](https://github.com/GabenGar)) [7.36.2]: jsx-eslint/eslint-plugin-react@v7.36.1...v7.36.2 [#3831]: jsx-eslint/eslint-plugin-react#3831 [#3830]: jsx-eslint/eslint-plugin-react#3830 [#3826]: jsx-eslint/eslint-plugin-react#3826 [#3824]: jsx-eslint/eslint-plugin-react#3824 [#3805]: jsx-eslint/eslint-plugin-react#3805
github-actions
bot
changed the title
renovate: update pkg-pr-new, @types/node and 2 more 🌲
renovate: update eslint-plugin-react, pkg-pr-new and 3 more 🌲
Sep 27, 2024
github-actions
bot
changed the title
renovate: update eslint-plugin-react, pkg-pr-new and 3 more 🌲
renovate: update @types/node, eslint-plugin-react and 3 more 🌲
Sep 27, 2024
##### [v4.3.1](https://github.com/un-ts/eslint-plugin-import-x/blob/HEAD/CHANGELOG.md#431) ##### Patch Changes - [#162](un-ts/eslint-plugin-import-x#162) [`38d0081`](un-ts/eslint-plugin-import-x@38d0081) Thanks [@AaronMoat](https://github.com/AaronMoat)! - Fix issue where `no-duplicates` rule with `prefer-inline` incorrectly marks default type and named type imports as duplicates
github-actions
bot
changed the title
renovate: update @types/node, eslint-plugin-react and 3 more 🌲
renovate: update eslint-plugin-import-x, @types/node and 4 more 🌲
Sep 29, 2024
##### [v8.8.0](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#880-2024-09-30) ##### 🚀 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
github-actions
bot
changed the title
renovate: update eslint-plugin-import-x, @types/node and 4 more 🌲
renovate: update pkg-pr-new, eslint-plugin-import-x and 4 more 🌲
Oct 1, 2024
##### [v7.37.1](https://github.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7371---20241001) ##### Fixed - \[meta] do not npmignore `d.ts` files ([#3836][] [@ljharb](https://github.com/ljharb)) ##### Changed - \[readme] Fix shared settings link ([#3834][] [@MgenGlder](https://github.com/MgenGlder)) [#3836]: jsx-eslint/eslint-plugin-react#3836 [#3834]: jsx-eslint/eslint-plugin-react#3834
github-actions
bot
changed the title
renovate: update pkg-pr-new, eslint-plugin-import-x and 4 more 🌲
renovate: update eslint-plugin-react, pkg-pr-new and 4 more 🌲
Oct 1, 2024
##### [v14.2.14](https://github.com/vercel/next.js/releases/tag/v14.2.14) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Fix: clone response in first handler to prevent race ([#70082](vercel/next.js#70082)) ([#70649](vercel/next.js#70649)) - Respect reexports from metadata API routes ([#70508](vercel/next.js#70508)) ([#70647](vercel/next.js#70647)) - Externalize node binary modules for app router ([#70646](vercel/next.js#70646)) - Fix revalidateTag() behaviour when invoked in server components ([#70446](vercel/next.js#70446)) ([#70642](vercel/next.js#70642)) - Fix prefetch bailout detection for nested loading segments ([#70618](vercel/next.js#70618)) - Add missing node modules to externals ([#70382](vercel/next.js#70382)) - Feature: next/image: add support for images.remotePatterns.search ([#70302](vercel/next.js#70302)) ##### Credits Huge thanks to [@styfle](https://github.com/styfle), [@ztanner](https://github.com/ztanner), [@ijjk](https://github.com/ijjk), [@huozhi](https://github.com/huozhi) and [@wyattjoh](https://github.com/wyattjoh) for helping!
github-actions
bot
changed the title
renovate: update eslint-plugin-react, pkg-pr-new and 4 more 🌲
renovate: update @next/eslint-plugin-next, eslint-plugin-react and 5 more 🌲
Oct 1, 2024
##### [v15.10.0](https://github.com/sindresorhus/globals/releases/tag/v15.10.0) - Update globals ([#264](sindresorhus/globals#264)) [`3cbce2d`](sindresorhus/globals@3cbce2d)
github-actions
bot
changed the title
renovate: update @types/node, eslint-plugin-functional and 21 more 🌲
renovate: update vitest, @types/node and 21 more 🌲
Jan 16, 2025
##### [v3.0.1](https://github.com/vitest-dev/vitest/releases/tag/v3.0.1) ##### 🐞 Bug Fixes - Revert "fix: re-apply default conditions if using vite 6 or later (vitest-dev/vitest#7071)" - by [@sheremet-va](https://github.com/sheremet-va) in vitest-dev/vitest#7071 and vitest-dev/vitest#7271 [<samp>(755ec)</samp>](vitest-dev/vitest@755ecdfa) - **deps**: Update all non-major dependencies - by [@sheremet-va](https://github.com/sheremet-va) in vitest-dev/vitest#7147 [<samp>(537fa)</samp>](vitest-dev/vitest@537fa5ed) ##### [View changes on GitHub](vitest-dev/vitest@v3.0.0...v3.0.1)
github-actions
bot
changed the title
renovate: update vitest, @types/node and 21 more 🌲
renovate: update @next/eslint-plugin-next, vitest and 21 more 🌲
Jan 17, 2025
##### [v3.0.2](https://github.com/vitest-dev/vitest/releases/tag/v3.0.2) ##### 🐞 Bug Fixes - Don't await an empty timeout after every test - by [@sheremet-va](https://github.com/sheremet-va) in vitest-dev/vitest#7281 [<samp>(ef1aa)</samp>](vitest-dev/vitest@ef1aa893) - **expect**: Fix `expect().resolves/rejects` chain typings - by [@hi-ogawa](https://github.com/hi-ogawa) in vitest-dev/vitest#7273 [<samp>(fa415)</samp>](vitest-dev/vitest@fa415059) ##### [View changes on GitHub](vitest-dev/vitest@v3.0.1...v3.0.2)
github-actions
bot
changed the title
renovate: update @next/eslint-plugin-next, vitest and 21 more 🌲
renovate: update vitest, @next/eslint-plugin-next and 21 more 🌲
Jan 17, 2025
##### [v5.2.3](https://github.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#523) ##### Patch Changes - [#703](prettier/eslint-plugin-prettier#703) [`9c6141f`](prettier/eslint-plugin-prettier@9c6141f) Thanks [@BPScott](https://github.com/BPScott)! - Add name field to recommended flat config
github-actions
bot
changed the title
renovate: update vitest, @next/eslint-plugin-next and 21 more 🌲
renovate: update eslint-plugin-prettier, vitest and 21 more 🌲
Jan 19, 2025
##### [v0.28.0](https://github.com/xojs/eslint-config-xo-react/releases/tag/v0.28.0) ##### New rules - [`react/forward-ref-uses-ref`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/forward-ref-uses-ref.md) [`eec1c56`](xojs/eslint-config-xo-react@eec1c56) - [`react/jsx-props-no-spread-multi`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-props-no-spread-multi.md) [`4759e18`](xojs/eslint-config-xo-react@4759e18) - [`react/checked-requires-onchange-or-readonly`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/checked-requires-onchange-or-readonly.md) [`ccb7cda`](xojs/eslint-config-xo-react@ccb7cda) - [`react/no-object-type-as-default-prop`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-object-type-as-default-prop.md) [`a8ad744`](xojs/eslint-config-xo-react@a8ad744) - [`react/jsx-no-leaked-render`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-no-leaked-render.md) [`1336af5`](xojs/eslint-config-xo-react@1336af5) ##### Breaking - Require Node.js 18.18 [`4765c29`](xojs/eslint-config-xo-react@4765c29) - Migrate to flat config and require ESLint 9 ([#35](xojs/eslint-config-xo-react#35)) [`1cf2106`](xojs/eslint-config-xo-react@1cf2106) - Migrate config: https://eslint.org/docs/latest/use/configure/migration-guide ##### Improvements - You no longer need the `eslint-plugin-react` and `eslint-plugin-react-hooks` development dependencies. They are incldued in the config package. ***
github-actions
bot
changed the title
renovate: update eslint-plugin-prettier, vitest and 21 more 🌲
renovate: update eslint-config-xo-react, eslint-plugin-prettier and 22 more 🌲
Jan 21, 2025
##### [v8.21.0](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8210-2025-01-20) ##### 🩹 Fixes - **eslint-plugin:** \[no-duplicate-enum-values] handle template literal ([#10675](typescript-eslint/typescript-eslint#10675)) - **eslint-plugin:** \[no-base-to-string] don't crash for recursive array or tuple types ([#10633](typescript-eslint/typescript-eslint#10633)) - **eslint-plugin:** \[no-for-in-array] report on any type which may be an array or array-like ([#10535](typescript-eslint/typescript-eslint#10535)) - **eslint-plugin:** check JSX spread elements for misused spread usage ([#10653](typescript-eslint/typescript-eslint#10653)) - **eslint-plugin:** \[no-unnecessary-type-arguments] handle type args on jsx ([#10630](typescript-eslint/typescript-eslint#10630)) ##### ❤️ Thank You - Ronen Amiel - YeonJuan [@yeonjuan](https://github.com/yeonjuan) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
##### [v3.0.3](https://github.com/vitest-dev/vitest/releases/tag/v3.0.3) ##### 🐞 Bug Fixes - **browser**: - Don't throw a validation error if v8 coverage is used with filtered instances - by [@sheremet-va](https://github.com/sheremet-va) in vitest-dev/vitest#7306 [<samp>(fa463)</samp>](vitest-dev/vitest@fa4634b2) - Don't fail when running --browser.headless if the browser projest is part of the workspace - by [@sheremet-va](https://github.com/sheremet-va) in vitest-dev/vitest#7311 [<samp>(e43a8)</samp>](vitest-dev/vitest@e43a8f56) ##### 🏎 Performance - **reporters**: Update summary only when needed - by [@AriPerkkio](https://github.com/AriPerkkio) in vitest-dev/vitest#7291 [<samp>(7f36b)</samp>](vitest-dev/vitest@7f36b6f9) ##### [View changes on GitHub](vitest-dev/vitest@v3.0.2...v3.0.3)
github-actions
bot
changed the title
renovate: update eslint-config-xo-react, eslint-plugin-prettier and 22 more 🌲
renovate: update vitest, eslint-config-xo-react and 22 more 🌲
Jan 21, 2025
github-actions
bot
changed the title
renovate: update vitest, eslint-config-xo-react and 22 more 🌲
renovate: update @next/eslint-plugin-next, vitest and 22 more 🌲
Jan 22, 2025
github-actions
bot
changed the title
renovate: update @next/eslint-plugin-next, vitest and 22 more 🌲
renovate: update @types/node, @next/eslint-plugin-next and 22 more 🌲
Jan 23, 2025
##### [v3.0.4](https://github.com/vitest-dev/vitest/releases/tag/v3.0.4) ##### 🐞 Bug Fixes - Filter projects eagerly during config resolution - by [@sheremet-va](https://github.com/sheremet-va) and [@AriPerkkio](https://github.com/AriPerkkio) in vitest-dev/vitest#7313 [<samp>(dff44)</samp>](vitest-dev/vitest@dff4406d) - Apply `development - by @hi-ogawa and @sheremet-va [<samp>(produ)</samp>](https://github.com/vitest-dev/vitest/commit/production` condition on Vite 6 ([#7301](vitest-dev/vitest#7301))) - **browser**: Restrict served files from `/__screenshot-error` - by [@hi-ogawa](https://github.com/hi-ogawa) in vitest-dev/vitest#7340 [<samp>(ed9ae)</samp>](vitest-dev/vitest@ed9aeba2) - **deps**: Update all non-major dependencies - by [@sheremet-va](https://github.com/sheremet-va) in vitest-dev/vitest#7297 [<samp>(38ea8)</samp>](vitest-dev/vitest@38ea8eae) - **runner**: Timeout long sync hook - by [@hi-ogawa](https://github.com/hi-ogawa) in vitest-dev/vitest#7289 [<samp>(c60ee)</samp>](vitest-dev/vitest@c60ee27c) - **typechecking**: Support typechecking parsing with Vite 6 - by [@sheremet-va](https://github.com/sheremet-va) in vitest-dev/vitest#7335 [<samp>(bff70)</samp>](vitest-dev/vitest@bff70be9) - **types**: Fix public types - by [@mrginglymus](https://github.com/mrginglymus) and [@sheremet-va](https://github.com/sheremet-va) in vitest-dev/vitest#7328 [<samp>(ce6af)</samp>](vitest-dev/vitest@ce6af70c) ##### [View changes on GitHub](vitest-dev/vitest@v3.0.3...v3.0.4)
github-actions
bot
changed the title
renovate: update @types/node, @next/eslint-plugin-next and 22 more 🌲
renovate: update vitest, @types/node and 22 more 🌲
Jan 24, 2025
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@eslint/js](https://eslint.org) ([source](https://github.com/eslint/eslint/tree/HEAD/packages/js)) | [`9.18.0` -> `9.19.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.18.0/9.19.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint%2fjs/9.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@eslint%2fjs/9.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@eslint%2fjs/9.18.0/9.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@eslint%2fjs/9.18.0/9.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eslint/eslint (@​eslint/js)</summary> ### [`v9.19.0`](https://github.com/eslint/eslint/compare/v9.18.0...58560e70bb4dcb305343fcd7c893ac56a404f674) [Compare Source](https://github.com/eslint/eslint/compare/v9.18.0...v9.19.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/mmkal/eslint-plugin-mmkal). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoiZGVwcyIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-actions
bot
changed the title
renovate: update vitest, @types/node and 22 more 🌲
renovate: update @eslint/js, vitest and 22 more 🌲
Jan 26, 2025
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [np](https://github.com/sindresorhus/np) | [`10.1.0` -> `10.2.0`](https://renovatebot.com/diffs/npm/np/10.1.0/10.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/np/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/np/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/np/10.1.0/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/np/10.1.0/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/np (np)</summary> ### [`v10.2.0`](https://github.com/sindresorhus/np/releases/tag/v10.2.0) [Compare Source](https://github.com/sindresorhus/np/compare/v10.1.0...v10.2.0) - Support `bun.lock` lock file ([#​761](https://github.com/sindresorhus/np/issues/761)) [`8187dfe`](https://github.com/sindresorhus/np/commit/8187dfe) - Update dependencies [`a45f816`](https://github.com/sindresorhus/np/commit/a45f816) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/mmkal/eslint-plugin-mmkal). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoiZGVwcyIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-actions
bot
changed the title
renovate: update @eslint/js, vitest and 22 more 🌲
renovate: update np, @eslint/js and 22 more 🌲
Jan 26, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 was automatically created by the deps-sync workflow.
Review the dependency updates made by @renovate-bot, and merge as needed.
Updates included: