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

fix(eslint-config-custom-next): update minor dependencies #76

Merged
merged 2 commits into from
Aug 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/eslint-plugin-next (source) 14.2.4 -> 14.2.5 age adoption passing confidence
@pandacss/dev (source) 0.41.0 -> 0.45.0 age adoption passing confidence
@t3-oss/env-nextjs (source) 0.10.1 -> 0.11.0 age adoption passing confidence
@types/node (source) 20.14.9 -> 20.14.15 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.14.1 -> 7.18.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.14.1 -> 7.18.0 age adoption passing confidence
eslint-config-next (source) 14.2.4 -> 14.2.5 age adoption passing confidence
eslint-config-turbo (source) 2.0.6 -> 2.0.12 age adoption passing confidence
eslint-plugin-react 7.34.3 -> 7.35.0 age adoption passing confidence
lucide-react (source) 0.399.0 -> 0.427.0 age adoption passing confidence
next (source) 14.2.4 -> 14.2.5 age adoption passing confidence
pnpm (source) 8.15.8 -> 8.15.9 age adoption passing confidence

Release Notes

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

v14.2.5

Compare Source

chakra-ui/panda (@​pandacss/dev)

v0.45.0

Compare Source

Patch Changes

v0.44.0

Compare Source

Patch Changes

v0.43.0

Compare Source

Patch Changes

v0.42.0

Compare Source

Patch Changes
t3-oss/t3-env (@​t3-oss/env-nextjs)

v0.11.0

Compare Source

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

v7.18.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

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

v7.17.0

Compare Source

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes
  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

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

v7.16.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

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

v7.16.0

Compare Source

🚀 Features
  • rule-tester: stricter rule test validations

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

  • eslint-plugin: add support for nested namespaces to unsafe-member-access

  • eslint-plugin: [no-floating-promises] add checkThenables option

🩹 Fixes
  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • eslint-plugin: [no-floating-promises] add suggestions to tests from #​9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

v7.15.0

Compare Source

🚀 Features
  • eslint-plugin: [array-type] detect Readonly<string[]> case

  • eslint-plugin: back-port new rules around empty object types from v8

🩹 Fixes
  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config

  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any

  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any

❤️ Thank You
  • auvred
  • Kim Sang Du
  • rgehbt
  • Vinccool96

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

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

v7.18.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.

v7.17.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.

v7.16.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.

v7.16.0

Compare Source

🩹 Fixes
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

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

vercel/next.js (eslint-config-next)

v14.2.5

Compare Source

vercel/turbo (eslint-config-turbo)

v2.0.12: Turborepo v2.0.12

Compare Source

What's Changed

Docs
@​turbo/repository
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.11...v2.0.12

v2.0.11: Turborepo v2.0.11

Compare Source

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.10...v2.0.11

v2.0.10

Compare Source

v2.0.9: Turborepo v2.0.9

Compare Source

What's Changed
Examples
Changelog

Full Changelog: vercel/turborepo@v2.0.8...v2.0.9

v2.0.8: Turborepo v2.0.8

Compare Source

What's Changed
Examples
Changelog

Full Changelog: vercel/turborepo@v2.0.7...v2.0.8

v2.0.7: Turborepo v2.0.7

Compare Source

What's Changed
Examples
Changelog
New Contributors

Full Changelog: vercel/turborepo@v2.0.6...v2.0.7

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.35.0

Compare Source

Added
Fixed
Changed

v7.34.4

Compare Source

Fixed
lucide-icons/lucide (lucide-react)

v0.427.0: New icons 0.427.0

Compare Source

New icons 🎨

v0.426.0: New icons 0.426.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.425.0: New icons 0.425.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.424.0: New icons 0.424.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.423.0: New icons 0.423.0

Compare Source

New icons 🎨

v0.422.0: New icons 0.422.0

Compare Source

Modified Icons 🔨

v0.421.0: New icons 0.421.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.420.0: New icons 0.420.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.419.0: New icons 0.419.0

Compare Source

New icons 🎨

v0.418.0: New icons 0.418.0

Compare Source

New icons 🎨

v0.417.0: New icons 0.417.0

Compare Source

Modified Icons 🔨

v0.416.0: New icons 0.416.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.415.0: New icons 0.415.0

Compare Source

New icons 🎨

v0.414.0: New icons 0.414.0

Compare Source

New icons 🎨

v0.413.0: New icons 0.413.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.412.0: New icons 0.412.0

Compare Source

New icons 🎨

v0.411.0

Compare Source

v0.410.0: New icons 0.410.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.409.0: New icons 0.409.0

Compare Source

Modified Icons 🔨

v0.408.0: New icons 0.408.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.407.0: New icons 0.407.0

Compare Source

New icons 🎨

v0.406.0: New icons 0.406.0

Compare Source

New icons 🎨

v0.405.0: New icons 0.405.0

Compare Source

New icons 🎨

[v0.404.0](https://togithub.com/lucide-icons/lucide/releases


Configuration

📅 Schedule: Branch creation - "after 10pm every weekend,before 5am every weekend" in timezone Asia/Tokyo, 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.


  • 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 the 📦️ build ビルドシステムや依存関係の変更 label Jul 5, 2024
Copy link

vercel bot commented Jul 5, 2024

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

Name Status Preview Comments Updated (UTC)
simple-resas-app-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 12, 2024 4:26am

@renovate renovate bot changed the title fix(eslint-config-custom): update minor dependencies fix(web): update minor dependencies Jul 5, 2024
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 8f1293e to 44faeb8 Compare July 5, 2024 19:37
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 44faeb8 to 6cb52b5 Compare July 7, 2024 21:24
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 6cb52b5 to edc2d27 Compare July 8, 2024 12:04
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from edc2d27 to bee1115 Compare July 8, 2024 15:42
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from bee1115 to 5b9c763 Compare July 8, 2024 20:08
@renovate renovate bot changed the title fix(web): update minor dependencies fix(panda-preset-radix-ui): update minor dependencies Jul 8, 2024
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 5b9c763 to 76cc042 Compare July 9, 2024 10:17
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 76cc042 to 149db03 Compare July 9, 2024 15:59
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 149db03 to 97482a6 Compare July 9, 2024 19:44
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 97482a6 to 01a00e8 Compare July 10, 2024 16:50
@renovate renovate bot changed the title fix(panda-preset-radix-ui): update minor dependencies fix(eslint-config-custom-next): update minor dependencies Jul 10, 2024
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 01a00e8 to 593277b Compare July 12, 2024 09:42
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 593277b to b645535 Compare July 13, 2024 18:34
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from b645535 to 4d3bbdc Compare July 15, 2024 17:30
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from d7fc887 to edec62a Compare July 31, 2024 21:45
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from edec62a to 85b97db Compare August 1, 2024 15:59
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 85b97db to f8e21ef Compare August 2, 2024 11:31
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from f8e21ef to 719bc92 Compare August 6, 2024 17:27
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 719bc92 to bc9294c Compare August 6, 2024 20:00
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from bc9294c to 1a37b5e Compare August 8, 2024 16:23
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 1a37b5e to 58ca5d3 Compare August 9, 2024 11:52
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 58ca5d3 to 607e2ef Compare August 9, 2024 20:36
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 607e2ef to 6e1042f Compare August 12, 2024 04:01
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from d85e4e8 to c22f03d Compare August 12, 2024 04:07
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from c22f03d to e8bb0cc Compare August 12, 2024 04:12
@ReoHakase ReoHakase merged commit 7e6778b into main Aug 12, 2024
7 checks passed
@renovate renovate bot deleted the renovate/minor-dependencies branch August 12, 2024 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦️ build ビルドシステムや依存関係の変更
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant