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

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@segment/analytics-next (source) 1.72.0 -> 1.72.1 age adoption passing confidence
@types/node (source) 20.14.10 -> 20.14.11 age adoption passing confidence
framer-motion 11.3.4 -> 11.3.8 age adoption passing confidence
husky 9.0.11 -> 9.1.1 age adoption passing confidence
turbo (source) 2.0.6 -> 2.0.9 age adoption passing confidence

Release Notes

segmentio/analytics-next (@​segment/analytics-next)

v1.72.1

Compare Source

Patch Changes
framer/motion (framer-motion)

v11.3.8

Compare Source

Changed
  • Improve performance of layout animation calculated projection comparisons.

v11.3.7

Compare Source

Changed
  • Active render scheduling check to prevent unnecessary Set lookups.

v11.3.6

Compare Source

Changed
  • Minor performance improvements for layout animations.

v11.3.5

Compare Source

Fixed
  • Ensuring DOM bundle doesn't include react and react-dom as dependencies.
typicode/husky (husky)

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 😉

vercel/turbo (turbo)

v2.0.9

Compare Source

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


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 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner July 17, 2024 20:28
@renovate renovate bot added the kind/dependency Pull requests that update a dependency file label Jul 17, 2024
@openshift-ci openshift-ci bot requested review from 04kash and PatAKnight July 17, 2024 20:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f7319d to 37b0333 Compare July 17, 2024 21:08
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20.14.11 chore(deps): update all non-major dependencies Jul 17, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 000ab0a to f9a8b71 Compare July 19, 2024 23:16
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jul 19, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 49f765d to a2c5424 Compare July 20, 2024 17:20
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2c5424 to c4e42d4 Compare July 20, 2024 23:42
Copy link

openshift-ci bot commented Jul 22, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: BethGriggs

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit 6d9690e into main Jul 22, 2024
3 checks passed
@openshift-merge-bot openshift-merge-bot bot deleted the renovate/all-minor-patch branch July 22, 2024 10:28
rm3l added a commit to rm3l/janus-idp.github.io that referenced this pull request Jul 23, 2024
Not sure why we are building the website from PRs in the
backstage-plugins repo, but PR checks in the
janus-idp/backstage-plugins repo are failing due to an error
about dirty workspaces. See [1].

This has been narrowed down to the bump of Husky to v9.1.1 [2],
which, according to the release notes [3], makes Husky automatically
remove some deprecated statements.

[1] https://github.com/janus-idp/backstage-plugins/actions/workflows/pr-website.yaml
[2] janus-idp#330
[3] https://github.com/typicode/husky/releases/tag/v9.1.1
openshift-merge-bot bot pushed a commit that referenced this pull request Jul 23, 2024
Not sure why we are building the website from PRs in the
backstage-plugins repo, but PR checks in the
janus-idp/backstage-plugins repo are failing due to an error
about dirty workspaces. See [1].

This has been narrowed down to the bump of Husky to v9.1.1 [2],
which, according to the release notes [3], makes Husky automatically
remove some deprecated statements.

[1] https://github.com/janus-idp/backstage-plugins/actions/workflows/pr-website.yaml
[2] #330
[3] https://github.com/typicode/husky/releases/tag/v9.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved kind/dependency Pull requests that update a dependency file lgtm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant