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: 🤖 bump all non-major dependencies #215

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@jimmy.codes/eslint-config 3.14.1 -> 3.21.0 age adoption passing confidence
@types/node (source) 22.9.0 -> 22.10.0 age adoption passing confidence
@vitest/coverage-v8 (source) 2.1.5 -> 2.1.6 age adoption passing confidence
pnpm (source) 9.13.2 -> 9.14.2 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.1 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence
vitest (source) 2.1.5 -> 2.1.6 age adoption passing confidence

Release Notes

jimmy-guzman/eslint-config (@​jimmy.codes/eslint-config)

v3.21.0

Compare Source

Features

v3.20.0

Compare Source

Features

v3.19.0

Compare Source

Bug Fixes
  • 🐛 bump @tanstack/eslint-plugin-query to v5.61.3 (94353a8)
Features
  • ✨ bump eslint-plugin-perfectionist to v4.1.2 (428f401)
  • ✨ support typescript v5.7 (0f0f95a)

v3.18.0

Compare Source

Features

3.17.3 (2024-11-23)

Bug Fixes
  • 🐛 don't apply jest,vitest & testing-library to e2e files (3ecd068)
  • 🐛 don't nest testing-library name under testing (7980576)
  • 🐛 use flat config from eslint-plugin-testing-library (054f581)

3.17.2 (2024-11-23)

Bug Fixes

3.17.1 (2024-11-23)

Bug Fixes
  • 🐛 make jest/expect-expect an error instead of warn (19ba181)

v3.17.3

Compare Source

Bug Fixes
  • 🐛 don't apply jest,vitest & testing-library to e2e files (3ecd068)
  • 🐛 don't nest testing-library name under testing (7980576)
  • 🐛 use flat config from eslint-plugin-testing-library (054f581)

v3.17.2

Compare Source

Bug Fixes

v3.17.1

Compare Source

Bug Fixes
  • 🐛 make jest/expect-expect an error instead of warn (19ba181)

v3.17.0

Compare Source

Bug Fixes
  • 🐛 bump local-pkg and eslint-plugin-import-x (e34a251)
  • 🐛 dynamically import jest plugin for rules as well (378b5d2)
  • 🐛 prevent creating duplicate jest configs (70973da)
Features
  • ✨ bump eslint-plugin-n to v17.14.0 (701b6b7)
  • ✨ simplify testing configs names by avoiding nesting (a2ffd1e)

v3.16.0

Compare Source

Features

v3.15.0

Compare Source

Features

3.14.2 (2024-11-19)

Bug Fixes
  • 🐛 stop eslint-plugin-testing-library peer warnings (#​92) (e6644df)

3.14.1 (2024-11-19)

Bug Fixes
  • 🐛 support typescript & unicorn rules on eslint v9.15.0 (ccd99d1)

v3.14.2

Compare Source

Bug Fixes
  • 🐛 stop eslint-plugin-testing-library peer warnings (#​92) (e6644df)
vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub
pnpm/pnpm (pnpm)

v9.14.2

Compare Source

Patch Changes

  • pnpm publish --json should work #​8788.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.1

Compare Source

Minor Changes

  • Added support for pnpm pack --json to print packed tarball and contents in JSON format #​8765.

Patch Changes

  • pnpm exec should print a meaningful error message when no command is provided #​8752.
  • pnpm setup should remove the CLI from the target location before moving the new binary #​8173.
  • Fix ERR_PNPM_TARBALL_EXTRACT error while installing a dependency from GitHub having a slash in branch name #​7697.
  • Don't crash if the use-node-version setting is used and the system has no Node.js installed #​8769.
  • Convert settings in local .npmrc files to their correct types. For instance, child-concurrency should be a number, not a string #​5075.
  • pnpm should fail if a project requires a different package manager even if manage-package-manager-versions is set to true.
  • pnpm init should respect the --dir option #​8768.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.0

Compare Source

prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

microsoft/TypeScript (typescript)

v5.7.2

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

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 scope:deps Pull requests that update a dependency file type:chore labels Nov 25, 2024
@renovate renovate bot requested a review from jimmy-guzman November 25, 2024 02:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 88670c5 to 7e6b0aa Compare November 26, 2024 14:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7e6b0aa to b3e1779 Compare November 27, 2024 00:58
@jimmy-guzman jimmy-guzman merged commit 4244ffc into main Nov 27, 2024
4 checks passed
@jimmy-guzman jimmy-guzman deleted the renovate/all-minor-patch branch November 27, 2024 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:deps Pull requests that update a dependency file type:chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant