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 #2889

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/autocomplete 6.18.0 -> 6.18.1 age adoption passing confidence
@codemirror/commands 6.6.0 -> 6.6.2 age adoption passing confidence
@codemirror/language 6.10.2 -> 6.10.3 age adoption passing confidence
@codemirror/lint 6.8.1 -> 6.8.2 age adoption passing confidence
@codemirror/view 6.33.0 -> 6.34.1 age adoption passing confidence
@connectrpc/connect (source) 1.4.0 -> 1.5.0 age adoption passing confidence
@connectrpc/connect-web (source) 1.4.0 -> 1.5.0 age adoption passing confidence
@connectrpc/protoc-gen-connect-es (source) 1.4.0 -> 1.5.0 age adoption passing confidence
@playwright/test (source) 1.46.1 -> 1.47.2 age adoption passing confidence
@storybook/addon-essentials (source) 8.2.9 -> 8.3.4 age adoption passing confidence
@storybook/addon-interactions (source) 8.2.9 -> 8.3.4 age adoption passing confidence
@storybook/addon-links (source) 8.2.9 -> 8.3.4 age adoption passing confidence
@storybook/addon-onboarding (source) 8.2.9 -> 8.3.4 age adoption passing confidence
@storybook/addon-themes (source) 8.2.9 -> 8.3.4 age adoption passing confidence
@storybook/blocks (source) 8.2.9 -> 8.3.4 age adoption passing confidence
@storybook/react (source) 8.2.9 -> 8.3.4 age adoption passing confidence
@storybook/react-vite (source) 8.2.9 -> 8.3.4 age adoption passing confidence
@storybook/test (source) 8.2.9 -> 8.3.4 age adoption passing confidence
@tailwindcss/forms 0.5.8 -> 0.5.9 age adoption passing confidence
@tanstack/eslint-plugin-query (source) 5.52.0 -> 5.58.1 age adoption passing confidence
@tanstack/react-query (source) 5.52.2 -> 5.56.2 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.52.2 -> 5.58.0 age adoption passing confidence
@testing-library/react 16.0.0 -> 16.0.1 age adoption passing confidence
@types/mocha (source) 10.0.7 -> 10.0.8 age adoption passing confidence
@types/node (source) 20.16.2 -> 20.16.10 age adoption passing confidence
@types/node (source) 22.5.1 -> 22.7.4 age adoption passing confidence
@types/react (source) 18.3.8 -> 18.3.10 age adoption passing confidence
@types/vscode (source) 1.92.0 -> 1.93.0 age adoption passing confidence
@uiw/codemirror-theme-atomone (source) 4.23.0 -> 4.23.3 age adoption passing confidence
@uiw/codemirror-theme-github (source) 4.23.0 -> 4.23.3 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.1 -> 4.3.2 age adoption passing confidence
@vitest/ui (source) 2.0.5 -> 2.1.1 age adoption passing confidence
@vscode/vsce (source) 3.0.0 -> 3.1.1 age adoption passing confidence
jsdom 25.0.0 -> 25.0.1 age adoption passing confidence
storybook (source) 8.2.9 -> 8.3.4 age adoption passing confidence
tailwindcss (source) 3.4.10 -> 3.4.13 age adoption passing confidence
type-fest 4.25.0 -> 4.26.1 age adoption passing confidence
typescript (source) 5.5.4 -> 5.6.2 age adoption passing confidence
vite (source) 5.4.2 -> 5.4.8 age adoption passing confidence
vitest (source) 2.0.5 -> 2.1.1 age adoption passing confidence
webpack 5.94.0 -> 5.95.0 age adoption passing confidence

Release Notes

codemirror/autocomplete (@​codemirror/autocomplete)

v6.18.1

Compare Source

Bug fixes

Fix an issue where insertCompletionText would get confused about the length of the inserted text when it contained CRLF line breaks, and create an invalid selection.

Add Alt-Backtick as additional binding on macOS, where IME can take over Ctrl-Space.

codemirror/commands (@​codemirror/commands)

v6.6.2

Compare Source

Bug fixes

Fix an issue causing selectParentSyntax to not select syntax that is a direct child of the top node.

Make selectParentSyntax return false when it doesn't change the selection.

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.

codemirror/language (@​codemirror/language)

v6.10.3

Compare Source

Bug fixes

Fix a TypeScript error when using HighlightStyle with the exactOptionalPropertyTypes typechecking option enabled.

Make delimitedIndent align to spaces after the opening token.

codemirror/lint (@​codemirror/lint)

v6.8.2

Compare Source

Bug fixes

Show lint markers for code replaced by a block widget.

When multiple linters are installed, start displaying results from ones that return quickly even if others are slow to return.

codemirror/view (@​codemirror/view)

v6.34.1

Compare Source

Bug fixes

Avoid a stack overflow that could happen when updating a line with a lot of text tokens.

Improve the way enormously long (non-wrapped) lines are displayed by making sure they stay shorter than the maximal pixel size the browser's CSS engine can handle.

v6.34.0

Compare Source

Bug fixes

Fix an issue where the dots past the wrapping point were displayed incorrectly when using highlightWhitespace with a wrapped sequence of spaces.

Improve performance of documents displaying lots of highlighted spaces by using a CSS background instead of pseudo-element.

New features

placeholder now allows a function that constructs the placedholder DOM to be passed in, and uses cloneNode when a raw element is passed in, to prevent adding the same element to multiple editors.

connectrpc/connect-es (@​connectrpc/connect)

v1.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: connectrpc/connect-es@v1.4.0...v1.5.0

microsoft/playwright (@​playwright/test)

v1.47.2

Compare Source

Highlights

https://github.com/microsoft/playwright/pull/32699- [REGRESSION]: fix(codegen): use content_frame property in python/.NEThttps://github.com/microsoft/playwright/issues/327066- [REGRESSION]: page.pause() does not pause test timeout after 1.4https://github.com/microsoft/playwright/pull/3266161 - fix(trace-viewer): time delta between local and remote actions

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128

v1.47.1

Compare Source

v1.47.0

Compare Source

storybookjs/storybook (@​storybook/addon-essentials)

v8.3.4

Compare Source

v8.3.3

Compare Source

v8.3.2

Compare Source

v8.3.1

Compare Source

v8.3.0

Compare Source

Fresh out of the oven! Storybook 8.3 brings you:

  • ⚡️ First-class Vitest integration to run stories as component tests
  • 🔼 Next.js-Vite framework for Vitest compatibility and better DX
  • 🗜️ Further reduced bundle size for a smaller install footprint
  • 🌐 Experimental Story globals to standardize stories for themes, viewports, and locales
  • 💯 Hundreds more improvements
List of all updates

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 30, 2024 00:06
@renovate renovate bot requested a review from a team September 30, 2024 00:06
@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 30, 2024
@renovate renovate bot requested review from deniseli and removed request for a team September 30, 2024 00:06
@renovate renovate bot enabled auto-merge (squash) September 30, 2024 00:06
Copy link
Contributor Author

renovate bot commented Sep 30, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts 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.

File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/vscode/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/vscode/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/vscode/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/vscode/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/vscode/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/console/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
File name: frontend/vscode/package.json
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands

@renovate renovate bot force-pushed the renovate/js-all-minor-patch branch 6 times, most recently from 90b15cd to 170ec7f Compare September 30, 2024 05:38
@renovate renovate bot enabled auto-merge (squash) September 30, 2024 06:05
@renovate renovate bot force-pushed the renovate/js-all-minor-patch branch 2 times, most recently from 98d259e to 1621c55 Compare September 30, 2024 17:36
@renovate renovate bot force-pushed the renovate/js-all-minor-patch branch 2 times, most recently from 9bf37f5 to 4b648c9 Compare September 30, 2024 18:44
Copy link
Contributor Author

renovate bot commented Sep 30, 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 merged commit 7a3b45c into main Sep 30, 2024
91 of 92 checks passed
@renovate renovate bot deleted the renovate/js-all-minor-patch branch September 30, 2024 20:30
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