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

Merged
merged 1 commit into from
Nov 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.22.9 -> 7.23.2 age adoption passing confidence
@babel/preset-env (source) 7.22.9 -> 7.23.2 age adoption passing confidence
@babel/preset-react (source) 7.22.5 -> 7.22.15 age adoption passing confidence
@babel/preset-typescript (source) 7.22.5 -> 7.23.2 age adoption passing confidence
@keyv/postgres 1.4.8 -> 1.4.9 age adoption passing confidence
@storybook/addon-essentials (source) 7.2.1 -> 7.5.2 age adoption passing confidence
@storybook/addon-interactions (source) 7.2.1 -> 7.5.2 age adoption passing confidence
@storybook/addon-links (source) 7.2.1 -> 7.5.2 age adoption passing confidence
@storybook/blocks (source) 7.2.1 -> 7.5.2 age adoption passing confidence
@storybook/react (source) 7.2.1 -> 7.5.2 age adoption passing confidence
@storybook/react-webpack5 (source) 7.2.1 -> 7.5.2 age adoption passing confidence
@storybook/testing-library 0.2.0 -> 0.2.2 age adoption passing confidence
@testing-library/jest-dom 6.1.2 -> 6.1.4 age adoption passing confidence
@types/bytes (source) 3.1.1 -> 3.1.3 age adoption passing confidence
@types/node (source) 20.4.7 -> 20.8.10 age adoption passing confidence
@types/pg (source) 8.10.2 -> 8.10.7 age adoption passing confidence
@types/react (source) 18.2.18 -> 18.2.34 age adoption passing confidence
@types/react-dom (source) 18.2.7 -> 18.2.14 age adoption passing confidence
@types/react-test-renderer (source) 18.0.0 -> 18.0.5 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.2.1 -> 6.9.1 age adoption passing confidence
@typescript-eslint/parser 6.2.1 -> 6.9.1 age adoption passing confidence
@vitejs/plugin-react (source) 4.0.4 -> 4.1.1 age adoption passing confidence
@vitest/coverage-v8 (source) 0.34.1 -> 0.34.6 age adoption passing confidence
concurrently 8.2.0 -> 8.2.2 age adoption passing confidence
drizzle-kit 0.19.12 -> 0.19.13 age adoption passing confidence
drizzle-orm ^0.27.2 -> ^0.28.0 age adoption passing confidence
eslint (source) 8.46.0 -> 8.53.0 age adoption passing confidence
eslint-plugin-import 2.28.0 -> 2.29.0 age adoption passing confidence
eslint-plugin-jsx-a11y 6.7.1 -> 6.8.0 age adoption passing confidence
eslint-plugin-prettier 5.0.0 -> 5.0.1 age adoption passing confidence
eslint-plugin-react 7.33.1 -> 7.33.2 age adoption passing confidence
eslint-plugin-sort-class-members 1.18.0 -> 1.19.0 age adoption passing confidence
eslint-plugin-storybook 0.6.13 -> 0.6.15 age adoption passing confidence
keyv 4.5.3 -> 4.5.4 age adoption passing confidence
minio 7.1.1 -> 7.1.3 age adoption passing confidence
mysql2 3.6.0 -> 3.6.3 age adoption passing confidence
nanoid 5.0.1 -> 5.0.2 age adoption passing confidence
next-tool ^0.0.4 -> ^0.0.5 age adoption passing confidence
pg 8.11.2 -> 8.11.3 age adoption passing confidence
prettier (source) 3.0.1 -> 3.0.3 age adoption passing confidence
release-it 16.1.3 -> 16.2.1 age adoption passing confidence
storybook (source) 7.2.1 -> 7.5.2 age adoption passing confidence
tsdoc-markdown ^0.0.4 -> ^0.1.0 age adoption passing confidence
typescript (source) 5.1.6 -> 5.2.2 age adoption passing confidence
vitest 0.34.1 -> 0.34.6 age adoption passing confidence
yaml (source) 2.3.1 -> 2.3.4 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.23.2

Compare Source

🐛 Bug Fix
  • babel-traverse
  • babel-preset-typescript
  • babel-helpers
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.23.0

Compare Source

🚀 New Feature
  • babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-import-source, babel-plugin-transform-dynamic-import
  • babel-helper-module-transforms, babel-helpers, babel-plugin-proposal-import-defer, babel-plugin-syntax-import-defer, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-generator, babel-parser, babel-types
  • babel-generator, babel-helper-module-transforms, babel-parser, babel-plugin-transform-dynamic-import, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-traverse, babel-types
  • babel-standalone
  • babel-helper-function-name, babel-helper-member-expression-to-functions, babel-helpers, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-optional-chaining-assign, babel-plugin-syntax-optional-chaining-assign, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone, babel-types
  • babel-helpers, babel-plugin-proposal-decorators
  • babel-traverse, babel-types
  • babel-preset-typescript
  • babel-parser
🐛 Bug Fix
  • babel-plugin-transform-block-scoping
💅 Polish
🔬 Output optimization
  • babel-core, babel-helper-module-transforms, babel-plugin-transform-async-to-generator, babel-plugin-transform-classes, babel-plugin-transform-dynamic-import, babel-plugin-transform-function-name, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-inline-elements, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env

v7.22.20

Compare Source

🏠 Internal
↩️ Revert
  • babel-helper-remap-async-to-generator, babel-helper-wrap-function, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-function-sent, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-preset-env

v7.22.19

Compare Source

v7.22.19 (2023-09-14)

Re-published 7.22.18, due to a releasing error.

v7.22.18

Compare Source

🐛 Bug Fix
  • babel-helper-validator-identifier
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
↩️ Revert

v7.22.17

Compare Source

🐛 Bug Fix
🔬 Output optimization
  • babel-helper-remap-async-to-generator, babel-helper-wrap-function, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-function-sent, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-preset-env

v7.22.15

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-cli, babel-core, babel-generator, babel-helper-builder-binary-assignment-operator-visitor, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-transform-fixture-test-runner, babel-helper-validator-identifier, babel-helper-validator-option, babel-helpers, babel-node, babel-parser, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-async-generator-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-for-of, babel-plugin-transform-modules-commonjs, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-property-mutators, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env, babel-preset-flow, babel-preset-react, babel-preset-typescript, babel-register, babel-standalone, babel-template, babel-traverse, babel-types

v7.22.11

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-typescript
  • babel-types
  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object
  • babel-core
🏠 Internal
  • babel-parser
  • babel-core, babel-helper-compilation-targets, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decorators, babel-preset-env, babel-preset-react, babel-register, babel-traverse, babel-types
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • Other
🔬 Output optimization
  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-optional-chaining, babel-preset-env

v7.22.10

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-typescript
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-private-methods, babel-preset-env
💅 Polish
🏠 Internal
  • Other
  • babel-cli, babel-core, babel-generator, babel-helper-builder-react-jsx, babel-preset-env, babel-standalone
  • babel-helper-compilation-targets
  • babel-parser
  • babel-plugin-transform-runtime, babel-traverse, babel-types
🔬 Output optimization
  • babel-plugin-transform-block-scoping, babel-plugin-transform-parameters, babel-plugin-transform-regenerator
storybookjs/storybook (@​storybook/addon-essentials)

v7.5.2

Compare Source

v7.5.1

Compare Source

v7.5.0

Compare Source

v7.4.6

Compare Source

v7.4.5

Compare Source

v7.4.4

Compare Source

v7.4.3

Compare Source

v7.4.2

Compare Source

  • Addon API: Improve the updateStatus API - [#&#8203

Configuration

📅 Schedule: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • 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 force-pushed the renovate/all-minor-patch branch 8 times, most recently from 56d0338 to f7987fb Compare September 8, 2023 16:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from a000604 to e849946 Compare September 15, 2023 20:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from b17c3ae to bb3603a Compare September 22, 2023 22:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bb3603a to 5917ac2 Compare September 23, 2023 16:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from b60907f to af1e075 Compare October 25, 2023 19:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 56d92d1 to 172fe93 Compare November 2, 2023 00:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 097965c to 895ac74 Compare November 4, 2023 16:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 895ac74 to aaffb4f Compare November 4, 2023 16:04
@TimMikeladze TimMikeladze merged commit 65d815d into master Nov 4, 2023
1 check failed
@renovate renovate bot deleted the renovate/all-minor-patch branch November 4, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant