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(deps): update all non-major dependencies (patch) #155

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@arethetypeswrong/cli (source) 0.15.0 -> 0.15.3 age adoption passing confidence
@commitlint/cli (source) 18.6.0 -> 18.6.1 age adoption passing confidence
@commitlint/config-conventional (source) 18.6.0 -> 18.6.3 age adoption passing confidence
@commitlint/types (source) 18.6.0 -> 18.6.1 age adoption passing confidence
@next/eslint-plugin-next (source) 14.2.0 -> 14.2.4 age adoption passing confidence
lint-staged 15.2.0 -> 15.2.7 age adoption passing confidence
prettier-plugin-tailwindcss 0.6.0 -> 0.6.5 age adoption passing confidence
publint (source) 0.2.7 -> 0.2.8 age adoption passing confidence
typescript (source) 5.4.2 -> 5.4.5 age adoption passing confidence

Release Notes

arethetypeswrong/arethetypeswrong.github.io (@​arethetypeswrong/cli)

v0.15.3

Compare Source

Patch Changes
  • e41cf2c: Update --ignore-rules options in CLI documents.

    Actual behavior changes were made in #​31 and #​85.

v0.15.2

Compare Source

Patch Changes
  • c8f113d: Fix incorrect validation error message text

v0.15.1

Compare Source

Patch Changes
conventional-changelog/commitlint (@​commitlint/cli)

v18.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v18.6.3

Compare Source

Bug Fixes

Full Changelog: conventional-changelog/commitlint@v18.6.2...v18.6.3

v18.6.2

Compare Source

Bug Fixes

v18.6.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

conventional-changelog/commitlint (@​commitlint/types)

v18.6.1

Compare Source

Note: Version bump only for package @​commitlint/types

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

v14.2.4

Compare Source

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

Core Changes
  • fix: ensure route handlers properly track dynamic access (#​66446)
  • fix NextRequest proxy in edge runtime (#​66551)
  • Fix next/dynamic with babel and src dir (#​65177)
  • Use vercel deployment url for metadataBase fallbacks (#​65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#​65235)
  • Fix loading navigation with metadata and prefetch (#​66447)
  • prevent duplicate RSC fetch when action redirects (#​66620)
  • ensure router cache updates reference the latest cache values (#​66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#​66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#​66674)
  • Use addDependency to track metadata route file changes (#​66714)
  • Add timeout/retry handling for fetch cache (#​66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#​66755)
Credits

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

v14.2.3

Compare Source

v14.2.2

Compare Source

v14.2.1

Compare Source

okonet/lint-staged (lint-staged)

v15.2.7

Compare Source

Patch Changes
  • #​1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

v15.2.6

Compare Source

Patch Changes
  • #​1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.

v15.2.5

Compare Source

Patch Changes
  • #​1424 31a1f95 Thanks @​iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.

  • #​1423 91abea0 Thanks @​iiroj! - Improve error logging when failing to read or parse a configuration file

  • #​1424 ee43f15 Thanks @​iiroj! - Upgrade micromatch@4.0.7

v15.2.4

Compare Source

Patch Changes
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies

v15.2.2

Compare Source

Patch Changes
  • #​1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.

v15.2.1

Compare Source

Patch Changes
  • #​1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.6.5

Compare Source

  • Only re-apply string escaping when necessary (#​295)

v0.6.4

Compare Source

  • Export PluginOptions type (#​292)

v0.6.3

Compare Source

  • Improve detection of string concatenation (#​288)

v0.6.2

Compare Source

Changed
  • Only remove duplicate Tailwind classes (#​277)
  • Make sure escapes in classes are preserved in string literals (#​286)

v0.6.1

Compare Source

Added
  • Add new tailwindPreserveDuplicates option to disable removal of duplicate classes (#​276)
Fixed
  • Improve handling of whitespace removal when concatenating strings (#​276)
  • Fix a bug where Angular expressions may produce invalid code after sorting (#​276)
  • Disabled whitespace and duplicate class removal for Liquid and Svelte (#​276)
bluwy/publint (publint)

v0.2.8

Compare Source

Bug fixes

Full Changelog: bluwy/publint@v0.2.7...v0.2.8

Microsoft/TypeScript (typescript)

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.3: TypeScript 5.4.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Prague, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Feb 5, 2024
@renovate renovate bot enabled auto-merge (squash) February 5, 2024 01:49
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 3 times, most recently from 22f3102 to d486fa5 Compare February 5, 2024 13:22
@renovate renovate bot changed the title chore(deps): update all non-major dependencies (patch) fix(deps): update all non-major dependencies (patch) Feb 5, 2024
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 2 times, most recently from a52dd91 to 704b42f Compare February 11, 2024 22:38
@renovate renovate bot changed the title fix(deps): update all non-major dependencies (patch) chore(deps): update all non-major dependencies (patch) Feb 11, 2024
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 7 times, most recently from 3cb3d80 to b575861 Compare February 19, 2024 00:35
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 4 times, most recently from 68c495f to 56bb942 Compare February 26, 2024 04:21
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 6 times, most recently from 244cb18 to 1bb6a4c Compare March 9, 2024 21:28
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 4 times, most recently from a3765e5 to 9b48b5b Compare March 14, 2024 09:21
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 4 times, most recently from fc76248 to 3a682f1 Compare April 22, 2024 01:04
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 2 times, most recently from 7c08972 to 0239f0e Compare April 29, 2024 04:39
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 2 times, most recently from e7e54ce to ec8344b Compare May 6, 2024 04:50
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from ec8344b to 2d32620 Compare May 13, 2024 04:09
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 5 times, most recently from 334b3c4 to 9bd15f2 Compare May 28, 2024 12:47
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 5 times, most recently from 5023ebd to bec9f20 Compare June 10, 2024 04:15
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 7 times, most recently from 6bd47a2 to 05ac1c3 Compare June 17, 2024 06:38
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 2 times, most recently from 5f86ab0 to ba45490 Compare June 24, 2024 01:12
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from ba45490 to 143ff8d Compare June 24, 2024 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants