-
Notifications
You must be signed in to change notification settings - Fork 0
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 npm dependencies without major updates #196
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/npm-dependencies-without-major-updates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/npm-dependencies-without-major-updates
branch
6 times, most recently
from
March 13, 2024 16:27
8ca11f6
to
7893ad3
Compare
renovate
bot
force-pushed
the
renovate/npm-dependencies-without-major-updates
branch
6 times, most recently
from
March 20, 2024 21:02
eacb59e
to
fd1055b
Compare
To update the new tree-sitter version, all our supported languages need to update their Node binding for using Node API. So we should wait them to be changed before we merge this PR. |
renovate
bot
force-pushed
the
renovate/npm-dependencies-without-major-updates
branch
2 times, most recently
from
March 28, 2024 12:21
05aec1e
to
49bd960
Compare
renovate
bot
changed the title
chore(deps): update npm dependencies without major updates
fix(deps): update npm dependencies without major updates
Mar 28, 2024
renovate
bot
force-pushed
the
renovate/npm-dependencies-without-major-updates
branch
3 times, most recently
from
March 30, 2024 08:52
cae8153
to
5883ff2
Compare
renovate
bot
changed the title
fix(deps): update npm dependencies without major updates
chore(deps): update npm dependencies without major updates
Mar 30, 2024
renovate
bot
force-pushed
the
renovate/npm-dependencies-without-major-updates
branch
5 times, most recently
from
April 9, 2024 08:01
743cce8
to
28ff1e3
Compare
Coverage Report
File CoverageNo changed files found. |
renovate
bot
force-pushed
the
renovate/npm-dependencies-without-major-updates
branch
3 times, most recently
from
April 11, 2024 18:10
25fdab3
to
c85039f
Compare
renovate
bot
force-pushed
the
renovate/npm-dependencies-without-major-updates
branch
2 times, most recently
from
August 19, 2024 03:50
39852ed
to
ba01320
Compare
renovate
bot
force-pushed
the
renovate/npm-dependencies-without-major-updates
branch
2 times, most recently
from
August 26, 2024 14:46
59ca2cc
to
63e9c4b
Compare
renovate
bot
force-pushed
the
renovate/npm-dependencies-without-major-updates
branch
4 times, most recently
from
September 1, 2024 15:50
4f19e68
to
f76f80e
Compare
renovate
bot
force-pushed
the
renovate/npm-dependencies-without-major-updates
branch
3 times, most recently
from
September 9, 2024 19:10
697e772
to
7f4d289
Compare
renovate
bot
force-pushed
the
renovate/npm-dependencies-without-major-updates
branch
2 times, most recently
from
September 12, 2024 01:22
a5b5c69
to
457fb66
Compare
renovate
bot
force-pushed
the
renovate/npm-dependencies-without-major-updates
branch
4 times, most recently
from
September 27, 2024 17:04
a746e35
to
aea5f08
Compare
renovate
bot
force-pushed
the
renovate/npm-dependencies-without-major-updates
branch
2 times, most recently
from
October 8, 2024 22:52
145e386
to
2bf626e
Compare
renovate
bot
force-pushed
the
renovate/npm-dependencies-without-major-updates
branch
4 times, most recently
from
October 23, 2024 08:54
f6b4a15
to
d0e9f09
Compare
renovate
bot
force-pushed
the
renovate/npm-dependencies-without-major-updates
branch
5 times, most recently
from
October 31, 2024 20:26
bc96068
to
62c26a3
Compare
renovate
bot
force-pushed
the
renovate/npm-dependencies-without-major-updates
branch
from
November 3, 2024 07:53
62c26a3
to
c306453
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
19.1.0
->19.5.0
18.19.26
->18.19.64
17.0.32
->17.0.33
1.4.0
->1.6.0
^8.14.0
->8.14.0
19.2.1
->19.5.0
9.0.11
->9.1.6
15.2.2
->15.2.10
^7.0.1
->7.0.1
0.20.6
->0.22.0
5.3.3
->5.6.3
1.4.0
->1.6.0
Release Notes
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
v19.2.2
Compare Source
Note: Version bump only for package @commitlint/config-conventional
vitest-dev/vitest (@vitest/coverage-v8)
v1.6.0
Compare Source
🚀 Features
includeConsoleOutput
andaddFileAttribute
in junit - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5659 (2f913)🐞 Bug Fixes
resolveId('vitest')
afterbuildStart
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5646 (f5faf)toJSON
for error serialization - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5526 (19a21)*.test-d.*
by default - by @MindfulPol in https://github.com/vitest-dev/vitest/issues/5634 (bfe8a)vite-node
's wrapper only to executed files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5642 (c9883)🏎 Performance
View changes on GitHub
v1.5.3
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.5.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.5.1
Compare Source
🚀 Features
startVitest()
to acceptstdout
andstdin
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5493 (780b1)startVitest
API is experimental and doesn't follow semver.🐞 Bug Fixes
import.meta.env.PROD: false
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5561 (9c649)onTestFinished
in reverse order - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5598 (23f29)fileParallelism
by default on browser pool - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5528 (5c69f)v8-to-istanbul
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5549 (df6a4)cleanOnRerun
is disabled - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5540 (ea3c1)thresholds
to compare files relative to root - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5574 (80265)toEqual
andtoMatchObject
with circular references - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5535 (9e641)View changes on GitHub
v1.5.0
Compare Source
conventional-changelog/commitlint (commitlint)
v19.5.0
Compare Source
Note: Version bump only for package commitlint
19.4.1 (2024-08-28)
Note: Version bump only for package commitlint
v19.4.1
Compare Source
Note: Version bump only for package commitlint
v19.4.0
Compare Source
Note: Version bump only for package commitlint
v19.3.0
Compare Source
Note: Version bump only for package commitlint
19.2.2 (2024-04-14)
Note: Version bump only for package commitlint
19.2.1 (2024-03-19)
Note: Version bump only for package commitlint
v19.2.2
Compare Source
Note: Version bump only for package commitlint
typicode/husky (husky)
v9.1.6
Compare Source
v9.1.5
Compare Source
v9.1.4
Compare Source
v9.1.3
Compare Source
PATH
v9.1.2
Compare Source
v9.1.1
Compare Source
v9.1.0
Compare Source
Super saiyan
goddog! 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 🐺⚡️
A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.
For more advanced use cases, see lint-staged.
Fixes
bunx husky init
commandDeprecations
#!/usr/bin/env sh
and. "$(dirname -- "$0")/_/husky.sh"
from your hooks~/.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
e3f283b
Thanks @iiroj! - Update minor dependencies, includingmicromatch@~4.0.8
.v15.2.9
Compare Source
Patch Changes
b69ce2d
Thanks @iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warningMaxListenersExceededWarning: Possible EventEmitter memory leak detected
.v15.2.8
Compare Source
Patch Changes
f0480f0
Thanks @iiroj! - In the previous version the nativegit 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.jschild_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.
v15.2.7
Compare Source
Patch Changes
a51be80
Thanks @iiroj! - In the previous version the nativegit rev-parse --show-toplevel
command was taken into use for resolving the current git repo root. This version drops the--path-format=absolute
option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgradinggit
to the latest version.v15.2.6
Compare Source
Patch Changes
119adb2
Thanks @iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.v15.2.5
Compare Source
Patch Changes
#1424
31a1f95
Thanks @iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.#1423
91abea0
Thanks @iiroj! - Improve error logging when failing to read or parse a configuration file#1424
ee43f15
Thanks @iiroj! - Upgrade [email protected]v15.2.4
Compare Source
Patch Changes
4f4537a
Thanks @iiroj! - Fix release issue with previous version; update dependenciestree-sitter/node-tree-sitter (tree-sitter)
v0.22.0
Compare Source
v0.21.1
Compare Source
v0.21.0
Compare Source
BREAKING CHANGES:
tree-sitter generate
withtree-sitter
0.22.0 or newer. See https://github.com/tree-sitter/node-tree-sitter/issues/193#issuecomment-2002321890 (contributed by @segevfiner in #190)SyntaxNode.hasChanges
,SyntaxNode.hasError
andSyntaxNode.isMissing
are now properties (they used to be methods) (contributed by @amaanq in #190)Other changes:
microsoft/TypeScript (typescript)
v5.6.3
Compare Source
v5.6.2
Compare Source
v5.5.4
: TypeScript 5.5.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.5.3
: TypeScript 5.5.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.5.2
: TypeScript 5.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.5
: TypeScript 5.4.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.4
: TypeScript 5.4.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.3
: TypeScript 5.4.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.2
: TypeScript 5.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/Berlin, 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 was generated by Mend Renovate. View the repository job log.