Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Update all non-major dependencies #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) 2.27.9 -> 2.27.10 age adoption passing confidence
@mdx-js/mdx (source) 3.0.1 -> 3.1.0 age adoption passing confidence
@next/eslint-plugin-next (source) 14.2.15 -> 14.2.18 age adoption passing confidence
@types/node (source) 20.16.11 -> 20.17.7 age adoption passing confidence
@types/react (source) 18.3.11 -> 18.3.12 age adoption passing confidence
@types/react-dom (source) 18.3.0 -> 18.3.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.8.1 -> 8.15.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.8.1 -> 8.15.0 age adoption passing confidence
concurrently 9.0.1 -> 9.1.0 age adoption passing confidence
cross-spawn 7.0.5 -> 7.0.6 age adoption passing confidence
eslint-config-turbo (source) 2.1.3 -> 2.3.1 age adoption passing confidence
estree-util-value-to-estree 3.1.2 -> 3.2.1 age adoption passing confidence
next (source) 14.2.15 -> 14.2.18 age adoption passing confidence
pnpm (source) 9.12.1 -> 9.14.2 age adoption passing confidence
postcss (source) 8.4.47 -> 8.4.49 age adoption passing confidence
tailwindcss (source) 3.4.13 -> 3.4.15 age adoption passing confidence
tsup (source) 8.3.0 -> 8.3.5 age adoption passing confidence
tsx (source) 4.19.1 -> 4.19.2 age adoption passing confidence
turbo (source) 2.1.3 -> 2.3.1 age adoption passing confidence
typescript (source) 5.6.2 -> 5.7.2 age adoption passing confidence
vitest (source) 2.1.2 -> 2.1.5 age adoption passing confidence
webpack 5.95.0 -> 5.96.1 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.10

Compare Source

mdx-js/mdx (@​mdx-js/mdx)

v3.1.0

Compare Source

Add
Fix
Types
Miscellaneous
  • 77158cd Refactor to externalize recma packages
Site

Full Changelog: mdx-js/mdx@3.0.1...3.1.0

vercel/next.js (@​next/eslint-plugin-next)

v14.2.18

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 and @​ijjk for helping!

v14.2.17

Compare Source

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

Core Changes
  • Fix: revert the bad node binary handling (#​72356)
  • Ensure pages/500 handles cache-control as expected (#​72050) (#​72110)
  • fix unhandled runtime error from generateMetadata in parallel routes (#​72153)
Credits

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

v14.2.16

Compare Source

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

v8.15.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#​10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • eslint-plugin: report deprecations used in default export (#​10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#​10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#​10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#​10301)
❤️ Thank You

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

v8.14.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#​10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#​10067)
🩹 Fixes
  • scope-manager: fix asserted increments not being marked as write references (#​10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#​10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#​10194)
❤️ Thank You

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

v8.13.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add allow option (#​10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#​9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#​10250)
🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#​10232)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#​10235)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#​10259)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#​10261)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#​10205)
❤️ Thank You

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

v8.12.2

Compare Source

🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#​10223)
❤️ Thank You

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

v8.12.1

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.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] handle String() (#​10005)
  • eslint-plugin: [switch-exhaustiveness-check] add allowDefaultCaseMatchUnionMember option (#​9954)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#​10160)
  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#​10152)
❤️ Thank You

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

v8.11.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#​10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#​10138)
🩹 Fixes
  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#​10135)
❤️ Thank You

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

v8.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

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

v8.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value

  • scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references

  • eslint-plugin: [return-await] sync the behavior with await-thenable

  • eslint-plugin: [prefer-literal-enum-member] report a different error message when allowBitwiseExpressions is enabled

  • eslint-plugin: [no-loop-func] sync from upstream base rule

  • eslint-plugin: [no-unused-vars] never report the naming of an enum member

  • eslint-plugin: correct use-at-your-own-risk type definitions

  • eslint-plugin: handle unions in await...for

❤️ Thank You
  • Abraham Guo
  • Anna Bocharova
  • Arya Emami
  • auvred
  • Joshua Chen
  • Kirk Waiblinger
  • Lotfi Meklati
  • mdm317
  • Ronen Amiel
  • Sukka
  • YeonJuan

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

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

v8.15.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.14.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.13.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.12.2

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.12.1

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.12.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.11.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.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

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

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

open-cli-tools/concurrently (concurrently)

v9.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0

moxystudio/node-cross-spawn (cross-spawn)

v7.0.6

Compare Source

vercel/turborepo (eslint-config-turbo)

v2.3.1: Turborepo v2.3.1

Compare Source

What's Changed

Docs
eslint
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.3.0...v2.3.1

v2.3.0: Turborepo v2.3.0

Compare Source

What's Changed

Docs
@​turbo/codemod
Examples
Changelog

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

Copy link

vercel bot commented Oct 16, 2024

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

Name Status Preview Comments Updated (UTC)
fuma-content ❌ Failed (Inspect) Nov 23, 2024 7:30am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf6e714 to 67ae11b Compare October 17, 2024 03:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 67ae11b to b505fc5 Compare October 17, 2024 18:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b505fc5 to bea395c Compare October 18, 2024 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bea395c to f9c78c4 Compare October 18, 2024 21:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f9c78c4 to e0e1b1c Compare October 19, 2024 04:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e0e1b1c to c873c4f Compare October 19, 2024 13:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c873c4f to 8d0ced5 Compare October 21, 2024 16:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8d0ced5 to 1cecd7e Compare October 21, 2024 18:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1cecd7e to b7a101f Compare October 22, 2024 05:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b7a101f to f8c77e4 Compare October 23, 2024 03:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f8c77e4 to 36700dc Compare October 23, 2024 09:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 36700dc to e2d7f68 Compare October 23, 2024 17:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e2d7f68 to d94174f Compare October 25, 2024 07:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d94174f to 8262821 Compare October 25, 2024 14:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a94b74f to 7437939 Compare November 13, 2024 13:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7437939 to f54a16d Compare November 13, 2024 17:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f54a16d to a005a6c Compare November 13, 2024 23:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a005a6c to bf96be3 Compare November 14, 2024 19:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf96be3 to bd67dc0 Compare November 15, 2024 04:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bd67dc0 to 748dfe7 Compare November 17, 2024 04:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 748dfe7 to 877c110 Compare November 17, 2024 05:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 877c110 to 1ba8370 Compare November 18, 2024 16:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1ba8370 to 26a6d83 Compare November 18, 2024 19:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 26a6d83 to ee3aa92 Compare November 20, 2024 03:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ee3aa92 to 18645c6 Compare November 20, 2024 11:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 18645c6 to 8cd8eca Compare November 21, 2024 16:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8cd8eca to e112f32 Compare November 22, 2024 20:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants