-
Notifications
You must be signed in to change notification settings - Fork 153
chore(deps): update all non-major dependencies #405
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
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.
+1,068
−1,837
Conversation
This file contains hidden or 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
✅ Deploy Preview for n3-supabase canceled.
|
911ef8d
to
15cf0ef
Compare
4b2691a
to
2158176
Compare
8474ec5
to
454ad5f
Compare
bb73255
to
30b2b4b
Compare
30b2b4b
to
0520d3c
Compare
0520d3c
to
0389918
Compare
0389918
to
a586675
Compare
a586675
to
eeada86
Compare
eeada86
to
2ffb22b
Compare
2ffb22b
to
4791aad
Compare
4791aad
to
f1e97d6
Compare
f1e97d6
to
eda178b
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:
^1.0.6
->^1.7.0
^2.74.0
->^2.76.1
^24.7.0
->^24.9.1
^5.0.0
->^5.2.1
^9.37.0
->^9.38.0
10.18.1
->10.19.0
10.17.1
->10.19.0
5.6.3
->5.9.3
Release Notes
supabase/supabase-js (@supabase/supabase-js)
v2.76.1
Compare Source
v2.76.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
v2.75.1
Compare Source
This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes.
v2.75.0
Compare Source
🚀 Features
❤️ Thank You
nuxt-content/docus (docus)
v5.2.1
Compare Source
Bug Fixes
v5.2.0
Compare Source
Features
v5.1.0
Compare Source
v5.0.1
Compare Source
Features
Bug Fixes
eslint/eslint (eslint)
v9.38.0
Compare Source
Features
ce40f74
feat: updatecomplexity
rule to only highlight function header (#20048) (Atul Nair)e37e590
feat: correctno-loss-of-precision
false positives withe
notation (#20187) (Francesco Trotta)Bug Fixes
50c3dfd
fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)a1f06a3
fix: correct SourceCode typings (#20114) (Pixel998)Documentation
462675a
docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)c070e65
docs: correct formatting inno-irregular-whitespace
rule documentation (#20203) (루밀LuMir)b39e71a
docs: Update README (GitHub Actions Bot)cd39983
docs: movecustom-formatters
type descriptions tonodejs-api
(#20190) (Percy Ma)Chores
d17c795
chore: upgrade @eslint/js@9.38.0 (#20221) (Milos Djermanovic)25d0e33
chore: package.json update for @eslint/js release (Jenkins)c82b5ef
refactor: Use types from @eslint/core (#20168) (Nicholas C. Zakas)ff31609
ci: add Node.js 25 toci.yml
(#20220) (루밀LuMir)004577e
ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])eac71fb
test: remove use ofnodejsScope
option of eslint-scope from tests (#20206) (Milos Djermanovic)4168a18
chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)205dbd2
chore: fix typos (#20200) (ntnyq)dbb200e
chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)8962089
chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)pnpm/pnpm (pnpm)
v10.19.0
Compare Source
Minor Changes
You can now allow specific versions of dependencies to run postinstall scripts.
onlyBuiltDependencies
now accepts package names with lists of trusted versions. For example:Related PR: #10104.
Added support for exact versions in
minimumReleaseAgeExclude
#9985.You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by
minimumReleaseAge
. For example:v10.18.3
Compare Source
Patch Changes
verifyDepsBeforeInstall: install
and pre/post install scripts that called other pnpm scripts #10060.@scope:registry
) being parsed as property paths inpnpm config get
when--location=project
is used #9362.pnpm config set --location=project
incorrectly handling keys with slashes (auth tokens, registry settings) #9884.pnpm-workspace.yaml
and.npmrc
exist,pnpm config set --location=project
now writes topnpm-workspace.yaml
(matching read priority) #10072.pnpm outdated --long
#10040.v10.18.2
Compare Source
Patch Changes
pnpm outdated --long
should work #10040.pnpm dlx
should request the full metadata of packages, whenminimumReleaseAge
is set #9963.EPIPE
errors when piping output to other commands #10027.microsoft/TypeScript (typescript)
v5.9.3
: TypeScript 5.9.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
v5.9.2
: TypeScript 5.9Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
v5.8.3
: TypeScript 5.8.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement.
Downloads are available on:
v5.8.2
: TypeScript 5.8Compare Source
For release notes, check out the release announcement.
Downloads are available on:
v5.7.3
: TypeScript 5.7.3Compare Source
For release notes, check out the release announcement.
Downloads are available on npm
v5.7.2
: TypeScript 5.7Compare Source
For release notes, check out the release announcement.
Downloads are available on:
Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), 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.