-
Notifications
You must be signed in to change notification settings - Fork 0
chore(Renovate): ⬆️ Update project monorepo tools (major) #465
base: main
Are you sure you want to change the base?
Conversation
|
Code Climate has analyzed commit 884b158 and detected 0 issues on this pull request. View more on Code Climate. |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected] |
Size Change: 0 B Total Size: 185 kB ℹ️ View Unchanged
|
41a850a
to
3c1d8ad
Compare
b2fb1a2
to
4554eb0
Compare
4554eb0
to
971b12a
Compare
Quality Gate passedIssues Measures |
971b12a
to
9c993d9
Compare
husky
to v9
493330d
to
56f8df9
Compare
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎ To accept the risk, merge this PR and you will not be notified again.
Next stepsWhat is an install script?Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts. Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead. Take a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with
|
56f8df9
to
884b158
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
8.0.3
->9.0.11
1.11.2
->2.0.4
Release Notes
typicode/husky (husky)
v9.0.11
Compare Source
v9.0.10
Compare Source
v9.0.9
Compare Source
v9.0.8
Compare Source
v9.0.7
Compare Source
~/.huskyrc
correctly (compatibility with v8)v9.0.6
Compare Source
v9.0.5
Compare Source
v9.0.4
Compare Source
v9.0.3
Compare Source
v9.0.2
Compare Source
What's Changed
New Contributors
Full Changelog: typicode/husky@v9.0.1...v9.0.2
v9.0.1
Compare Source
Kicking off the year with an exciting update!
TLDR;
Improved user experience and a (even) smaller package size while packing in more features!
👋 By the Way
I'm available for remote work (Front-end/Back-end mainly JS/TS but open to other stacks Rails, Go, Elixir). You can contact me at my mail: typicode at gmail 🙂
Introducing
husky init
Adding husky to a project is now easier than ever. Although the installation process was straightforward, it often required consulting the documentation.
v8
v9
Adding a New Hook
Adding a hook is now as simple as creating a file. This can be accomplished using your favorite editor, a script or a basic
echo
command.v8
v9
Further Size Reduction
v8
was already the most compact Git hooks manager at approximately6kB
.v9
takes this a step further, reducing the size to just3kB
, likely making it the smallest devDependency in your toolkit.To give you an idea of how small it is, the biggest file in the project is the MIT license 😄
More to Come
Additional features are in the pipeline for
v9
. Stay tuned 🙌Other Changes
--provenance
for safer publishing.$XDG_CONFIG_HOME
support. Move~/.huskyrc
to~/.config/husky/init.sh
for centralized configuration.husky install
. Usehusky
orhusky some/dir
for the same functionality (deprecation notice to be added)..git
is missing; it now triggers a warning instead of failure.HUSKY_DEBUG=1
withHUSKY=2
for debugging.ESM
for module usage.How to Migrate
v9
is backward compatible withv8
, allowing you to freely upgrade and migrate your hooks later.package.json
.husky/pre-commit
vercel/turbo (turbo)
v2.0.4
: Turborepo v2.0.4Compare Source
What's Changed
create-turbo
create-turbo
to use carat versions. by @anthonyshew in https://github.com/vercel/turbo/pull/8448@turbo/codemod
Examples
eslint-config-turbo
configuration in examples. by @anthonyshew in https://github.com/vercel/turbo/pull/8405Changelog
LD_LIBRARY_PATH
to default forwarded env vars by @GauBen in https://github.com/vercel/turbo/pull/8412New Contributors
Full Changelog: vercel/turborepo@v2.0.3...v2.0.4
v2.0.3
: Turborepo v2.0.3Compare Source
What's Changed
turbo-ignore
Changelog
Full Changelog: vercel/turborepo@v2.0.2...v2.0.3
v2.0.2
: Turborepo v2.0.2Compare Source
What's Changed
@turbo/codemod
Examples
Changelog
New Contributors
Full Changelog: vercel/turborepo@v2.0.1...v2.0.2
v2.0.1
: Turborepo v2.0.1Compare Source
Full Changelog: vercel/turborepo@v2.0.0...v2.0.1
v2.0.0
: Turborepo v2.0.0Compare Source
What's Changed
Upgrade guide: https://turbo.build/repo/docs/crafting-your-repository/upgrading
@turbo/codemod
Changelog
Breaking
Other
Full Changelog: vercel/turborepo@v1.13.4...v2.0.0
v1.13.4
: Turborepo v1.13.4Compare Source
What's Changed
Docs
turbo-ignore
@turbo/repository
Examples
Changelog
commonjs
by @wesleycoder in https://github.com/vercel/turbo/pull/8109New Contributors
Full Changelog: vercel/turborepo@v1.13.3...v1.13.4
v1.13.3
Compare Source
v1.13.2
Compare Source
v1.13.1
Compare Source
v1.13.0
Compare Source
v1.12.5
Compare Source
v1.12.4
: Turborepo v1.12.4Compare Source
What's Changed
Docs
create-turbo
@turbo/repository -⚠️ Alpha - Expect Breaking Changes
Changelog
daemon log
subcommand by @NicholasLYang in https://github.com/vercel/turbo/pull/7305New Contributors
Full Changelog: vercel/turborepo@v1.12.3...v1.12.4
v1.12.3
: Turborepo v1.12.3Compare Source
What's Changed
Docs
create-turbo
Examples
Changelog
New Contributors
Full Changelog: vercel/turborepo@v1.12.2...v1.12.3
v1.12.2
: Turborepo v1.12.2Compare Source
What's Changed
create-turbo
Changelog
Full Changelog: vercel/turborepo@v1.12.1...v1.12.2
v1.12.1
: Turborepo v1.12.1Compare Source
What's Changed
Docs
create-turbo
Changelog
New Contributors
Full Changelog: vercel/turborepo@v1.12.0...v1.12.1
v1.12.0
: Turborepo v1.12.0Compare Source
What's Changed
Docs
what-to-cache.mdx
by @pjlangley in [https://github.com/vercel/turbo/Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,on sunday,before 5am every weekday" in timezone Asia/Taipei, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.