-
Notifications
You must be signed in to change notification settings - Fork 43
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 all non-major dependencies #822
base: dev
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for kleros-v2-testnet ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
a021c54
to
a5febbd
Compare
a5febbd
to
109147f
Compare
✅ Deploy Preview for kleros-v2-contracts ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
7fc38af
to
d1075ef
Compare
1b569ef
to
2711ffa
Compare
381bc4a
to
04356ed
Compare
f12544b
to
193cdf6
Compare
3e0bdbc
to
88102c1
Compare
88102c1
to
4c04af9
Compare
Code Climate has analyzed commit 4c04af9 and detected 0 issues on this pull request. View more on Code Climate. |
Quality Gate passedIssues Measures |
This PR contains the following updates:
0.64.1
->0.87.0
0.88.0
^0.32.0
->^0.35.0
^0.4.22
->^0.5.0
18.2.0
->18.3.12
^0.9.0
->^0.10.0
v3.5.3
->v3.6.0
v3.5.2
->v3.6.0
v3.0.8
->v3.1.5
v3.8.1
->v3.8.2
v3.1.2
->v3.2.1
v1.6.0
->v1.7.0
v1.4.1
->v1.7.0
v2.22.0
->v2.27.0
v0.22.0
->v0.31.0
14.2.14
->14.2.16
14.2.17
20.11.0
->20.18.0
18.19.0
->18.20.4
v2.3.0
->v2.4.0
v2.5.0
->v2.10.1
v2.6.0
->v2.10.1
^0.21.4
->^0.23.0
^0.21.0
->^0.22.0
4.0.2+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186
->4.5.1
Release Notes
logtail/logtail-js (@logtail/pino)
v0.5.2
Compare Source
What's Changed
Full Changelog: logtail/logtail-js@v0.5.1...v0.5.2
v0.5.0
Compare Source
What's Changed
New Contributors
Full Changelog: logtail/logtail-js@v0.4.23...v0.5.0
yornaath/batshit (@yornaath/batshit)
v0.10.1
Compare Source
v0.10.0
Compare Source
actions/checkout (actions/checkout)
v3.6.0
Compare Source
actions/dependency-review-action (actions/dependency-review-action)
v3.1.5
: 3.1.5Compare Source
What's Changed
per_page
when requesting diff by @hmaurer in https://github.com/actions/dependency-review-action/pull/649Full Changelog: actions/dependency-review-action@v3.1.4...v3.1.5
v3.1.4
: 3.1.4Compare Source
What's Changed
Fixed a bug with severity filtering when using the
allow_ghsas
option: https://github.com/actions/dependency-review-action/pull/623.Updates dependencies:
action/pull/620
Full Changelog: actions/dependency-review-action@v3...v3.1.4
v3.1.3
: 3.1.3Compare Source
What's Changed
Full Changelog: actions/dependency-review-action@v3...v3.1.3
v3.1.2
: 3.1.2Compare Source
What's Changed
Full Changelog: actions/dependency-review-action@v3...v3.1.2
v3.1.1
: 3.1.1Compare Source
What's Changed
octokit
,@actions/github
andtypescript
.Full Changelog: actions/dependency-review-action@v3.1.0...v3.1.1
v3.1.0
: 3.1.0Compare Source
What's New
Added support for dependencies submitted through the dependency submission API. This includes two new configuration parameters:
retry-on-snapshot-warnings
andretry-on-snapshot-warnings-timeout
.What's Changed
New Contributors
Full Changelog: actions/dependency-review-action@v3...v3.1.0
actions/setup-node (actions/setup-node)
v3.8.2
Compare Source
What's Changed
Full Changelog: actions/setup-node@v3...v3.8.2
actions/upload-artifact (actions/upload-artifact)
v3.2.1
Compare Source
What's Changed
This fixes the
include-hidden-files
input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0Full Changelog: actions/upload-artifact@v3.2.0...v3.2.1
v3.2.0
Compare Source
Notice: Breaking Changes⚠️
We will no longer include hidden files and folders by default in the
upload-artifact
action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option,include-hidden-files
, to continue to do so.See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.
What's Changed
Full Changelog: actions/upload-artifact@v3.1.3...v3.2.0
v3.1.3
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v3...v3.1.3
dependabot/fetch-metadata (dependabot/fetch-metadata)
v1.7.0
Compare Source
What's Changed
diff
directory by @jeffwidman in https://github.com/dependabot/fetch-metadata/pull/278New Contributors
Full Changelog: dependabot/fetch-metadata@v1.6.0...v1.7.0
getsentry/action-release (getsentry/action-release)
v1.7.0
Compare Source
v1.6.0
Compare Source
Reverts the PR attempting to update the CLI to v2.x
v1.5.0
Compare Source
github/codeql-action (github/codeql-action)
v2.27.0
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.2.27.0 - 22 Oct 2024
upload-sarif
Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by theupload-sarif
Action. #2557See the full CHANGELOG.md for more information.
v2.26.13
Compare Source
v2.26.12
Compare Source
v2.26.11
Compare Source
v2.26.10
Compare Source
v2.26.9
Compare Source
v2.26.8
Compare Source
v2.26.7
Compare Source
v2.26.6
Compare Source
v2.26.5
Compare Source
v2.26.4
Compare Source
v2.26.3
Compare Source
v2.26.2
Compare Source
v2.26.1
Compare Source
v2.26.0
Compare Source
v2.25.15
Compare Source
v2.25.14
Compare Source
v2.25.13
Compare Source
v2.25.12
Compare Source
v2.25.11
Compare Source
v2.25.10
Compare Source
v2.25.9
Compare Source
v2.25.8
Compare Source
v2.25.7
Compare Source
v2.25.6
Compare Source
v2.25.5
Compare Source
v2.25.4
Compare Source
v2.25.3
Compare Source
v2.25.2
Compare Source
v2.25.1
Compare Source
v2.25.0
Compare Source
v2.24.11
Compare Source
v2.24.10
Compare Source
v2.24.9
Compare Source
v2.24.8
Compare Source
v2.24.7
Compare Source
v2.24.6
Compare Source
v2.24.5
Compare Source
v2.24.4
Compare Source
v2.24.3
Compare Source
v2.24.2
Compare Source
v2.24.1
Compare Source
v2.24.0
Compare Source
v2.23.2
Compare Source
v2.23.1
Compare Source
v2.23.0
Compare Source
v2.22.12
Compare Source
v2.22.11
Compare Source
v2.22.10
Compare Source
v2.22.9
Compare Source
v2.22.8
Compare Source
v2.22.7
Compare Source
v2.22.6
Compare Source
v2.22.5
Compare Source
v2.22.4
Compare Source
v2.22.3
Compare Source
v2.22.2
Compare Source
v2.22.1
Compare Source
vercel/next.js (next)
v14.2.16
Compare Source
v14.2.15
Compare Source
Core Changes
Credits
Huge thanks to @ztanner, @agadzik, @huozhi, @styfle, @icyJoseph and @wyattjoh for helping!
nodejs/node (node)
v20.18.0
: 2024-10-03, Version 20.18.0 'Iron' (LTS), @targosCompare Source
Notable Changes
Experimental Network Inspection Support in Node.js
This update introduces the initial support for network inspection in Node.js.
Currently, this is an experimental feature, so you need to enable it using the
--experimental-network-inspection
flag.With this feature enabled, you can inspect network activities occurring within a JavaScript ap
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.