-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(deps): update patch tuesday #957
Merged
Merged
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
simonknittel
temporarily deployed
to
terraform-test
July 23, 2024 07:12
— with
GitHub Actions
Inactive
Quality Gate passedIssues Measures |
Terraform Plan 📖
|
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:
8.19.2
->8.19.3
11.0.0-rc.456
->11.0.0-rc.461
11.0.0-rc.467
(+2)11.0.0-rc.456
->11.0.0-rc.461
11.0.0-rc.467
(+2)11.0.0-rc.456
->11.0.0-rc.461
11.0.0-rc.467
(+2)11.0.0-rc.456
->11.0.0-rc.461
11.0.0-rc.467
(+2)4.17.6
->4.17.7
7.16.0
->7.16.1
7.17.0
7.16.0
->7.16.1
7.17.0
v4.1.3
->v4.1.7
v4.1.6
->v4.1.8
v4.0.2
->v4.0.3
v4.3.3
->v4.3.4
v3.0.0
->v3.1.1
v1.2.1
->v1.2.2
3.3.2
->3.3.3
v40.1.11
->v40.2.2
v40.2.3
3.4.4
->3.4.5
3.4.6
Release Notes
TanStack/table (@tanstack/react-table)
v8.19.3
Compare Source
Version 8.19.3 - 7/14/24, 8:44 AM
Changes
Fix
a71ce10
) by PiRCi
0054eb3
) by Lachlan Collins241f26f
) by Lachlan CollinsDocs
bb0a536
) by @kadoshms6a4a10d
) by Joseph Markuse749f31
) by Radu Suciu7548860
) by Kevin VandyPackages
trpc/trpc (@trpc/client)
v11.0.0-rc.461
Compare Source
v11.0.0-rc.460
Compare Source
v11.0.0-rc.459
Compare Source
v11.0.0-rc.458
Compare Source
trpc/trpc (@trpc/next)
v11.0.0-rc.461
Compare Source
v11.0.0-rc.460
Compare Source
v11.0.0-rc.459
Compare Source
v11.0.0-rc.458
Compare Source
trpc/trpc (@trpc/react-query)
v11.0.0-rc.461
Compare Source
v11.0.0-rc.460
Compare Source
v11.0.0-rc.459
Compare Source
v11.0.0-rc.458
Compare Source
trpc/trpc (@trpc/server)
v11.0.0-rc.461
Compare Source
v11.0.0-rc.460
Compare Source
v11.0.0-rc.459
Compare Source
v11.0.0-rc.458
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.16.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.16.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.
actions/checkout (actions/checkout)
v4.1.7
Compare Source
v4.1.6
Compare Source
v4.1.5
Compare Source
user.email
to be41898282+github-actions[bot]@​users.noreply.github.com
by @cory-miller in https://github.com/actions/checkout/pull/1707v4.1.4
Compare Source
extensions.worktreeConfig
when disablingsparse-checkout
by @jww3 in https://github.com/actions/checkout/pull/1692actions/download-artifact (actions/download-artifact)
v4.1.8
Compare Source
What's Changed
Full Changelog: actions/download-artifact@v4...v4.1.8
v4.1.7
Compare Source
What's Changed
Full Changelog: actions/download-artifact@v4.1.6...v4.1.7
actions/setup-node (actions/setup-node)
v4.0.3
Compare Source
What's Changed
Bug fixes:
Documentation changes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-node@v4...v4.0.3
actions/upload-artifact (actions/upload-artifact)
v4.3.4
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4
hashicorp/setup-terraform (hashicorp/setup-terraform)
v3.1.1
Compare Source
BUG FIXES:
v3.1.0
Compare Source
ENHANCEMENTS:
oven-sh/setup-bun (oven-sh/setup-bun)
v1.2.2
Compare Source
oven-sh/setup-bun
is the github action for setting up Bun.This release introduces support for the
bun-download-url
input, which lets you override the URL used to download the .zip file for Bun.Here's an example:
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.
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.
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: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.
renovatebot/github-action (renovatebot/github-action)
v40.2.2
Compare Source
Build System
Continuous Integration
v40.2.1
Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
v40.2.0
Compare Source
Features
docker-network
input param (#853) (c928c7f)Documentation
Miscellaneous Chores
Build System
Continuous Integration
v40.1.12
Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
tailwindlabs/tailwindcss (tailwindcss)
v3.4.5
Compare Source
Fixed
var()
injection for anchor properties (#13826)blur(0px)
forbackdrop-blur-none
andblur-none
utilities (#13830).mts
and.cts
config file detection (#13940)px-1
unnecessarily when using utilities likepx-1.5
(#13959)-webkit-backdrop-filter
forbackdrop-*
utilities (#13997)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Renovate Bot.