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 #5291

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.24.8 -> 7.25.2 age adoption passing confidence
@iframe-resizer/react (source) 5.1.5 -> 5.2.6 age adoption passing confidence
@types/react (source) 18.3.3 -> 18.3.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.16.0 -> 7.18.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.16.0 -> 7.18.0 age adoption passing confidence
eslint-plugin-prettier 5.1.3 -> 5.2.1 age adoption passing confidence
eslint-plugin-react 7.34.3 -> 7.35.1 age adoption passing confidence
gatsby (source, changelog) 5.13.6 -> 5.13.7 age adoption passing confidence
husky 9.0.11 -> 9.1.5 age adoption passing confidence
lint-staged 15.2.7 -> 15.2.10 age adoption passing confidence
lucide-react (source) 0.407.0 -> 0.438.0 age adoption passing confidence
prettier (source) 3.3.2 -> 3.3.3 age adoption passing confidence
react-focus-lock 2.12.1 -> 2.13.2 age adoption passing confidence
react-use 17.5.0 -> 17.5.1 age adoption passing confidence
stylelint (source) 16.6.1 -> 16.9.0 age adoption passing confidence
tailwind-merge 2.4.0 -> 2.5.2 age adoption passing confidence
typescript (source) 5.5.3 -> 5.5.4 age adoption passing confidence
yarn (source) 4.4.0 -> 4.4.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.25.2

Compare Source

🐛 Bug Fix

v7.24.9

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
davidjbradshaw/iframe-resizer (@​iframe-resizer/react)

v5.2.6

Compare Source

What's Changed

Full Changelog: davidjbradshaw/iframe-resizer@v5.2.5...v5.2.6

v5.2.5

Compare Source

What's Changed

Thanks to @​Gamerweazel for help with this release.

Full Changelog: davidjbradshaw/iframe-resizer@v5.2.3...v5.2.5

v5.2.4

Compare Source

What's Changed

This release fixes a couple of bugs listed below and also provides a further performance improvement when handling observed mutations in the iframe's contents.

Thanks to @​Smoles and @​KhoiUna for help with testing this release.

Full Changelog: davidjbradshaw/iframe-resizer@v5.2.3...v5.2.4

v5.2.3

Compare Source

What's Changed

Full Changelog: davidjbradshaw/iframe-resizer@v5.2.1...v5.2.3

v5.2.2

Compare Source

What's Changed

Full Changelog: davidjbradshaw/iframe-resizer@v5.2.1...v5.2.2

v5.2.1

Compare Source

What's Changed

Full Changelog: davidjbradshaw/iframe-resizer@v5.2.0...v5.2.1

v5.2.0

Compare Source

This release includes a major update the page size calculation code. Now when iframe-resizer detects elements overflowing the root document element, it only needs to check the position of the overflowing elements, rather than every element on the page. In testing this can lead to 1,000 fold improvement in calculation time.

The offset option has been updated to offsetSize to make it clearer, the old version will be supported with a warning in all future v5 releases.

In page links now update the location bar, to enable support of the back button.

What's New

What's Changed

What's Fixed

Full Changelog: davidjbradshaw/iframe-resizer@v5.1.5...v5.2.0

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.

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.

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.1

Compare Source

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

v7.35.1

Compare Source

Fixed
  • [jsx-curly-brace-presence]: do not trigger on strings containing a quote character (#​3798 @​akulsr0)

v7.35.0

Compare Source

Added
Fixed
Changed

v7.34.4

Compare Source

Fixed
gatsbyjs/gatsby (gatsby)

v5.13.7

Compare Source

typicode/husky (husky)

v9.1.5

Compare Source

v9.1.4

Compare Source

v9.1.3

Compare Source

  • fix: better handle space in PATH

v9.1.2

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

Super saiyan god dog! It's over 9.0.0!

There's a bug with this release which prevents the deprecation notice to appear and requires to remove #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" (which are deprecated by the way). I'll publish a new version to fix that. Sorry about any inconvenience.

What's new

You can now run package commands directly, no need for npx or equivalents.
It makes writing hooks more intuitive and is also slightly faster 🐺⚡️

### .husky/pre-commit
- npx jest
+ jest # ~0.2s faster

A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.

### .husky/pre-commit
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
git update-index --again

For more advanced use cases, see lint-staged.

Fixes

  • bunx husky init command
  • Workaround for some hooks implementation on Windows 🤷

Deprecations

  • Remove #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" from your hooks
  • Move your code from ~/.huskyrc to .config/husky/init.sh

Support for these will be removed in v10, notices have been added.

Friendly reminder

If Git hooks don't fit your workflow, you can disable Husky globally. Just add export HUSKY=0 to .config/husky/init.sh.

I've seen some confusion about this on X, so just a heads-up!

Sponsoring

Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: GitHub Sponsors.

Have a nice summer ☀️ I'm open to new opportunities/consulting so feel free to drop me a message 😉

lint-staged/lint-staged (lint-staged)

v15.2.10

Compare Source

Patch Changes

v15.2.9

Compare Source

Patch Changes
  • #​1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning MaxListenersExceededWarning: Possible EventEmitter memory leak detected.

v15.2.8

Compare Source

Patch Changes
  • f0480f0 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 switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

lucide-icons/lucide (lucide-react)

v0.438.0: New icons 0.438.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.437.0: New icons 0.437.0

Compare Source

Modified Icons 🔨

v0.436.0: New icons 0.436.0

Compare Source

Modified Icons 🔨

v0.435.0: New icons 0.435.0

Compare Source

Modified Icons 🔨

v0.434.0: New icons 0.434.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.433.0: New icons 0.433.0

Compare Source

New icons 🎨

Fixes Lucide Solid

v0.432.0: New icons 0.432.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.429.0: New icons 0.429.0

Compare Source

Modified Icons 🔨

v0.428.0: New icons 0.428.0

Compare Source

New icons 🎨

Modified Icons 🔨

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 🔨


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 requested a review from a team as a code owner August 3, 2024 22:01
@renovate renovate bot added the dependencies Pull requests that update a dependency file (automatic) label Aug 3, 2024
@renovate renovate bot enabled auto-merge (squash) August 3, 2024 22:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from 2fcf609 to a630f4a Compare August 10, 2024 11:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 7f7d0b8 to 550d5ef Compare August 19, 2024 13:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 550d5ef to 3ed986c Compare August 19, 2024 19:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from f13d34e to f4b87ac Compare September 4, 2024 04:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 843db23 to 276be3e Compare September 9, 2024 11:48
@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-jqiysj September 9, 2024 11:52 Inactive
Copy link
Contributor

github-actions bot commented Sep 9, 2024

Link Check Report

There were no links to check!

@shcheklein shcheklein temporarily deployed to dvc-org-renovate-all-mi-jqiysj September 10, 2024 03:45 Inactive
@renovate renovate bot merged commit 9b7704b into main Sep 10, 2024
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch September 10, 2024 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file (automatic) pass-ci
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants