Skip to content

fix(deps): update all non-major dependencies#49

Merged
Cphayim merged 1 commit into
mainfrom
renovate/all-minor-patch
Dec 3, 2022
Merged

fix(deps): update all non-major dependencies#49
Cphayim merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) ^7.19.0 -> ^7.20.5 age adoption passing confidence dependencies minor
@babel/node (source) ^7.18.10 -> ^7.20.5 age adoption passing confidence dependencies minor
@babel/plugin-proposal-decorators (source) ^7.19.0 -> ^7.20.5 age adoption passing confidence dependencies minor
@babel/preset-env (source) ^7.19.0 -> ^7.20.2 age adoption passing confidence dependencies minor
@changesets/cli ^2.24.4 -> ^2.25.2 age adoption passing confidence devDependencies minor
@commitlint/cli (source) ^17.1.2 -> ^17.3.0 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) ^17.1.0 -> ^17.3.0 age adoption passing confidence devDependencies minor
@types/inquirer (source) ^9.0.1 -> ^9.0.3 age adoption passing confidence devDependencies patch
@types/node (source) ^18.11.9 -> ^18.11.10 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin ^5.36.2 -> ^5.45.0 age adoption passing confidence dependencies minor
@typescript-eslint/eslint-plugin ^5.36.2 -> ^5.45.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser ^5.36.2 -> ^5.45.0 age adoption passing confidence dependencies minor
@typescript-eslint/parser ^5.36.2 -> ^5.45.0 age adoption passing confidence devDependencies minor
@vitest/coverage-c8 ^0.23.2 -> ^0.25.3 age adoption passing confidence devDependencies minor
eslint (source) ^8.23.0 -> ^8.29.0 age adoption passing confidence devDependencies minor
eslint-plugin-react ^7.31.8 -> ^7.31.11 age adoption passing confidence dependencies patch
husky (source) ^8.0.1 -> ^8.0.2 age adoption passing confidence devDependencies patch
inquirer ^9.1.1 -> ^9.1.4 age adoption passing confidence devDependencies patch
lint-staged ^13.0.3 -> ^13.0.4 age adoption passing confidence devDependencies patch
minimist ^1.2.6 -> ^1.2.7 age adoption passing confidence dependencies patch
pnpm (source) 7.11.0 -> 7.17.1 age adoption passing confidence packageManager minor
pnpm/action-setup v2.2.2 -> v2.2.4 age adoption passing confidence action patch
postcss (source) ^8.4.16 -> ^8.4.19 age adoption passing confidence devDependencies patch
prettier (source) ^2.7.1 -> ^2.8.0 age adoption passing confidence devDependencies minor
stylelint (source) ^14.11.0 -> ^14.15.0 age adoption passing confidence devDependencies minor
stylelint-config-prettier ^9.0.3 -> ^9.0.4 age adoption passing confidence dependencies patch
tsx ^3.9.0 -> ^3.12.1 age adoption passing confidence devDependencies minor
vitest ^0.23.2 -> ^0.25.3 age adoption passing confidence devDependencies minor

Release Notes

babel/babel

v7.20.5

Compare Source

👓 Spec Compliance
  • babel-helpers, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-traverse
  • babel-cli, babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-transform-classes, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-private-property-in-object, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
🐛 Bug Fix
  • babel-parser
  • babel-helper-wrap-function, babel-preset-env, babel-traverse
  • babel-plugin-transform-arrow-functions, babel-plugin-transform-parameters, babel-traverse
  • babel-helpers, babel-node, babel-plugin-proposal-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helper-create-regexp-features-plugin
  • babel-parser, babel-types
  • babel-generator
  • babel-plugin-transform-block-scoping, babel-traverse
💅 Polish
🏠 Internal

v7.20.2

Compare Source

🐛 Bug Fix
  • babel-core, babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-simple-access, babel-node, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-react-constant-elements, babel-preset-env, babel-standalone, babel-types
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-generator
  • babel-plugin-proposal-decorators, babel-plugin-proposal-object-rest-spread, babel-plugin-transform-jscript
  • babel-plugin-transform-destructuring

v7.19.6

Compare Source

👓 Spec Compliance
  • babel-plugin-proposal-decorators
🐛 Bug Fix
💅 Polish
  • babel-generator, babel-plugin-transform-flow-comments
📝 Documentation
🏠 Internal
🏃‍♀️ Performance

v7.19.3

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-helper-compilation-targets, babel-helper-transform-fixture-test-runner, babel-parser, babel-preset-env, babel-traverse
🔬 Output optimization

v7.19.1

Compare Source

🐛 Bug Fix
changesets/changesets

v2.25.2

Compare Source

Patch Changes

v2.25.1

Compare Source

Patch Changes
  • #​997 4d4d67b Thanks @​JakeGinnivan! - Add error message when running changesets in a repo with workspaces configured but no packages yet

  • #​985 8d0115e Thanks @​mino01x! - Fixed an issue with private packages with versions being included in the CLI prompt despite the privatePackages.version: false setting.

v2.25.0

Compare Source

Minor Changes
  • #​662 8c08469 Thanks @​JakeGinnivan! - Private packages can now be tagged in the same way public packages do when they are published to npm.

    To enable set privatePackages: { version: true, tag: true } in your config.json.

    You can also now opt private packages out of versioning entirely by setting privatePackages: false.

Patch Changes
conventional-changelog/commitlint (@​commitlint/cli)

v17.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.2.0

Compare Source

Features

17.1.2 (2022-08-29)

Note: Version bump only for package @​commitlint/cli

17.1.1 (2022-08-27)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.3.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.2.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.45.0

Compare Source

Bug Fixes
  • eslint-plugin: [array-type] --fix flag removes parentheses from type (#​5997) (42b33af)
  • eslint-plugin: [keyword-spacing] prevent crash on no options (#​6073) (1f19998)
  • eslint-plugin: [member-ordering] support private fields (#​5859) (f02761a)
  • eslint-plugin: [prefer-readonly] report if a member's property is reassigned (#​6043) (6e079eb)
Features
  • eslint-plugin: [member-ordering] add a required option for required vs. optional member ordering (#​5965) (2abadc6)

v5.44.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-empty-interface] disable autofix for declaration merging with class (#​5920) (a4f85b8)
  • eslint-plugin: [no-unnecessary-condition] handle index signature type (#​5912) (5baad08)
  • eslint-plugin: [prefer-optional-chain] handle binary expressions in negated or (#​5992) (2778ff0)
  • typescript-estree: don't consider a cached program unless it's specified in the current parserOptions.project config (#​5999) (530e0e6)
Features
  • eslint-plugin: [adjacent-overload-signatures] check BlockStatement nodes (#​5998) (97d3e56)
  • eslint-plugin: [keyword-spacing] Support spacing in import-type syntax (#​5977) (6a735e1)

v5.43.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-shadow] handle false positives on generics and parameters (#​5902) (769e8c8)
  • eslint-plugin: [promise-function-async] handle keyword token (#​5907) (f25a94f)
Features
  • eslint-plugin: [consistent-type-imports] support fixing to inline types (#​5050) (75dcdf1)
  • eslint-plugin: [naming-convention] add support for "override" and "async" modifiers (#​5310) (#​5610) (c759da1)
  • eslint-plugin: [prefer-optional-chain] support suggesting !foo || !foo.bar as a valid match for the rule (#​5594) (923d486)

5.42.1 (2022-11-07)

Bug Fixes

v5.42.1

Compare Source

Bug Fixes

v5.42.0

Compare Source

Bug Fixes
  • ast-spec: add TSQualifiedName to TypeNode union (#​5906) (5c316c1)
  • eslint-plugin: [no-extra-parens] handle type assertion in extends clause (#​5901) (8ed7219)
Features
  • eslint-plugin: [member-ordering] add natural sort order (#​5662) (1eaae09)
  • eslint-plugin: [no-invalid-void-type] better report message for void used as a constituent inside a function return type (#​5274) (d806bda)

v5.41.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] ignore Error, URL, and URLSearchParams by default (#​5839) (96e1c6c)
  • type-utils: prevent stack overflow in isTypeReadonly (#​5860) (a6d8f7e), closes #​4476
Features
  • eslint-plugin: [no-unsafe-declaration-merging] switch to use scope analysis instead of type information (#​5865) (e70a10a)
  • eslint-plugin: add no-unsafe-declaration-merging (#​5840) (3728031)

5.40.1 (2022-10-17)

Bug Fixes
  • eslint-plugin: Skip missing 'rest' tuple type arguments in no-misused-promises (#​5809) (c5beaa2), closes #​5807

v5.40.1

Compare Source

Bug Fixes
  • eslint-plugin: Skip missing 'rest' tuple type arguments in no-misused-promises (#​5809) (c5beaa2), closes #​5807

v5.40.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] handle interface generic (#​5746) (7a8a0a3)
  • eslint-plugin: [no-unnecessary-condition] handle void (#​5766) (ac8f06b)
Features

v5.39.0

Compare Source

Features
  • eslint-plugin: allow using void as a default type for a generic argument if allowInGenericTypeArguments is specified (#​5671) (bb46ef0)

5.38.1 (2022-09-26)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.38.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.38.0

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.37.0

Compare Source

Bug Fixes
  • eslint-plugin: [strict-boolean-expressions] check all conditions in a logical operator chain (#​5539) (77d76e2)

5.36.2 (2022-09-05)

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" in timezone Asia/Shanghai, 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 added the dependencies Pull requests that update a dependency file label Sep 18, 2022
@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 18, 2022

Codecov Report

Base: 98.95% // Head: 98.95% // No change to project coverage 👍

Coverage data is based on head (4f33765) compared to base (c953a27).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #49   +/-   ##
=======================================
  Coverage   98.95%   98.95%           
=======================================
  Files           3        3           
  Lines         192      192           
  Branches       59       59           
=======================================
  Hits          190      190           
  Misses          2        2           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 25dc45b to 3744885 Compare September 24, 2022 01:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 3cc4726 to d54856a Compare October 3, 2022 05:30
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 5540a6f to 30fa95c Compare October 10, 2022 20:19
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 30fa95c to bc765dc Compare October 11, 2022 00:06
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from c155ba3 to e23e5dc Compare October 27, 2022 14:41
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 835289a to 2b5f680 Compare November 4, 2022 20:27
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 1460907 to c75f533 Compare November 11, 2022 01:31
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f4e2a51 to 6d0e497 Compare November 21, 2022 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant