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 else #112

Merged
merged 1 commit into from Mar 16, 2022
Merged

fix(deps): update else #112

merged 1 commit into from Mar 16, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fortawesome/react-fontawesome 0.1.16 -> 0.1.17 age adoption passing confidence
@types/chrome 0.0.178 -> 0.0.180 age adoption passing confidence
@types/jest 27.4.0 -> 27.4.1 age adoption passing confidence
@types/styled-components 5.1.22 -> 5.1.24 age adoption passing confidence
css-loader 6.6.0 -> 6.7.1 age adoption passing confidence
eslint-plugin-react 7.28.0 -> 7.29.4 age adoption passing confidence
lint-staged 12.3.4 -> 12.3.5 age adoption passing confidence
ts-loader 9.2.6 -> 9.2.8 age adoption passing confidence
ts-node (source) 10.5.0 -> 10.7.0 age adoption passing confidence
typescript (source) 4.5.5 -> 4.6.2 age adoption passing confidence
webpack 5.69.0 -> 5.70.0 age adoption passing confidence

Release Notes

FortAwesome/react-fontawesome

v0.1.17

Compare Source

Added
  • New v6 sizes and animations

webpack-contrib/css-loader

v6.7.1

Compare Source

v6.7.0

Compare Source

Features
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
okonet/lint-staged

v12.3.5

Compare Source

Bug Fixes
  • search all configs regardless of staged files (4b605cd)
TypeStrong/ts-loader

v9.2.8

Compare Source

v9.2.7

Compare Source

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

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:

webpack/webpack

v5.70.0

Compare Source

Features

  • update node.js version constraints for ESM support
  • add baseUri to entry options to configure a static base uri (the base of new URL())
  • alphabetically sort exports in namespace objects when possible
  • add __webpack_exports_info__.name.canMangle
  • add proxy support to experiments.buildHttp
  • import.meta.webpackContext as ESM alternative to require.context
  • handle multiple alternative directories (e. g. due to resolve.alias or resolve.modules) when creating an context module

Bugfixes

  • fix problem when assigning global to a variable
  • fix crash when using experiments.outputModule and loaderContext.importModule with multiple chunks
  • avoid generating progress output before the compilation has started (ProgressPlugin)
  • fix handling of non-static-ESM dependencies with using TLA and HMR in the same module
  • include the asset module filename in hashing
  • output.clean will keep HMR assets for at least 10s to allow HMR to access them even when compilation is faster then the browser

Performance

  • fix asset caching when using the BannerPlugin

Developer Experience

  • improve typings

Contributing

  • capture caching errors when running the test suite

v5.69.1

Compare Source

Revert
  • revert "handle multiple alternative directories (e. g. due to resolve.alias or resolve.modules) when creating an context module"

Configuration

📅 Schedule: "before 10:00 on Monday" in timezone Asia/Tokyo.

🚦 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the renovate label Feb 20, 2022
@renovate renovate bot force-pushed the renovate/else branch 8 times, most recently from 85144ce to fe48b51 Compare March 1, 2022 23:29
@renovate renovate bot force-pushed the renovate/else branch 6 times, most recently from 5e119ae to df38b2c Compare March 8, 2022 14:33
@renovate renovate bot force-pushed the renovate/else branch 2 times, most recently from 85e3e5e to 2f17f05 Compare March 14, 2022 01:44
@renovate renovate bot merged commit b27728c into master Mar 16, 2022
@renovate renovate bot deleted the renovate/else branch March 16, 2022 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant