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 devdependencies #188

Merged
merged 1 commit into from
Oct 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.24.7 -> 7.25.8 age adoption passing confidence
@babel/preset-env (source) 7.24.7 -> 7.25.8 age adoption passing confidence
@babel/preset-typescript (source) 7.24.7 -> 7.25.7 age adoption passing confidence
@commitlint/cli (source) 19.3.0 -> 19.5.0 age adoption passing confidence
@commitlint/config-conventional (source) 19.2.2 -> 19.5.0 age adoption passing confidence
@commitlint/cz-commitlint (source) 19.2.0 -> 19.5.0 age adoption passing confidence
@types/lodash (source) 4.17.5 -> 4.17.10 age adoption passing confidence
beachball (source) 2.43.1 -> 2.47.1 age adoption passing confidence
commitizen 4.3.0 -> 4.3.1 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
husky 9.0.11 -> 9.1.6 age adoption passing confidence
inquirer (source) 9.2.23 -> 9.3.7 age adoption passing confidence
prettier (source) 3.3.2 -> 3.3.3 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.25.8

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-parser, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-defer, babel-plugin-proposal-partial-application, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object, babel-preset-env

v7.25.7

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance

v7.25.2

Compare Source

🐛 Bug Fix

v7.24.9

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal

v7.24.8

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
conventional-changelog/commitlint (@​commitlint/cli)

v19.5.0

Compare Source

Features

19.4.1 (2024-08-28)

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

v19.4.1

Compare Source

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

v19.4.0

Compare Source

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

v19.5.0

Compare Source

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

19.4.1 (2024-08-28)

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

19.2.2 (2024-04-14)

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

v19.4.1

Compare Source

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

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

v19.5.0

Compare Source

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

v19.4.0

Compare Source

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

microsoft/beachball (beachball)

v2.47.1

Compare Source

Tue, 10 Sep 2024 08:02:59 GMT

Patches

v2.47.0

Compare Source

Sat, 07 Sep 2024 08:02:58 GMT

Minor changes
Patches

v2.46.0

Compare Source

Wed, 04 Sep 2024 18:40:01 GMT

Minor changes
  • add renderMainHeader changelog option (email not defined)

v2.45.0

Compare Source

Fri, 23 Aug 2024 08:03:09 GMT

Minor changes

v2.44.1

Compare Source

Thu, 22 Aug 2024 08:02:52 GMT

Patches

v2.44.0

Compare Source

Wed, 21 Aug 2024 22:56:03 GMT

Minor changes
commitizen/cz-cli (commitizen)

v4.3.1

Compare Source

4.3.1 (2024-09-27)
Bug Fixes
eslint/eslint (eslint)

v8.57.1

Compare Source

typicode/husky (husky)

v9.1.6

Compare Source

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 😉

SBoudrias/Inquirer.js (inquirer)

v9.3.7

Compare Source

v9.3.6

Compare Source

v9.3.5

Compare Source

  • Fix issue with plugins relying on internal inquirer packages file structure.

v9.3.4

Compare Source

v9.3.3

Compare Source

v9.3.2

Compare Source

v9.3.1

Compare Source

  • Fix risk of prototype injection.

v9.3.0

Compare Source

  • Replace chalk with picolors.
  • Drop many dependencies in favour of native functions when possible.

No impact expected, but it's a large changes in dependencies. Let us know if you run into any issues upgrading!

prettier/prettier (prettier)

v3.3.3

Compare Source

diff

Add parentheses for nullish coalescing in ternary (#​16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
Add parentheses for decorator expressions (#​16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@​(foo`tagged template`)
class X {}

// Prettier 3.3.2
@​foo`tagged template`
class X {}

// Prettier 3.3.3
@​(foo`tagged template`)
class X {}
Support @let declaration syntax (#​16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

@​let name = 'Frodo';

<h1>Dashboard for {{name}}</h1>
Hello, {{name}}

For more details, please refer to the excellent blog post by the Angular Team: Introducing @​let in Angular.

We also appreciate the Angular Team for kindly answering our questions to implement this feature.


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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Change in project dependencies. label Jun 26, 2024
@renovate renovate bot assigned rainx Jun 26, 2024
@renovate renovate bot requested a review from rainx June 26, 2024 22:27
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from e6133f2 to 9f028a3 Compare June 27, 2024 19:55
@renovate renovate bot changed the title chore(deps): update devdependency inquirer to v9.3.0 chore(deps): update devdependencies Jun 27, 2024
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch 7 times, most recently from 550967d to 58037f1 Compare July 7, 2024 18:44
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch 8 times, most recently from e15e9d6 to 79883e9 Compare July 18, 2024 13:59
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch 6 times, most recently from 824dc43 to d1643c1 Compare July 26, 2024 19:08
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch 4 times, most recently from 3a4c53c to 3c33e74 Compare July 30, 2024 04:04
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch 5 times, most recently from 17081fc to 8914147 Compare September 12, 2024 14:43
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 8914147 to ab04e54 Compare September 16, 2024 17:13
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch 5 times, most recently from edd59fa to b9b723f Compare September 30, 2024 02:48
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from b9b723f to fd827ce Compare September 30, 2024 02:49
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from fd827ce to 9f83ac3 Compare September 30, 2024 03:39
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 9f83ac3 to 4e6a3cd Compare September 30, 2024 03:40
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch 2 times, most recently from 9434be2 to 6c7bc6f Compare October 2, 2024 15:33
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 6c7bc6f to 4a9a372 Compare October 2, 2024 15:33
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 4a9a372 to 5137223 Compare October 3, 2024 10:44
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 5137223 to c21098f Compare October 3, 2024 10:45
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from c21098f to db927c0 Compare October 7, 2024 03:54
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from db927c0 to 56935f5 Compare October 7, 2024 03:55
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 56935f5 to 88b6345 Compare October 8, 2024 01:03
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 88b6345 to b7ac485 Compare October 8, 2024 01:04
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from b7ac485 to f9b6ef6 Compare October 9, 2024 03:38
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from f9b6ef6 to f6601d1 Compare October 9, 2024 03:39
@renovate renovate bot force-pushed the renovate/auto-merge-dev-dependencies-updates branch from f6601d1 to 7a271c5 Compare October 10, 2024 14:56
@rainx rainx force-pushed the renovate/auto-merge-dev-dependencies-updates branch from 7a271c5 to 1ebbc75 Compare October 10, 2024 14:57
@rainx rainx merged commit ad9f801 into main Oct 12, 2024
10 checks passed
@renovate renovate bot deleted the renovate/auto-merge-dev-dependencies-updates branch October 12, 2024 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Change in project dependencies.
Development

Successfully merging this pull request may close these issues.

1 participant