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

Update devDependencies #256

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update devDependencies #256

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) 7.13.13 -> 7.23.9 age adoption passing confidence devDependencies minor
@storybook/addon-actions (source) 6.1.21 -> 6.5.16 age adoption passing confidence devDependencies minor
@storybook/addon-knobs 6.1.21 -> 6.4.0 age adoption passing confidence devDependencies minor
@storybook/addon-links (source) 6.1.21 -> 6.5.16 age adoption passing confidence devDependencies minor
@storybook/addon-viewport (source) 6.1.21 -> 6.5.16 age adoption passing confidence devDependencies minor
@storybook/addons (source) 6.1.21 -> 6.5.16 age adoption passing confidence devDependencies minor
@storybook/cli (source) 6.1.21 -> 6.5.16 age adoption passing confidence devDependencies minor
@storybook/react (source) 6.1.21 -> 6.5.16 age adoption passing confidence devDependencies minor
@types/enzyme (source) 3.10.8 -> 3.10.18 age adoption passing confidence devDependencies patch
@types/enzyme-adapter-react-16 (source) 1.0.6 -> 1.0.9 age adoption passing confidence devDependencies patch
@​types/faker 5.1.7 -> 5.5.9 age adoption passing confidence devDependencies minor
@types/jest (source) 26.0.22 -> 26.0.24 age adoption passing confidence devDependencies patch
@types/node (source) 14.14.37 -> 14.18.63 age adoption passing confidence devDependencies minor
@​types/node-emoji 1.8.1 -> 1.8.2 age adoption passing confidence devDependencies patch
@types/prismjs (source) 1.16.4 -> 1.26.3 age adoption passing confidence devDependencies minor
@types/react (source) 16.14.5 -> 16.14.56 age adoption passing confidence devDependencies patch
@types/react-dom (source) 16.9.12 -> 16.9.24 age adoption passing confidence devDependencies patch
@types/react-router-dom (source) 5.1.7 -> 5.3.3 age adoption passing confidence devDependencies minor
@types/react-scroll (source) 1.8.2 -> 1.8.10 age adoption passing confidence devDependencies patch
@types/webpack-env (source) 1.16.0 -> 1.18.4 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 4.19.0 -> 4.33.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 4.19.0 -> 4.33.0 age adoption passing confidence devDependencies minor
babel-loader 8.2.2 -> 8.3.0 age adoption passing confidence devDependencies minor
enzyme-adapter-react-16 (source) 1.15.6 -> 1.15.8 age adoption passing confidence devDependencies patch
eslint (source) 7.23.0 -> 7.32.0 age adoption passing confidence devDependencies minor
eslint-plugin-import 2.22.1 -> 2.29.1 age adoption passing confidence devDependencies minor
eslint-plugin-prettier 3.3.1 -> 3.4.1 age adoption passing confidence devDependencies minor
eslint-plugin-react 7.23.1 -> 7.33.2 age adoption passing confidence devDependencies minor
eslint-plugin-react-hooks (source) 4.2.0 -> 4.6.0 age adoption passing confidence devDependencies minor
faker 5.5.1 -> 5.5.3 age adoption passing confidence devDependencies patch
markdownlint-cli 0.27.1 -> 0.39.0 age adoption passing confidence devDependencies minor
npm-run-all 4.1.5 -> 5.0.0 age adoption passing confidence devDependencies replacement
prettier (source) 2.2.1 -> 2.8.8 age adoption passing confidence devDependencies minor
reg-cli 0.17.0 -> 0.18.0 age adoption passing confidence devDependencies minor
storycap 3.0.3 -> 3.1.9 age adoption passing confidence devDependencies minor
ts-config-webpack-plugin (source) 2.0.0 -> 2.0.3 age adoption passing confidence devDependencies patch
ts-jest (source) 26.5.4 -> 26.5.6 age adoption passing confidence devDependencies patch
typescript (source) 4.2.3 -> 4.9.5 age adoption passing confidence devDependencies minor

This is a special PR that replaces npm-run-all with the community suggested minimal stable replacement version.


Release Notes

babel/babel (@​babel/core)

v7.23.9

Compare Source

🐛 Bug Fix
  • babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-runtime, babel-preset-env
  • babel-traverse
  • Other
🏠 Internal
🏃‍♀️ Performance
🔬 Output optimization
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.23.7

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helper-create-class-features-plugin
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators

v7.23.6

Compare Source

👓 Spec Compliance
  • babel-generator, babel-parser, babel-types
  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-types
🐛 Bug Fix
  • babel-generator
  • babel-helpers, babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties
    • #​16161 Ensure the [[@​@​toPrimitive]] call of a decorated class member key is invoked once (@​JLHwung)
    • #​16148 Support named evaluation for decorated anonymous class exp (@​JLHwung)
  • babel-plugin-transform-for-of, babel-preset-env
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-plugin-transform-typescript
🔬 Output optimization
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-helpers, babel-plugin-proposal-decorators

v7.23.5

Compare Source

👓 Spec Compliance
  • babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators
🚀 New Feature
🐛 Bug Fix
  • babel-traverse, babel-types
  • babel-plugin-transform-classes
  • babel-generator
  • babel-helpers
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties, babel-plugin-transform-typescript
  • babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-parameters, babel-plugin-transform-typescript, babel-traverse
🔬 Output optimization

v7.23.3

Compare Source

🐛 Bug Fix
📝 Documentation
🏠 Internal
🏃‍♀️ Performance
🔬 Output optimization
  • babel-plugin-transform-computed-properties

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](https://togithub.


Configuration

📅 Schedule: Branch creation - "after 10pm on sunday,before 5am on sunday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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/devdependencies branch 15 times, most recently from fc77dd1 to e0be300 Compare April 10, 2021 16:48
@renovate renovate bot force-pushed the renovate/devdependencies branch 9 times, most recently from 88dbe06 to f81f608 Compare April 19, 2021 13:26
@renovate renovate bot force-pushed the renovate/devdependencies branch 6 times, most recently from 3ba5017 to 897c12b Compare April 26, 2021 12:13
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 297de3c to 2027a8d Compare October 23, 2023 09:45
@renovate renovate bot force-pushed the renovate/devdependencies branch 6 times, most recently from 8dbd24d to 3a9272a Compare November 11, 2023 18:42
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from afd4f5b to 4103e1c Compare November 22, 2023 01:08
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 5cbdd63 to 12ac624 Compare December 5, 2023 18:42
@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from 531a992 to 263c193 Compare December 14, 2023 21:26
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 99c3bcb to b42e9bb Compare December 29, 2023 22:55
@renovate renovate bot force-pushed the renovate/devdependencies branch from b42e9bb to d9128e2 Compare January 15, 2024 09:36
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from b5cdb55 to 64c715a Compare January 29, 2024 00:00
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 18ab8ec to 8938607 Compare February 4, 2024 10:45
@renovate renovate bot force-pushed the renovate/devdependencies branch from 8938607 to 1bc2830 Compare February 10, 2024 06:38
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.

0 participants