upleveled / eslint-plugin-upleveled

https://www.npmjs.com/package/eslint-plugin-upleveled
13 stars 0 forks source link

Update dependency upgrades - non-major #245

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 22.7.9 -> 22.8.5 age adoption passing confidence
@typescript-eslint/types (source) 8.11.0 -> 8.12.2 age adoption passing confidence
@typescript-eslint/utils (source) 8.11.0 -> 8.12.2 age adoption passing confidence
eslint-config-upleveled 8.11.2 -> 8.11.3 age adoption passing confidence
pnpm (source) 9.12.2 -> 9.12.3 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/types) ### [`v8.12.2`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/types/CHANGELOG.md#8122-2024-10-29) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.1...v8.12.2) This was a version bump only for types to align it with other projects, there were no code changes. 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. ### [`v8.12.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/types/CHANGELOG.md#8121-2024-10-28) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.0...v8.12.1) This was a version bump only for types to align it with other projects, there were no code changes. 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. ### [`v8.12.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/types/CHANGELOG.md#8120-2024-10-28) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.11.0...v8.12.0) This was a version bump only for types to align it with other projects, there were no code changes. 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.
typescript-eslint/typescript-eslint (@​typescript-eslint/utils) ### [`v8.12.2`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8122-2024-10-29) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.1...v8.12.2) This was a version bump only for utils to align it with other projects, there were no code changes. 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. ### [`v8.12.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8121-2024-10-28) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.0...v8.12.1) This was a version bump only for utils to align it with other projects, there were no code changes. 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. ### [`v8.12.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8120-2024-10-28) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.11.0...v8.12.0) This was a version bump only for utils to align it with other projects, there were no code changes. 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.
upleveled/eslint-config-upleveled (eslint-config-upleveled) ### [`v8.11.3`](https://redirect.github.com/upleveled/eslint-config-upleveled/releases/tag/v8.11.3) [Compare Source](https://redirect.github.com/upleveled/eslint-config-upleveled/compare/v8.11.2...v8.11.3) - Disable react/no-unknown-property in .ts and .tsx files ([#​456](https://redirect.github.com/upleveled/eslint-config-upleveled/issues/456)) [`7c60fe0`](https://redirect.github.com/upleveled/eslint-config-upleveled/commit/7c60fe0) - Update dependency upgrades - non-major ([#​455](https://redirect.github.com/upleveled/eslint-config-upleveled/issues/455)) [`a6fd433`](https://redirect.github.com/upleveled/eslint-config-upleveled/commit/a6fd433) - Update nextjs monorepo to v15 ([#​452](https://redirect.github.com/upleveled/eslint-config-upleveled/issues/452)) [`8798a4d`](https://redirect.github.com/upleveled/eslint-config-upleveled/commit/8798a4d) - Update dependency upgrades - non-major ([#​451](https://redirect.github.com/upleveled/eslint-config-upleveled/issues/451)) [`e808d1f`](https://redirect.github.com/upleveled/eslint-config-upleveled/commit/e808d1f) - Upgrade tests [`db62792`](https://redirect.github.com/upleveled/eslint-config-upleveled/commit/db62792)
pnpm/pnpm (pnpm) ### [`v9.12.3`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#9123) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.12.2...v9.12.3) ##### Patch Changes - Don't purge `node_modules`, when typing "n" in the prompt that asks whether to remove `node_modules` before installation [#​8655](https://redirect.github.com/pnpm/pnpm/pull/8655). - Fix a bug causing pnpm to infinitely spawn itself when `manage-package-manager-versions=true` is set and the `.tools` directory is corrupt. - Use `crypto.hash`, when available, for improved performance [#​8629](https://redirect.github.com/pnpm/pnpm/pull/8629). - Fixed a race condition in temporary file creation in the store by including worker thread ID in filename. Previously, multiple worker threads could attempt to use the same temporary file. Temporary files now include both process ID and thread ID for uniqueness [#​8703](https://redirect.github.com/pnpm/pnpm/pull/8703). - All commands should read settings from the `package.json` at the root of the workspace [#​8667](https://redirect.github.com/pnpm/pnpm/issues/8667). - When `manage-package-manager-versions` is set to `true`, errors spawning a self-managed version of `pnpm` will now be shown (instead of being silent). - Pass the find command to npm, it is an alias for npm search

Configuration

📅 Schedule: Branch creation - "after 4pm on thursday" (UTC), 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.



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

socket-security[bot] commented 2 weeks ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@types/node@22.8.5 None +1 2.36 MB types
npm/@typescript-eslint/types@8.12.2 None 0 173 kB bradzacher, jameshenry
npm/@typescript-eslint/utils@8.12.2 Transitive: environment, filesystem +30 3.84 MB bradzacher, jameshenry
npm/eslint-config-upleveled@8.11.3 environment Transitive: eval, filesystem, shell, unsafe +313 45.6 MB karlhorky

🚮 Removed packages: npm/@types/node@22.7.9, npm/@typescript-eslint/types@8.11.0, npm/@typescript-eslint/utils@8.11.0, npm/eslint-config-upleveled@8.11.2

View full report↗︎