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(ui): update all non-major dependencies #359

Merged
merged 1 commit into from
Mar 30, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-a11y (source) 7.0.0-rc.9 -> 7.0.0-rc.10 age adoption passing confidence
@storybook/addon-actions (source) 7.0.0-rc.9 -> 7.0.0-rc.10 age adoption passing confidence
@storybook/addon-docs (source) 7.0.0-rc.9 -> 7.0.0-rc.10 age adoption passing confidence
@storybook/addon-essentials (source) 7.0.0-rc.9 -> 7.0.0-rc.10 age adoption passing confidence
@storybook/addon-interactions (source) 7.0.0-rc.9 -> 7.0.0-rc.10 age adoption passing confidence
@storybook/addon-links (source) 7.0.0-rc.9 -> 7.0.0-rc.10 age adoption passing confidence
@storybook/addon-viewport (source) 7.0.0-rc.9 -> 7.0.0-rc.10 age adoption passing confidence
@storybook/manager-api (source) 7.0.0-rc.9 -> 7.0.0-rc.10 age adoption passing confidence
@storybook/nextjs (source) 7.0.0-rc.9 -> 7.0.0-rc.10 age adoption passing confidence
@storybook/preview-api (source) 7.0.0-rc.9 -> 7.0.0-rc.10 age adoption passing confidence
@storybook/react (source) 7.0.0-rc.9 -> 7.0.0-rc.10 age adoption passing confidence
@storybook/theming (source) 7.0.0-rc.9 -> 7.0.0-rc.10 age adoption passing confidence
@storybook/types (source) 7.0.0-rc.9 -> 7.0.0-rc.10 age adoption passing confidence
@tiptap/extension-link (source) 2.0.0-beta.220 -> 2.0.0 age adoption passing confidence
@tiptap/react (source) 2.0.0-beta.220 -> 2.0.0 age adoption passing confidence
@tiptap/starter-kit (source) 2.0.0-beta.220 -> 2.0.0 age adoption passing confidence
@types/eslint (source) 8.21.3 -> 8.37.0 age adoption passing confidence
eslint-import-resolver-typescript 3.5.3 -> 3.5.4 age adoption passing confidence
eslint-plugin-turbo 1.8.6 -> 1.8.8 age adoption passing confidence
pnpm (source) 8.0.0 -> 8.1.0 age adoption passing confidence
storybook (source) 7.0.0-rc.9 -> 7.0.0-rc.10 age adoption passing confidence
turbo (source) 1.8.6 -> 1.8.8 age adoption passing confidence
type-fest 3.7.1 -> 3.7.2 age adoption passing confidence
webpack 5.76.3 -> 5.77.0 age adoption passing confidence

Release Notes

storybookjs/storybook

v7.0.0-rc.10

Compare Source

Features
  • CLI: Warn the user for duplicated versions after automigrate #​21791
Bug Fixes
  • Addon-docs: Add remark-slug and remark-external-links to Vite builder #​21796
  • Blocks: Add children prop types #​21803
Maintenance
  • CLI: Upgrade to latest storybook/react-native version #​21811
ueberdosis/tiptap (@​tiptap/extension-link)

v2.0.0

Compare Source

Note: Version bump only for package @​tiptap/extension-link

v2.0.0-rc.3

Compare Source

New Features
CI & Documentation

Full Changelog: ueberdosis/tiptap@v2.0.0-rc.2...v2.0.0-rc.3

v2.0.0-rc.2

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.0.0-rc.1...v2.0.0-rc.2

v2.0.0-rc.1

Compare Source

What's Changed
New Contributors

Full Changelog: ueberdosis/tiptap@v2.0.0-beta.220...v2.0.0-rc.1

ueberdosis/tiptap (@​tiptap/react)

v2.0.0

Compare Source

Note: Version bump only for package @​tiptap/react

v2.0.0-rc.3

Compare Source

New Features
CI & Documentation

Full Changelog: ueberdosis/tiptap@v2.0.0-rc.2...v2.0.0-rc.3

v2.0.0-rc.2

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.0.0-rc.1...v2.0.0-rc.2

v2.0.0-rc.1

Compare Source

What's Changed
New Contributors

Full Changelog: ueberdosis/tiptap@v2.0.0-beta.220...v2.0.0-rc.1

ueberdosis/tiptap (@​tiptap/starter-kit)

v2.0.0

Compare Source

Note: Version bump only for package @​tiptap/starter-kit

v2.0.0-rc.3

Compare Source

New Features
CI & Documentation

Full Changelog: ueberdosis/tiptap@v2.0.0-rc.2...v2.0.0-rc.3

v2.0.0-rc.2

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.0.0-rc.1...v2.0.0-rc.2

v2.0.0-rc.1

Compare Source

What's Changed

New Contributors

Full Changelog: ueberdosis/tiptap@v2.0.0-beta.220...v2.0.0-rc.1

import-js/eslint-import-resolver-typescript

v3.5.4

Compare Source

Patch Changes
vercel/turbo

v1.8.8: Turborepo v1.8.8

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v1.8.7...v1.8.8

v1.8.7: Turborepo v1.8.7

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v1.8.6...v1.8.7

pnpm/pnpm

v8.1.0

Compare Source

Minor Changes

  • A new setting has been added called dedupe-direct-deps, which is disabled by default. When set to true, dependencies that are already symlinked to the root node_modules directory of the workspace will not be symlinked to subproject node_modules directories. This feature was enabled by default in v8.0.0 but caused issues, so it's best to disable it by default #​6299.
  • Add ignore-workspace-cycles to silence workspace cycle warning #​6308.

Patch Changes

  • Print the right lowest supported Node.js version in the error message, when pnpm is executed with an old Node.js version #​6297.
  • Improve the outdated lockfile error message #​6304.

Our Gold Sponsors

Our Silver Sponsors

sindresorhus/type-fest

v3.7.2

Compare Source

webpack/webpack

v5.77.0

Compare Source

New Features

Developer Experience

Contributor Experience

New Contributors

Full Changelog: webpack/webpack@v5.76.3...v5.77.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from JoeKarow as a code owner March 29, 2023 16:40
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. labels Mar 29, 2023
@vercel
Copy link

vercel bot commented Mar 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
inreach-app ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 30, 2023 at 0:59AM (UTC)
inreach-web ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 30, 2023 at 0:59AM (UTC)

@ghost
Copy link

ghost commented Mar 29, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@sonarcloud
Copy link

sonarcloud bot commented Mar 30, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kodiakhq kodiakhq bot merged commit 741ae33 into dev Mar 30, 2023
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch March 30, 2023 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant