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 dev dependencies (minor) #279

Merged
merged 1 commit into from
Mar 2, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@release-it/conventional-changelog 4.1.0 -> 4.2.0 age adoption passing confidence
@swc/core (source) 1.2.144 -> 1.2.147 age adoption passing confidence
@types/react-dom 17.0.11 -> 17.0.12 age adoption passing confidence
@types/testing-library__jest-dom 5.14.2 -> 5.14.3 age adoption passing confidence
eslint (source) 8.9.0 -> 8.10.0 age adoption passing confidence
postcss (source) 8.4.6 -> 8.4.7 age adoption passing confidence
prettier-plugin-tailwindcss 0.1.7 -> 0.1.8 age adoption passing confidence
ts-node (source) 10.5.0 -> 10.6.0 age adoption passing confidence
typescript (source) 4.5.5 -> 4.6.2 age adoption passing confidence

Release Notes

release-it/conventional-changelog

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)
swc-project/swc

v1.2.147

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Refactor
Testing
Build
  • (node-swc) Rename entrypoint to avoid artifact collision (#​3806) (b485a2f)

v1.2.146

Compare Source

Bug Fixes
  • (css) Fix processing of integers (#​3752) (f258ee4)

  • (es/codegen) Fix escaping of unicodes in es5 (#​3636) (dba90ea)

  • (es/helpers) Cast the result of the instanceof helper to boolean (#​3728) (72c9e6c)

  • (es/parser) Handle trailing comma and bracket after an arrow function in conditional (#​3685) (342dccc)

  • (es/typescript) Allow empty nested namespaces (#​3754) (f5a3647)

  • (plugin/macro) Do not free guest memory twice (#​3732) (d8b0166)- general: Fix(es/parser) Throw a syntax error for const without initializer in strict mode (#​3742)

Co-authored-by: Donny/강동윤 kdy1997.dev@gmail.com (abc0572)

Features
Miscellaneous Tasks
Performance
Refactor
Testing

v1.2.145

Compare Source

Bug Fixes
  • (es/codegen) Fix sourcemap of comments (#​3723) (b8b0c92)

  • (es/compat) Throw an error if a private property is initialized multiple times (#​3665) (b6434e5)

  • (es/parser) Emit an error for non-last rest element in an object pattern (#​3675) (6a9d778)

  • (es/parser) Allow Expr::TsInstantiation in extends clause (#​3696) (d499b8c)

  • (es/parser) Disallow using reserved words as an expression in typescript (#​3697) (d6522f3)

  • (es/parser) Fix a typescript instantiation expression followed by EOF (#​3699) (010fe04)

  • (es/parser) Fix the span of an export declaration containing a const enum (#​3701) (4318a2e)

  • (es/parser) Don't attach comments to ; (#​3720) (8b87bb4)

  • (es/typescript) Fix name of decorated classes (#​3689) (1e49fcd)

  • (es/typescript) Support heterogeneous enums (#​3721) (1761cab)

Features
Miscellaneous Tasks
Refactor
eslint/eslint

v8.10.0

Compare Source

Features

  • 6e2c325 feat: Add ignoreOnInitialization option to no-shadow rule (#​14963) (Soufiane Boutahlil)
  • 115cae5 feat: --debug prints time it takes to parse a file (#​15609) (Bartek Iwańczuk)
  • 345e70d feat: Add onlyOneSimpleParam option to no-confusing-arrow rule (#​15566) (Gautam Arora)

Bug Fixes

  • cdc5802 fix: Avoid __dirname for built-in configs (#​15616) (DoZerg)
  • ee7c5d1 fix: false positive in camelcase with combined properties (#​15581) (Nitin Kumar)

Documentation

Chores

postcss/postcss

v8.4.7

Compare Source

  • Fixed Node#warn() type (by Masafumi Koba).
  • Fixed comment removal in values after ,.
tailwindlabs/prettier-plugin-tailwindcss

v0.1.8

Compare Source

Changed
  • Use Tailwind's getClassOrder API when available (#​57)
Fixed
  • Fix Tailwind config file resolution when Prettier config file is not present (#​62)
TypeStrong/ts-node

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

Microsoft/TypeScript

v4.6.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


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.

@vercel
Copy link

vercel bot commented Feb 24, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/timelessco/renderlesskit-react-tailwind/CzR9rxUYFonv2QHCUkWCx1xDDDyy
✅ Preview: https://renderlesskit-react-tailwind-git-renovate-dev-581cf6-timelessco.vercel.app

@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 3a5f77f to c899fde Compare February 24, 2022 19:58
@renovate renovate bot changed the title chore(deps): ⬆️ update dependency @swc/core to v1.2.145 chore(deps): ⬆️ update dev dependencies (minor) Feb 24, 2022
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from c899fde to f5b431e Compare February 24, 2022 23:58
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from f5b431e to e37281c Compare February 25, 2022 11:37
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from e37281c to f67671f Compare February 26, 2022 00:10
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from f67671f to 227850d Compare February 27, 2022 10:19
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 227850d to 99a7d90 Compare March 1, 2022 01:54
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 99a7d90 to 02a9ad2 Compare March 1, 2022 19:26
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 02a9ad2 to a471bf9 Compare March 1, 2022 22:46
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from a471bf9 to 5ff4960 Compare March 2, 2022 06:15
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 5ff4960 to 172b468 Compare March 2, 2022 09:47
Copy link
Contributor

@navin-moorthy navin-moorthy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉

@kodiakhq kodiakhq bot merged commit 170938c into main Mar 2, 2022
@kodiakhq kodiakhq bot deleted the renovate/dev-dependencies-(minor) branch March 2, 2022 10:04
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.

2 participants