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

⬆️(dependencies) update js dependencies #9

Merged
merged 2 commits into from Mar 29, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.20.7 -> 7.21.3 age adoption passing confidence
@changesets/cli (source) 2.26.0 -> 2.26.1 age adoption passing confidence
@storybook/addon-actions (source) 6.5.15 -> 6.5.16 age adoption passing confidence
@storybook/addon-essentials (source) 6.5.15 -> 6.5.16 age adoption passing confidence
@storybook/addon-interactions (source) 6.5.15 -> 6.5.16 age adoption passing confidence
@storybook/addon-links (source) 6.5.15 -> 6.5.16 age adoption passing confidence
@storybook/builder-vite 0.2.6 -> 0.4.2 age adoption passing confidence
@storybook/react (source) 6.5.15 -> 6.5.16 age adoption passing confidence
@tanstack/react-table 8.7.9 -> 8.8.4 age adoption passing confidence
@testing-library/dom 8.19.1 -> 9.2.0 age adoption passing confidence
@testing-library/react 13.4.0 -> 14.0.0 age adoption passing confidence
@types/jest (source) 29.2.4 -> 29.5.0 age adoption passing confidence
@types/node (source) 18.11.18 -> 18.15.11 age adoption passing confidence
@types/react (source) 18.0.26 -> 18.0.31 age adoption passing confidence
@types/react-dom (source) 18.0.10 -> 18.0.11 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.47.1 -> 5.57.0 age adoption passing confidence
@typescript-eslint/parser 5.47.1 -> 5.57.0 age adoption passing confidence
@vitejs/plugin-react (source) 3.0.0 -> 3.1.0 age adoption passing confidence
@vitest/coverage-c8 0.26.3 -> 0.29.8 age adoption passing confidence
@vitest/ui 0.26.2 -> 0.29.8 age adoption passing confidence
babel-loader 9.1.0 -> 9.1.2 age adoption passing confidence
commander 9.4.1 -> 10.0.0 age adoption passing confidence
deepmerge 4.2.2 -> 4.3.1 age adoption passing confidence
eslint (source) 8.30.0 -> 8.37.0 age adoption passing confidence
eslint-config-next 13.1.1 -> 13.2.4 age adoption passing confidence
eslint-config-prettier 8.5.0 -> 8.8.0 age adoption passing confidence
eslint-plugin-compat 4.0.2 -> 4.1.2 age adoption passing confidence
eslint-plugin-formatjs 4.3.9 -> 4.9.1 age adoption passing confidence
eslint-plugin-import 2.26.0 -> 2.27.5 age adoption passing confidence
eslint-plugin-jsx-a11y 6.6.1 -> 6.7.1 age adoption passing confidence
eslint-plugin-react 7.31.11 -> 7.32.2 age adoption passing confidence
glob 8.0.3 -> 9.3.2 age adoption passing confidence
jest (source) 29.3.1 -> 29.5.0 age adoption passing confidence
jsdom 20.0.3 -> 21.1.1 age adoption passing confidence
nodemon (source) 2.0.20 -> 2.0.22 age adoption passing confidence
prettier (source) 2.8.1 -> 2.8.7 age adoption passing confidence
sass 1.57.1 -> 1.60.0 age adoption passing confidence
sass-loader 13.2.0 -> 13.2.2 age adoption passing confidence
style-loader 3.3.1 -> 3.3.2 age adoption passing confidence
ts-jest (source) 29.0.3 -> 29.0.5 age adoption passing confidence
tsc-alias (source) 1.8.2 -> 1.8.4 age adoption passing confidence
turbo (source) 1.6.3 -> 1.8.6 age adoption passing confidence
typescript (source) 4.9.4 -> 5.0.2 age adoption passing confidence
vite (source) 4.0.3 -> 4.2.1 age adoption passing confidence
vite-plugin-dts 1.7.1 -> 2.1.0 age adoption passing confidence
vite-tsconfig-paths 4.0.3 -> 4.0.7 age adoption passing confidence
vitest 0.26.2 -> 0.29.8 age adoption passing confidence

Release Notes

babel/babel

v7.21.3

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
🏠 Internal
🔬 Output optimization

v7.21.0

Compare Source

🚀 New Feature
  • babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object
  • babel-helper-create-regexp-features-plugin, babel-plugin-proposal-regexp-modifiers, babel-standalone
  • babel-cli, babel-core, babel-generator, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx, babel-traverse
  • babel-parser, babel-types
  • babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser
  • babel-core
  • babel-generator, babel-parser, babel-plugin-transform-typescript
🐛 Bug Fix
  • babel-plugin-transform-typescript
  • babel-core
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-methods, babel-plugin-transform-classes, babel-plugin-transform-new-target
  • babel-parser, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-types
💅 Polish
🏠 Internal
🔬 Output optimization

v7.20.12

Compare Source

🐛 Bug Fix
  • babel-traverse
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties
💅 Polish
changesets/changesets

v2.26.1

Compare Source

Patch Changes
  • #​1115 feddc88 Thanks @​Andarist! - Call pnpm publish directly from the directory of the published package. This allows pnpm to correctly handle configured publishConfig.directory.
storybookjs/storybook

v6.5.16

Compare Source

Bug Fixes
  • Angular: Fix handling of docsMode option in angular builder #​20608
  • Angular: Fix webpackStatsJson types in angular-builder #​20296
Dependency Upgrades
  • Security: Upgrade json5 dependency #​20526
storybookjs/builder-vite

v0.4.2

Compare Source

What's Changed

Full Changelog: storybookjs/builder-vite@v0.4.1...v0.4.2

v0.4.1

Compare Source

What's Changed

Full Changelog: storybookjs/builder-vite@v0.4.0...v0.4.1

v0.4.0

Compare Source

What's Changed

Breaking Changes

To fully support Vite 4, we've updated our mdx handling to no longer require the use of @vitejs/plugin-react. This means that non-react projects will no longer be getting that plugin added to their projects, and react projects will need to make sure they include it as a dependency (changes to viteFinal are not required).

Full Changelog: storybookjs/builder-vite@v0.3.0...v0.4.0

v0.3.0

Compare Source

What's Changed

If you'd like to continue using Vite 3, please stick with 0.2.x versions of this package.

Full Changelog: storybookjs/builder-vite@v0.2.7...v0.3.0

v0.2.7

Compare Source

What's Changed

Note: this change is experimental, for use with https://github.com/tobiasdiez/unplugin-storybook-vue

New Contributors

Full Changelog: storybookjs/builder-vite@v0.2.6...v0.2.7

tanstack/table

v8.8.4

Compare Source

What's Changed

New Contributors

Full Changelog: TanStack/table@v8.8.3...v8.8.4

v8.8.2

Compare Source

Version 8.8.2 - 3/26/2023, 12:10 AM

Changes

Fix
  • conditional selection getIsAllPageRowsSelected filter issue (#​4761) (4674e99) by Matt Motherway
Chore

Packages

v8.8.1

Compare Source

Version 8.8.1 - 3/25/2023, 10:00 PM

Changes

Fix

Packages

v8.8.0

Compare Source

Version 8.8.0 - 3/23/2023, 10:02 PM

Changes

Feat
  • provide row.parentRow where possible (69d8ae4) by Tanner Linsley
Chore
Readme

Packages

testing-library/dom-testing-library

v9.2.0

Compare Source

Features

v9.1.0

Compare Source

Features

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • ByRole: Only allow string as a role.
    Drop support for exact, trim, collapseWhitespace, and normalizer options.
  • Minimum supported Node.js version is now 14.x

v8.20.0

[Compare


Configuration

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


  • 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 added the dependencies label Jan 9, 2023
@renovate renovate bot force-pushed the renovate/js-dependencies branch 18 times, most recently from 25e990d to 687a7ef Compare January 15, 2023 05:27
@renovate renovate bot force-pushed the renovate/js-dependencies branch 11 times, most recently from d4b3de6 to 955f444 Compare January 21, 2023 18:06
@renovate renovate bot force-pushed the renovate/js-dependencies branch 15 times, most recently from 7e5139e to 95e07c8 Compare March 25, 2023 00:34
@renovate renovate bot force-pushed the renovate/js-dependencies branch 6 times, most recently from 7a5a67f to 1803857 Compare March 28, 2023 10:01
@renovate renovate bot force-pushed the renovate/js-dependencies branch from 1803857 to e1e8d50 Compare March 28, 2023 16:32
@renovate renovate bot force-pushed the renovate/js-dependencies branch from e1e8d50 to cb0ac8f Compare March 28, 2023 23:37
Glob release a new major version introducing breaking changes, so
I update the way we use it to match the new API.
@renovate
Copy link
Contributor Author

renovate bot commented Mar 29, 2023

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.

Copy link
Member

@jbpenrath jbpenrath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ✅

@NathanVss NathanVss merged commit db982cf into main Mar 29, 2023
5 checks passed
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.

None yet

2 participants