Skip to content
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 #2634

Merged
merged 3 commits into from
Sep 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@chromatic-com/storybook 1.7.0 -> 1.9.0 age adoption passing confidence devDependencies minor
@codemirror/commands 6.6.0 -> 6.6.1 age adoption passing confidence dependencies patch
@headlessui/react (source) 2.1.3 -> 2.1.5 age adoption passing confidence dependencies patch
@playwright/test (source) 1.46.1 -> 1.47.0 age adoption passing confidence devDependencies minor
@tailwindcss/forms 0.5.8 -> 0.5.9 age adoption passing confidence dependencies patch
@tanstack/eslint-plugin-query (source) 5.52.0 -> 5.53.0 age adoption passing confidence devDependencies minor
@tanstack/react-query (source) 5.52.2 -> 5.55.4 age adoption passing confidence dependencies minor
@tanstack/react-query-devtools (source) 5.52.2 -> 5.55.4 age adoption passing confidence dependencies minor
@testing-library/react 16.0.0 -> 16.0.1 age adoption passing confidence devDependencies patch
@types/node (source) 20.16.2 -> 20.16.5 age adoption passing confidence devDependencies patch
@types/node (source) 22.5.1 -> 22.5.4 age adoption passing confidence devDependencies patch
@types/vscode (source) 1.92.0 -> 1.93.0 age adoption passing confidence devDependencies minor
@uiw/codemirror-theme-atomone (source) 4.23.0 -> 4.23.1 age adoption passing confidence dependencies patch
@uiw/codemirror-theme-github (source) 4.23.0 -> 4.23.1 age adoption passing confidence dependencies patch
@vscode/vsce (source) 3.0.0 -> 3.1.0 age adoption passing confidence devDependencies minor
buf 1.39.0 -> 1.40.1 age adoption passing confidence minor
clap 4.5.16 -> 4.5.17 age adoption passing confidence workspace.dependencies patch
github.com/aws/aws-sdk-go-v2 v1.30.4 -> v1.30.5 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/config v1.27.31 -> v1.27.33 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/credentials v1.17.30 -> v1.17.32 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/kms v1.35.5 -> v1.35.7 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.32.6 -> v1.32.8 age adoption passing confidence require patch
github.com/docker/docker v27.2.0+incompatible -> v27.2.1+incompatible age adoption passing confidence require patch
github.com/jackc/pgx/v5 v5.6.0 -> v5.7.0 age adoption passing confidence require minor
go 1.23.0 -> 1.23.1 age adoption passing confidence patch
golang.org/x/mod v0.20.0 -> v0.21.0 age adoption passing confidence require minor
golang.org/x/net v0.28.0 -> v0.29.0 age adoption passing confidence require minor
golang.org/x/sys v0.24.0 -> v0.25.0 age adoption passing confidence require minor
golang.org/x/term v0.23.0 -> v0.24.0 age adoption passing confidence require minor
modernc.org/sqlite v1.32.0 -> v1.33.0 age adoption passing confidence require minor
node 22.7.0 -> 22.8.0 age adoption passing confidence minor
postcss (source) 8.4.44 -> 8.4.45 age adoption passing confidence devDependencies patch
prost 0.13.1 -> 0.13.2 age adoption passing confidence workspace.dependencies patch
prost-build 0.13.1 -> 0.13.2 age adoption passing confidence workspace.dependencies patch
prost-types 0.13.1 -> 0.13.2 age adoption passing confidence workspace.dependencies patch
serde (source) 1.0.209 -> 1.0.210 age adoption passing confidence workspace.dependencies patch
serde_json 1.0.127 -> 1.0.128 age adoption passing confidence workspace.dependencies patch
syn 2.0.76 -> 2.0.77 age adoption passing confidence workspace.dependencies patch
tokio (source) 1.39.3 -> 1.40.0 age adoption passing confidence workspace.dependencies minor
tonic 0.12.1 -> 0.12.2 age adoption passing confidence workspace.dependencies patch
tonic-build 0.12.1 -> 0.12.2 age adoption passing confidence workspace.dependencies patch
type-fest 4.25.0 -> 4.26.1 age adoption passing confidence dependencies minor
vite (source) 5.4.2 -> 5.4.3 age adoption passing confidence devDependencies patch
com.github.ozsie:detekt-maven-plugin (source) 1.23.5 -> 1.23.7 age adoption passing confidence build patch
net.revelc.code:impsort-maven-plugin 1.11.0 -> 1.12.0 age adoption passing confidence build minor
io.quarkus.platform:quarkus-maven-plugin (source) 3.14.1 -> 3.14.2 age adoption passing confidence build patch
io.quarkus:quarkus-extension-maven-plugin 3.14.1 -> 3.14.2 age adoption passing confidence build patch
io.quarkus:quarkus-ide-config 3.14.1 -> 3.14.2 age adoption passing confidence build patch
io.quarkus:quarkus-maven-plugin 3.14.1 -> 3.14.2 age adoption passing confidence build patch
io.quarkus:quarkus-bom 3.14.1 -> 3.14.2 age adoption passing confidence import patch
io.quarkus:quarkus-extension-processor 3.14.1 -> 3.14.2 age adoption passing confidence patch
io.quarkus.platform:quarkus-bom 3.14.1 -> 3.14.2 age adoption passing confidence dependencies patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

chromaui/addon-visual-tests (@​chromatic-com/storybook)

v1.9.0

Compare Source

🚀 Enhancement
  • Relay client-side fetch requests to the server using the Storybook channel API #​331 (@​ghengeveld)
Authors: 1

v1.8.0

Compare Source

🚀 Enhancement
  • Add paramKey: "chromatic" to allow disabling the VTA panel through story parameters #​334 (@​mellm0)
Authors: 1

codemirror/commands (@​codemirror/commands)

v6.6.1

Compare Source

Bug fixes

Fix a bug in the undo history that would cause it to incorrectly track inverted effects when adding multiple edits to a single history event.

tailwindlabs/headlessui (@​headlessui/react)

v2.1.5

Compare Source

Fixed
  • Fix transition bug on Firefox, triggered by clicking the PopoverButton in rapid succession (#​3452)

v2.1.4

Compare Source

Fixed
  • Fix components not closing properly when using the transition prop (#​3448)
microsoft/playwright (@​playwright/test)

v1.47.0

Compare Source

tailwindlabs/tailwindcss-forms (@​tailwindcss/forms)

v0.5.9

Compare Source

Fixed
  • Fallback to static chevron color if theme is using variables (#​167)
TanStack/query (@​tanstack/eslint-plugin-query)

v5.53.0

Compare Source

Version 5.53.0 - 8/30/24, 7:14 AM

Changes

Feat
  • eslint-plugin: use typescript-eslint v8 stable (#​7968) (f3aad7c) by Riva Junior

Packages

v5.52.3

Compare Source

Version 5.52.3 - 8/29/24, 11:03 PM

Changes

Fix
  • angular-query: fix type of isSuccess, isError, isPending, isIdle on mutation result (#​7923) (eee80af) by divdavem
Chore
Docs
  • Add known limitation about cancellation with suspense hooks (#​7958) (804357b) by Romain Trotard

Packages

testing-library/react-testing-library (@​testing-library/react)

v16.0.1

Compare Source

uiwjs/react-codemirror (@​uiw/codemirror-theme-atomone)

v4.23.1

Compare Source

Buy me a coffee

Documentation v4.23.1: https://raw.githack.com/uiwjs/react-codemirror/6cea09c/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.23.0...v4.23.1

npm i @​uiw/[email protected]
Microsoft/vsce (@​vscode/vsce)

v3.1.0

Compare Source

Changes:

Feature Requests:
  • #​1044: Enable verifying the signed package
Others:
  • #​1050: Fix unused-files-patterns check and add tests
  • #​1046: Fix typo in option hint
  • #​1045: add verify-signature command. Fixes #​1044
  • #​1037: Fix punycode deprecation warning
  • #​1040: Allow packaging extension without a publisher

This list of changes was auto generated.

bufbuild/buf (buf)

v1.40.1

  • Fix issue with buf lint where comment ignores in the shape of // buf:lint:ignore <RULE_ID> <extra comment>
    were not recognized due to the extra comment.

v1.40.0

  • Add concept of a default lint or breaking rule, which is printed out as a property when running
    buf config ls-{breaking,lint}-rules. Default rules are those rules which are run if no lint
    or breaking rules are explicitly configured in your buf.yaml.
  • Rename DEFAULT lint rule category to STANDARD. With the concept of default rules being introduced,
    having a category named DEFAULT is confusing, as while it happens that all the rules in the DEFAULT
    lint category are also default rules, the name has become overloaded. As with all buf changes, this
    change is backwards-compatible: the DEFAULT lint category continues to work, and always will. We
    recommend changing to STANDARD, however.
clap-rs/clap (clap)

v4.5.17

Compare Source

Fixes
  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.30.5

Compare Source

docker/docker (github.com/docker/docker)

v27.2.1+incompatible

Compare Source

jackc/pgx (github.com/jackc/pgx/v5)

v5.7.0

Compare Source

golang/go (go)

v1.23.1

cznic/sqlite (modernc.org/sqlite)

v1.33.0

Compare Source

nodejs/node (node)

v22.8.0: 2024-09-03, Version 22.8.0 (Current), @​RafaelGSS

Compare Source

New JS API for compile cache

This release adds a new API module.enableCompileCache() that can be used to en


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from alecthomas as a code owner September 9, 2024 02:17
@renovate renovate bot requested a review from a team September 9, 2024 02:17
@renovate renovate bot added the run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue label Sep 9, 2024
@renovate renovate bot requested review from wesbillman and removed request for a team September 9, 2024 02:17
@renovate renovate bot enabled auto-merge September 9, 2024 02:17
Copy link
Contributor Author

renovate bot commented Sep 9, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
 ERR_PNPM_UNSUPPORTED_ENGINE  Unsupported environment (bad pnpm and/or Node.js version)

Your Node version is incompatible with "/tmp/renovate/repos/github/TBD54566975/ftl/frontend/console".

Expected version: >=22.7.0
Got: v20.17.0

This is happening because the package's manifest has an engines.node field specified.
To fix this issue, install the required Node version.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cf07c1e to b9be4df Compare September 9, 2024 09:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b9be4df to 0b1a485 Compare September 9, 2024 14:28
Copy link
Contributor Author

renovate bot commented Sep 9, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot added this pull request to the merge queue Sep 9, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 9, 2024
@wesbillman wesbillman added this pull request to the merge queue Sep 9, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 9, 2024
@wesbillman wesbillman added this pull request to the merge queue Sep 9, 2024
Merged via the queue into main with commit 57ec79c Sep 9, 2024
88 checks passed
@wesbillman wesbillman deleted the renovate/all-minor-patch branch September 9, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant