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

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

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 14, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.17.2 -> ^7.17.5 age adoption passing confidence
@babel/parser (source) ^7.17.0 -> ^7.17.3 age adoption passing confidence
@babel/traverse (source) ^7.17.0 -> ^7.17.3 age adoption passing confidence
@release-it/conventional-changelog ^4.1.0 -> ^4.2.2 age adoption passing confidence
@rollup/plugin-babel ^5.3.0 -> ^5.3.1 age adoption passing confidence
@rollup/plugin-commonjs ^21.0.1 -> ^21.0.2 age adoption passing confidence
@types/jest ^27.4.0 -> ^27.4.1 age adoption passing confidence
@types/lodash ^4.14.178 -> ^4.14.179 age adoption passing confidence
@types/node ^16.11.24 -> ^16.11.26 age adoption passing confidence
@types/react ^17.0.39 -> ^17.0.40 age adoption passing confidence
@types/react-dom ^17.0.11 -> ^17.0.13 age adoption passing confidence
@types/styled-components ^5.1.22 -> ^5.1.24 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.11.0 -> ^5.14.0 age adoption passing confidence
@typescript-eslint/parser ^5.11.0 -> ^5.14.0 age adoption passing confidence
cssnano ^5.0.17 -> ^5.1.4 age adoption passing confidence
eslint-config-prettier ^8.3.0 -> ^8.5.0 age adoption passing confidence
eslint-plugin-jest ^26.1.0 -> ^26.1.1 age adoption passing confidence
eslint-plugin-react ^7.28.0 -> ^7.29.4 age adoption passing confidence
eslint-plugin-testing-library ^5.0.5 -> ^5.1.0 age adoption passing confidence
fs-extra ^10.0.0 -> ^10.0.1 age adoption passing confidence
lint-staged ^12.3.4 -> ^12.3.5 age adoption passing confidence
postcss (source) ^8.4.6 -> ^8.4.8 age adoption passing confidence
release-it ^14.12.4 -> ^14.12.5 age adoption passing confidence
rollup-plugin-dts ^4.1.0 -> ^4.2.0 age adoption passing confidence
ts-node (source) ^10.5.0 -> ^10.7.0 age adoption passing confidence
type-fest ^2.11.2 -> ^2.12.0 age adoption passing confidence
yarn 3.1.1 -> 3.2.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.17.5

Compare Source

🐛 Bug Fix

v7.17.4

Compare Source

🐛 Bug Fix

v7.17.3

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • babel-plugin-transform-destructuring
🏠 Internal
  • babel-cli, babel-core, babel-generator, babel-helper-transform-fixture-test-runner
🔬 Output optimization
  • babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-decorators, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-traverse
babel/babel (@​babel/parser)

v7.17.3

Compare Source

v7.17.3 (2022-02-15)

Thanks @​zhangenming for your first PR!

🐛 Bug Fix
  • babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • babel-plugin-transform-destructuring
🏠 Internal
  • babel-cli, babel-core, babel-generator, babel-helper-transform-fixture-test-runner
🔬 Output optimization
  • babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-decorators, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-traverse
Committers: 7
release-it/conventional-changelog

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

  • Update docs (685e4f1)
  • Minor edits to new header logic and tests (abef409)
  • Support page header setting of changelog file (#​42) (af66ee0)
  • Document how to customize the conventional-changelog-writer template. (#​36) (cef5247)
rollup/plugins (@​rollup/plugin-babel)

v5.3.1

2022-02-22

Bugfixes
  • fix: consider path delimeter on windows (#​1090)
rollup/plugins (@​rollup/plugin-commonjs)

v21.0.2

2022-02-23

Updates
  • chore: transpile dynamic helper to ES5 (#​1082)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.14.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] cover case that requires quotes (#​4582) (3ea0947)
  • eslint-plugin: [no-misused-promises] factor thenable returning function overload signatures (#​4620) (56a09e9)
  • eslint-plugin: [prefer-readonly-parameter-types] handle class sharp private field and member without throwing error (#​4343) (a65713a)
  • eslint-plugin: [return-await] correct autofixer in binary expression (#​4401) (5fa2fad)
Features
  • eslint-plugin: [no-misused-promises] add granular options within checksVoidReturns (#​4623) (1085177)

v5.13.0

Compare Source

Bug Fixes
  • eslint-plugin: [sort-type-union-intersection-members] Wrap the constructorType in parentheses (#​4590) (851bb90)
Features
  • eslint-plugin: [no-misused-promises] check more places for checksVoidReturn (#​4541) (052cf51)
  • eslint-plugin: add no-redundant-type-constituents rule (#​4378) (63d051e)
  • eslint-plugin: add no-useless-empty-export rule (#​4380) (823b945)
  • eslint-plugin: add extension rule space-before-blocks (#​1606) (#​4184) (208b6d0)
  • eslint-plugin: added member group support to member-ordering rule (#​4538) (6afcaea)

5.12.1 (2022-02-21)

Bug Fixes
  • eslint-plugin: [no-unnecessary-type-arguments] fix comparison of types (#​4555) (fc3936e)

v5.12.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-type-arguments] fix comparison of types (#​4555) (fc3936e)

v5.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [init-declarations] fix nested namespace (#​4544) (fe910e6)
  • eslint-plugin: [no-unnecessary-type-arguments] Use Symbol to check if it's the same type (#​4543) (5b7d8df)
  • support nested object deconstructuring with type annotation (#​4548) (4da9278)
Features
  • add checking property definition for allowNames option (#​4542) (e32bef6)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.14.0

Compare Source

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

v5.13.0

Compare Source

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

5.12.1 (2022-02-21)

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

v5.12.1

Compare Source

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

v5.12.0

Compare Source

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

prettier/eslint-config-prettier

v8.5.0

Compare Source

v8.4.0

Compare Source

jest-community/eslint-plugin-jest

v26.1.1

Compare Source

Bug Fixes
yannickcr/eslint-plugin-react

v7.29.4

Compare Source

Fixed

v7.29.3

Compare Source

Fixed

v7.29.2

Compare Source

Fixed
  • [jsx-curly-brace-presence]: avoid warning on curlies containing quote characters (#​3214 @​ljharb)
  • [jsx-indent]: do not report on non-jsx-returning ternaries that contain null (#​3222 @​ljharb)
  • [jsx-indent]: properly report on returned ternaries with jsx (#​3222 @​ljharb)
  • [no-array-index-key]: detect named-imported cloneElement/createElement (#​3213 @​ljharb)

v7.29.1

Compare Source

Fixed

v7.29.0

Compare Source

Added
Fixed
Changed
testing-library/eslint-plugin-testing-library

v5.1.0

Compare Source

Features

v5.0.6

Compare Source

Bug Fixes
  • use isNodeOfType from ASTUtils instead of own version (700e2cc0)(#​556)
jprichardson/node-fs-extra

v10.0.1

Compare Source

  • Add sideEffects: false to package.json (#​941)
okonet/lint-staged

v12.3.5

Compare Source

Bug Fixes
  • search all configs regardless of staged files (4b605cd)
postcss/postcss

v8.4.8

Compare Source

  • Fixed end position in empty Custom Properties.

v8.4.7

Compare Source

  • Fixed Node#warn() type (by Masafumi Koba).
  • Fixed comment removal in values after ,.
release-it/release-it

v14.12.5

Compare Source

  • Fix body when auto-generating release notes (and updating) GitHub releases (2c42a8e)
  • Fix spec for different version of Git (c20d9d0)
  • Remove deprecated ref from docs (5e0d4c0)
Swatinem/rollup-plugin-dts

v4.2.0

Compare Source

Compatibility Notice:

Relaxed TypeScript version compatibility, to be forward compatible to newer releases.

Features:

  • Add support for .d.cts / .d.mts files.

Thank you:

Features, fixes and improvements in this release have been contributed by:

TypeStrong/ts-node

v10.7.0

Compare Source

Questions about this release? Ask in the official discussion thread: #​1680

Added

  • Adds --esm flag, option, and ts-node-esm binary (#​1258, #​1655)
    • Enables full esm support; no need for --loader nor NODE_OPTIONS
    • Use shebang #!/usr/bin/env ts-node-esm, run ts-node --esm, or add to your tsconfig.json: "ts-node": {"esm": true}

Changed

Fixed

  • Fixed bug where "compiler", "transpiler", and swc backend would not resolve relative to the tsconfig.json that declared them (#​1662, #​1655)
    • Enables reusable tsconfig.json shared via node module to include necessary dependencies

https://github.com/TypeStrong/ts-node/milestone/11

v10.6.0

Compare Source

Questions about this release? Ask in the official discussion thread: #​1666

Added

  • Adds workaround for extensionless entrypoints with ESM loader (#​1649, #​1654)
    • You can now combine tools such as mocha with --loader ts-node/esm, where previously node would throw [ERR_UNKNOWN_FILE_EXTENSION]
    • node has a bug where combining --loader with an extensionless entrypoint causes this error nodejs/node#​33226
    • Some tools, for example mocha, have an extensionless entrypoint. (source, source)
    • Combining NODE_OPTIONS=--loader ts-node/esm with these tools causes this error. mochajs/mocha#​4645
    • node intends to fix this bug in a future release: nodejs/node#​41711
    • In the interim, we have implemented a workaround in ts-node.
  • Adds support for target "ES2022" in moduleTypes overrides (#​1650)

Fixed

  • Fixed bug where --swc and other third-party transpilers did not respect moduleTypes overrides (#​1651, #​1652, #​1660)
  • Fixed bug where node flags were not preserved correctly in process.execArgv (#​1657, #​1658)
    • This affected child_process.fork(), since it uses process.execArgv to create a similar child runtime.
    • With this fix, child_process.fork() will preserve both node flags and ts-node hooks.
  • Fixed compatibility TypeScript 4.7's API changes (#​1647, #​1648)

https://github.com/TypeStrong/ts-node/milestone/9

sindresorhus/type-fest

v2.12.0

Compare Source

  • Add imports field in PackageJson type (#​365)
yarnpkg/berry

v3.2.0

Compare Source

Various improvements have been made in the core to improve performance. Additionally:

Commands
  • The yarn workspaces foreach run command is now able to run binaries.
  • The yarn npm info command now supports displaying information about a tagged version of a package (e.g. yarn npm info vue@next).
  • A new yarn explain command has been added. It can be used to explain an error code, or list all available error codes.
    • For example, try to run yarn explain YN0002.
  • The yarn npm publish command now accepts a new --otp option, to set the One-Time Password from the CLI.
    • A better error message will also be shown when a query fails due to an invalid OTP.
  • yarn upgrade-interactive now has improved paging:
    • Yarn will display as many suggestions as can fit in the viewport (rather than a fixed-size list).
    • The suggestions that fit in the viewport will be fetched in the foreground and will load one-by-one.
    • The suggestions that don't will be fetched in the background and will be loaded in batches to increase responsiveness and reduce input lag.
    • Most notably, you won't have to wait for all of the suggestions to be fetched (which took a very long time before on large monorepos) before you can start navigating through the list.
Installs
  • The node-modules linker now

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3f5408b to 1b70bbf Compare February 15, 2022 17:08
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Feb 15, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1b70bbf to d4b1db2 Compare February 16, 2022 00:54
@The-Code-Monkey
Copy link

Is this still being worked on as i kind need some of these packages as i have a bug that i think is resolved down to babel within dts

@The-Code-Monkey
Copy link

I would be happy to be a contributer and help out with some of the features and PR's if needed

@aladdin-add
Copy link

issues related to babel?
note the PR only contains non-major updates - it does not block you upgrading your deps. just try yarn up, or regenerate your lockfile :)

@The-Code-Monkey
Copy link

https://github.com/The-Code-Monkey/Components/pull/997 as you can see this PR here from renovate, it seems to have an issue with ts-jest which isnt installed and im assuming due to most of the stuff to do with jest being handled within dts that the issue lies within here, in theory babel has only done a patch update which shouldn't break anything but something has broken.

@aladdin-add
Copy link

looks like jest was deduped, while ts-jest was not.

~/Components
├── dts-cli
       ├── jest
       ├── ts-jest

the installed tree is like the below, so jest cannot find ts-jest. https://github.com/atlassian/yarn-deduplicate should help.

~/Components
├── dts-cli
|      ├── ts-jest
├── jest

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 822a042 to b3471b2 Compare February 24, 2022 16:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from ba09ac6 to 7f72068 Compare February 28, 2022 21:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from a58de97 to 0800b34 Compare March 8, 2022 18:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ca026eb to 376c3ef Compare March 13, 2022 13:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 376c3ef to cc25186 Compare March 14, 2022 02:26
@aladdin-add aladdin-add merged commit f16c85d into main Mar 14, 2022
@aladdin-add aladdin-add deleted the renovate/all-minor-patch branch March 14, 2022 07:59
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.

3 participants