-
Notifications
You must be signed in to change notification settings - Fork 137
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 libs-non-major #466
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/libs-non-major
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.
Open
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/libs-non-major
branch
from
January 2, 2025 10:41
31099ad
to
5a9de7e
Compare
renovate
bot
force-pushed
the
renovate/libs-non-major
branch
from
January 2, 2025 22:58
5a9de7e
to
60d42b5
Compare
renovate
bot
force-pushed
the
renovate/libs-non-major
branch
from
January 3, 2025 09:07
60d42b5
to
72e3654
Compare
renovate
bot
force-pushed
the
renovate/libs-non-major
branch
from
January 5, 2025 12:27
72e3654
to
6929a57
Compare
renovate
bot
force-pushed
the
renovate/libs-non-major
branch
from
January 6, 2025 07:06
6929a57
to
e7db3c7
Compare
renovate
bot
force-pushed
the
renovate/libs-non-major
branch
from
January 8, 2025 14:43
e7db3c7
to
87f6e2d
Compare
renovate
bot
force-pushed
the
renovate/libs-non-major
branch
from
January 8, 2025 22:40
87f6e2d
to
ce910e8
Compare
renovate
bot
force-pushed
the
renovate/libs-non-major
branch
from
January 9, 2025 06:42
ce910e8
to
6b9abcb
Compare
renovate
bot
force-pushed
the
renovate/libs-non-major
branch
from
January 10, 2025 21:48
6b9abcb
to
86dd298
Compare
renovate
bot
force-pushed
the
renovate/libs-non-major
branch
from
January 11, 2025 01:53
86dd298
to
c4a045e
Compare
renovate
bot
force-pushed
the
renovate/libs-non-major
branch
from
January 13, 2025 21:47
c4a045e
to
188b9ee
Compare
renovate
bot
force-pushed
the
renovate/libs-non-major
branch
from
January 15, 2025 06:08
188b9ee
to
1d8dbcd
Compare
renovate
bot
force-pushed
the
renovate/libs-non-major
branch
from
January 16, 2025 04:33
1d8dbcd
to
836e116
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
9.17.0
->9.18.0
2.4.2
->2.5.0
1.0.89
->1.0.91
22.10.2
->22.10.7
8.18.2
->8.20.0
8.18.2
->8.20.0
9.1.0
->9.1.2
9.17.0
->9.18.0
5.2.1
->5.2.2
4.29.1
->4.30.1
4.31.0
->4.32.0
5.7.2
->5.7.3
8.18.2
->8.20.0
Release Notes
eslint/eslint (@eslint/js)
v9.18.0
Compare Source
google/clasp (@google/clasp)
v2.5.0
Compare Source
Features
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.20.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.19.1
Compare Source
🩹 Fixes
declare
keyword (#10543)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.19.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.20.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.19.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.19.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
open-cli-tools/concurrently (concurrently)
v9.1.2
Compare Source
What's Changed
New Contributors
Full Changelog: open-cli-tools/concurrently@v9.1.1...v9.1.2
v9.1.1
Compare Source
What's Changed
Full Changelog: open-cli-tools/concurrently@v9.1.0...v9.1.1
eslint/eslint (eslint)
v9.18.0
Compare Source
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.2.2
Compare Source
Patch Changes
aa5b59f
Thanks @ntnyq! - fix: report node when loc not foundrollup/rollup (rollup)
v4.30.1
Compare Source
2025-01-07
Bug Fixes
Pull Requests
v4.30.0
Compare Source
2025-01-06
Features
Pull Requests
v4.29.2
Compare Source
2025-01-05
Bug Fixes
import()
expressions from CommonJS (#5781)Pull Requests
sindresorhus/type-fest (type-fest)
v4.32.0
Compare Source
New types
IsTuple
(#1024)1e0872d
SetRequiredDeep
(#939)3d54627
Improvements
PartialDeep
: AddallowUndefinedInNonTupleArrays
option (#1019)278df80
Fixes
SetRequired
: Fix support for removal of optional modifiers from tuples (#1030)c897aad
microsoft/TypeScript (typescript)
v5.7.3
Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.20.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.19.1
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.19.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: Branch creation - "on thursday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.