Skip to content

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

Merged
patak-cat merged 1 commit intomainfrom
renovate/all-minor-patch
Aug 9, 2022
Merged

fix(deps): update all non-major dependencies#9575
patak-cat merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.18.9 -> ^7.18.10 age adoption passing confidence
@babel/parser (source) ^7.18.9 -> ^7.18.11 age adoption passing confidence
@babel/plugin-transform-react-jsx (source) ^7.18.6 -> ^7.18.10 age adoption passing confidence
@babel/plugin-transform-typescript (source) ^7.18.8 -> ^7.18.12 age adoption passing confidence
@babel/standalone (source) ^7.18.9 -> ^7.18.12 age adoption passing confidence
@babel/types (source) ^7.18.9 -> ^7.18.10 age adoption passing confidence
@microsoft/api-extractor (source) ^7.28.7 -> ^7.29.0 age adoption passing confidence
@rollup/plugin-commonjs ^22.0.1 -> ^22.0.2 age adoption passing confidence
@rollup/plugin-dynamic-import-vars ^1.4.3 -> ^1.4.4 age adoption passing confidence
@types/react ^18.0.15 -> ^18.0.17 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.31.0 -> ^5.33.0 age adoption passing confidence
@typescript-eslint/parser ^5.31.0 -> ^5.33.0 age adoption passing confidence
bignumber.js 9.0.2 -> 9.1.0 age adoption passing confidence
es5-ext 0.10.61 -> 0.10.62 age adoption passing confidence
launch-editor-middleware ^2.4.0 -> ^2.5.0 age adoption passing confidence
mlly ^0.5.5 -> ^0.5.7 age adoption passing confidence
pnpm (source) 7.8.0 -> 7.9.0 age adoption passing confidence
pnpm (source) ^7.8.0 -> ^7.9.0 age adoption passing confidence
postcss (source) ^8.4.14 -> ^8.4.16 age adoption passing confidence
preact ^10.10.0 -> ^10.10.1 age adoption passing confidence
sass ^1.54.0 -> ^1.54.3 age adoption passing confidence
tailwindcss (source) ^3.1.7 -> ^3.1.8 age adoption passing confidence
tsx ^3.8.0 -> ^3.8.1 age adoption passing confidence
vitest ^0.20.2 -> ^0.21.0 age adoption passing confidence
vue-tsc ^0.39.4 -> ^0.39.5 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.18.10

Compare Source

🚀 New Feature
  • babel-helper-string-parser, babel-types
🐛 Bug Fix
  • babel-parser
  • babel-helper-string-parser, babel-parser
  • babel-plugin-transform-typescript
  • babel-plugin-transform-react-jsx
  • babel-generator
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator, babel-traverse
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-export-default-from
babel/babel (@​babel/parser)

v7.18.11

Compare Source

v7.18.11 (2022-08-04)

🐛 Bug Fix
  • babel-helper-wrap-function
🏠 Internal
Committers: 3

v7.18.10

Compare Source

v7.18.10 (2022-08-01)

🚀 New Feature
  • babel-helper-string-parser, babel-types
🐛 Bug Fix
  • babel-parser
  • babel-helper-string-parser, babel-parser
  • babel-plugin-transform-typescript
  • babel-plugin-transform-react-jsx
  • babel-generator
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator, babel-traverse
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-export-default-from
Committers: 10
rollup/plugins (@​rollup/plugin-commonjs)

v22.0.2

Compare Source

2022-08-05

Bugfixes
  • fix: Exclude multi-line template strings from indent (#​1229)
rollup/plugins (@​rollup/plugin-dynamic-import-vars)

v1.4.4

2022-08-02

Bugfixes
  • fix: exclude external imports (#​1193)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.33.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-extra-parens] handle await with type assertion (#​5428) (e03826f)
  • website: add explicit frontmatter description to rule docs (#​5429) (63cba5f)
Features
  • eslint-plugin: [member-ordering] support static blocks (#​5417) (5983e5a)
  • eslint-plugin: [prefer-as-const] adds support for class properties (#​5413) (d2394f8)

v5.32.0

Compare Source

Features
  • eslint-plugin: [no-use-before-define] add "allowNamedExports" option (#​5397) (ad412cd)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.33.0

Compare Source

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

v5.32.0

Compare Source

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

MikeMcl/bignumber.js

v9.1.0

Compare Source

  • 08/08/22
  • #​329 Remove import example.
  • #​277 Resolve lint warnings and add number toString note.
  • Correct decimalPlaces() return type in bignumber.d.ts.
  • Add ES module global crypto example.
  • #​322 Add exports field to package.json.
  • #​251 (#​308) Amend bignumber.d.ts to allow instantiating a BigNumber without new.
medikoo/es5-ext

v0.10.62

Compare Source

yyx990803/launch-editor

v2.5.0

Compare Source

unjs/mlly

v0.5.7

Compare Source

v0.5.6

Compare Source

pnpm/pnpm

v7.9.0

Compare Source

Minor Changes

  • When ignore-dep-scripts is true, ignore scripts of dependencies but run the scripts of the project.
  • When ignore-compatibility-db is set to true, the compatibility database will not be used to patch dependencies #​5132.
  • Print the versions of packages in peer dependency warnings and errors.
  • Support a new hook for passing a custom package importer to the store controller.

Patch Changes

  • Don't print the same deprecation warning multiple times.
  • On POSIX pnpm setup should suggest users to source the config instead of restarting the terminal.
  • Installing a package with bin that points to an .exe file on Windows #​5159.
  • Fix bug where the package manifest was not resolved if verify-store-integrity is set to false.
  • Fix sorting of keys in lockfile to make it more deterministic and prevent unnecessary churn in the lockfile #​5151.
  • Don't create a separate bundle for pnpx.

Our Gold Sponsors

#### Our Silver Sponsors
postcss/postcss

v8.4.16

Compare Source

  • Fixed Root AST migration.

v8.4.15

Compare Source

  • Fixed AST normalization after using custom parser with old PostCSS AST.
sass/dart-sass

v1.54.3

Compare Source

  • Release a native ARM64 executable for Mac OS.

v1.54.2

Compare Source

  • No user-visible changes.

v1.54.1

Compare Source

  • When unifying selectors for @extend and selector.unify(), ensure that
    :root, :scope, :host, and :host-context only appear at the beginning
    of complex selectors.
tailwindlabs/tailwindcss

v3.1.8

Compare Source

Fixed
  • Don’t prefix classes within reused arbitrary variants (#​8992)
  • Fix usage of alpha values inside single-named colors that are functions (#​9008)
  • Fix @apply of user utilities when negative and non-negative versions both exist (#​9027)
esbuild-kit/tsx

v3.8.1

Compare Source

Bug Fixes
vitest-dev/vitest

v0.21.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.20.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
johnsoncodehk/volar

v0.39.5

Compare Source

  • feat(vue-component-meta): add option to expose raw type (#​1674)
  • fix(vue-component-meta): recursive schema parsing (#​1660)
  • fix(vue-component-meta): parse defineProps in script setup with option (#​1665)
  • fix: SFC syntax broken in vscode v1.70.0 (#​1566) (#​1675)
  • fix: vite app preview not working (#​1668)
  • fix: diagnosis is slow on windows after v0.39.2 (#​1663)
  • fix: compilerOptions.types not working since v0.39.2 (#​1650)
  • fix: avoid auto-import path append .js (#​1667)
  • fix: avoid variables defined after export default report TS_2454
  • perf: cache semver result on auto-complete
Our Sponsors

Configuration

📅 Schedule: Branch creation - "before 3am 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 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, click this checkbox.

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 Aug 8, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3d85e31 to 0305e84 Compare August 8, 2022 11:12
patak-cat
patak-cat previously approved these changes Aug 8, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0305e84 to fdf6d6a Compare August 8, 2022 19:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fdf6d6a to 1815dff Compare August 9, 2022 00:23
@patak-cat patak-cat merged commit 8071325 into main Aug 9, 2022
@patak-cat patak-cat deleted the renovate/all-minor-patch branch August 9, 2022 05:05
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.

2 participants