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 minor updates (minor) #45

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
husky ^9.0.11 -> ^9.1.4 age adoption passing confidence
pnpm (source) 9.4.0 -> 9.7.1 age adoption passing confidence

Release Notes

typicode/husky (husky)

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 😉

pnpm/pnpm (pnpm)

v9.7.1

Compare Source

v9.7.0: pnpm 9.7

Compare Source

Minor Changes

  • Added pnpm version management. If the manage-package-manager-versions setting is set to true, pnpm will switch to the version specified in the packageManager field of package.json #​8363. This is the same field used by Corepack. Example:

    {
      "packageManager": "[email protected]"
    }
  • Added the ability to apply patch to all versions #​8337.

    If the key of pnpm.patchedDependencies is a package name without a version (e.g. pkg), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version of pkg installed, pnpm patch pkg and subsequent pnpm patch-commit $edit_dir will create an entry named pkg in pnpm.patchedDependencies. And pnpm will attempt to apply this patch to other versions of pkg in the future.

  • Change the default edit dir location when running pnpm patch from a temporary directory to node_modules/.pnpm_patches/pkg[@​version] to allow the code editor to open the edit dir in the same file tree as the main project #​8379.

  • Substitute environment variables in config keys #​6679.

Patch Changes

  • pnpm install should run node-gyp rebuild if the project has a binding.gyp file even if the project doesn't have an install script #​8293.
  • Print warnings to stderr #​8342.
  • Peer dependencies of optional peer dependencies should be automatically installed #​8323.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.6.0: pnpm 9.6

Compare Source

Minor Changes

  • Support specifying node version (via pnpm.executionEnv.nodeVersion in package.json) for running lifecycle scripts per each package in a workspace #​6720.
  • Overrides now support the catalogs: protocol #​8303.

Patch Changes

  • The pnpm deploy command now supports the catalog: protocol #​8298.
  • The pnpm outdated command now supports the catalog: protocol #​8304.
  • Correct the error message when trying to run pnpm patch without node_modules/.modules.yaml #​8257.
  • Silent reporting fixed with the pnpm exec command #​7608.
  • Add registries information to the calculation of dlx cache hash #​8299.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.5.0

Compare Source


Configuration

📅 Schedule: Branch creation - "after 10:00 before 19:00 every weekday except after 13:00 before 14:00" in timezone Europe/Berlin, 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 prisis as a code owner August 16, 2024 15:45
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Aug 16, 2024
Copy link

socket-security bot commented Aug 16, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] environment, filesystem, shell 0 4.01 kB typicode

🚮 Removed packages: npm/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/minor-updates branch from ff9ada1 to e2acdcc Compare August 19, 2024 14:06
@renovate renovate bot merged commit 54ea162 into main Aug 19, 2024
11 checks passed
@renovate renovate bot deleted the renovate/minor-updates branch August 19, 2024 15:27
prisis pushed a commit that referenced this pull request Oct 25, 2024
…-10-25)

### Bug Fixes

* fixed audit issue ([d4c841d](d4c841d))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#36](#36)) ([5933f74](5933f74))
* **deps:** update actions/cache action to v4.1.1 ([#74](#74)) ([4901998](4901998))
* **deps:** update actions/cache action to v4.1.2 ([#81](#81)) ([c620ff0](c620ff0))
* **deps:** update actions/checkout action to v4.2.1 ([#72](#72)) ([068420d](068420d))
* **deps:** update actions/checkout action to v4.2.2 ([#83](#83)) ([ce8b88c](ce8b88c))
* **deps:** update actions/dependency-review-action action to v4.3.4 ([#37](#37)) ([c5d2386](c5d2386))
* **deps:** update actions/dependency-review-action action to v4.3.5 ([#82](#82)) ([c70f4fc](c70f4fc))
* **deps:** update actions/setup-node action to v4.0.3 ([#38](#38)) ([11d28d6](11d28d6))
* **deps:** update actions/setup-node action to v4.0.4 ([#65](#65)) ([c9779c1](c9779c1))
* **deps:** update actions/upload-artifact action to v4.3.6 ([#39](#39)) ([a65f18c](a65f18c))
* **deps:** update actions/upload-artifact action to v4.4.0 ([#58](#58)) ([d4ba7cd](d4ba7cd))
* **deps:** update actions/upload-artifact action to v4.4.3 ([#73](#73)) ([4ba851a](4ba851a))
* **deps:** update amannn/action-semantic-pull-request action to v5.5.3 ([#40](#40)) ([d58a537](d58a537))
* **deps:** update commitlint monorepo to ^19.5.0 ([#61](#61)) ([8e5edd1](8e5edd1))
* **deps:** update dependency @commitlint/cli to ^19.4.0 ([#42](#42)) ([de66cee](de66cee))
* **deps:** update dependency @commitlint/cli to ^19.4.1 ([#53](#53)) ([09d810a](09d810a))
* **deps:** update dependency @commitlint/config-conventional to ^19.4.1 ([#54](#54)) ([21d62d2](21d62d2))
* **deps:** update dependency commitizen to ^4.3.1 ([#66](#66)) ([01ad245](01ad245))
* **deps:** update dependency husky to ^9.1.6 ([#62](#62)) ([84e52ae](84e52ae))
* **deps:** update dependency lint-staged to ^15.2.10 ([#57](#57)) ([f60d825](f60d825))
* **deps:** update dependency lint-staged to ^15.2.9 ([#43](#43)) ([66e03a5](66e03a5))
* **deps:** update dependency prettier to ^3.3.3 ([#41](#41)) ([232bdc0](232bdc0))
* **deps:** update dependency semantic-release to ^24.1.0 ([#46](#46)) ([8b02093](8b02093))
* **deps:** update dependency semantic-release to ^24.1.1 ([#60](#60)) ([3ae246f](3ae246f))
* **deps:** update dependency semantic-release to ^24.1.2 ([#67](#67)) ([45fd68c](45fd68c))
* **deps:** update dependency semantic-release to ^24.1.3 ([#80](#80)) ([7daa021](7daa021))
* **deps:** update dependency ubuntu to v24 ([#77](#77)) ([625eb51](625eb51))
* **deps:** update github/codeql-action action to v3.26.11 ([#68](#68)) ([ec4b417](ec4b417))
* **deps:** update github/codeql-action action to v3.26.12 ([#71](#71)) ([1464b3f](1464b3f))
* **deps:** update github/codeql-action action to v3.26.13 ([#78](#78)) ([d84a24b](d84a24b))
* **deps:** update github/codeql-action action to v3.26.2 ([#44](#44)) ([169f320](169f320))
* **deps:** update github/codeql-action action to v3.26.3 ([#48](#48)) ([75ef956](75ef956))
* **deps:** update github/codeql-action action to v3.26.4 ([#50](#50)) ([6b33de5](6b33de5))
* **deps:** update github/codeql-action action to v3.26.5 ([#51](#51)) ([7394497](7394497))
* **deps:** update github/codeql-action action to v3.26.6 ([#55](#55)) ([4b1b3ad](4b1b3ad))
* **deps:** update github/codeql-action action to v3.26.7 ([#63](#63)) ([9bfa3a2](9bfa3a2))
* **deps:** update github/codeql-action action to v3.27.0 ([#84](#84)) ([665f7b2](665f7b2))
* **deps:** update minor updates ([#45](#45)) ([54ea162](54ea162))
* **deps:** update ossf/scorecard-action action to v2.4.0 ([#47](#47)) ([4aec449](4aec449))
* **deps:** update patch updates ([#52](#52)) ([cc81546](cc81546))
* **deps:** update pnpm to v9.10.0 ([#59](#59)) ([972bb4c](972bb4c))
* **deps:** update pnpm to v9.12.1 ([#69](#69)) ([f7d35dd](f7d35dd))
* **deps:** update pnpm to v9.12.2 ([#79](#79)) ([0644739](0644739))
* **deps:** update pnpm to v9.9.0 ([#56](#56)) ([ecac73a](ecac73a))
* **deps:** update secretlint monorepo to ^8.4.0 ([#70](#70)) ([aa52dc1](aa52dc1))
* **deps:** update secretlint monorepo to ^8.5.0 (minor) ([#76](#76)) ([77342f4](77342f4))
* **deps:** update secretlint monorepo to v9 (major) ([#75](#75)) ([9bc2a30](9bc2a30))
* **deps:** update step-security/harden-runner action to v2.10.1 ([#64](#64)) ([0ad0d0d](0ad0d0d))
* **deps:** update step-security/harden-runner action to v2.9.1 ([#49](#49)) ([9c69ab6](9c69ab6))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants