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 all non-major dependencies #4213

Merged
merged 1 commit into from Jul 12, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 12, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-extractor (source) ^7.17.1 -> ^7.18.1 age adoption passing confidence
@types/clean-css ^4.2.4 -> ^4.2.5 age adoption passing confidence
@types/convert-source-map ^1.5.1 -> ^1.5.2 age adoption passing confidence
@types/estree ^0.0.49 -> ^0.0.50 age adoption passing confidence
@types/etag ^1.8.0 -> ^1.8.1 age adoption passing confidence
@types/fs-extra ^9.0.11 -> ^9.0.12 age adoption passing confidence
@types/jest ^26.0.23 -> ^26.0.24 age adoption passing confidence
@types/less ^3.0.2 -> ^3.0.3 age adoption passing confidence
@types/resolve ^1.20.0 -> ^1.20.1 age adoption passing confidence
@types/sass ^1.16.0 -> ^1.16.1 age adoption passing confidence
@types/semver ^7.3.6 -> ^7.3.7 age adoption passing confidence
@typescript-eslint/eslint-plugin ^4.28.1 -> ^4.28.2 age adoption passing confidence
@typescript-eslint/parser ^4.28.1 -> ^4.28.2 age adoption passing confidence
es-module-lexer ^0.6.0 -> ^0.7.1 age adoption passing confidence
fast-glob ^3.2.6 -> ^3.2.7 age adoption passing confidence
ts-node (source) ^10.0.0 -> ^10.1.0 age adoption passing confidence
ws ^7.5.2 -> ^7.5.3 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint

v4.28.2

Compare Source

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

guybedford/es-module-lexer

v0.7.1

Compare Source

v0.7.0

Compare Source

mrmlnc/fast-glob

v3.2.7

Compare Source

🐛 Bug fixes

The previous release (3.2.6) introduced a regression, thanks to which negative patterns were not applied to patterns outside the current directory.

This release fixes the issue.

TypeStrong/ts-node

v10.1.0

Compare Source

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

Added

  • Add "moduleType" option to override module type -- CommonJS or ECMAScript -- on select files. (docs) (#​1342, #​1371, #​1376)
    • Useful when a configuration file, for example webpack.config.ts, must execute as CommonJS but the rest of the project is ESM
    • selectively overrides package.json "type" and tsconfig.json "module"
    • akin to .cjs and .mjs extensions, but for .ts and .tsx files
    • thanks to @​jayaddison for help on test coverage
  • Implement "extends" support for "ts-node" options in tsconfig.json (#​1328, #​1356)
    • "ts-node": {} options will be parsed from extended tsconfigs
    • allows sharing and deduplicating ts-node configuration
  • Un-deprecate scope and scopeDir; add both to CLI and tsconfig.json options; un-deprecate TS_NODE_SCOPE env var; add TS_NODE_SCOPE_DIR env var (docs) (#​1346, #​1367)

Changed

  • Improve error messages thrown by native ESM loader hooks (#​1357, #​1373) @​tars0x9752
    • messages more closely match node; are more descriptive
  • Emit "ts-node" object at the top of --showConfig output instead of the bottom (#​1355)

Fixed

  • Fix #​1282: Set correct globals in [stdin], [eval], and <repl> contexts (#​1333)
    • More closely align ts-node's behavior with vanilla node
    • Affects the interactive REPL, piping to stdin, and ts-node -e
    • Matches node's behavior for globals __filename, __dirname, module and sub-fields of module, exports, and builtin module aliases fs, etc
  • Fix #​1343: Set swc option keepClassNames to true (#​1344)
  • Fix: #​1387: REPL outputs 'use strict' after first empty line of input (#​1388) @​ejose19

Docs

  • Update ESM docs to say that env vars are supported with node --loader ts-node/esm (docs) (#​1379)

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

websockets/ws

v7.5.3

Compare Source

Bug fixes

  • The WebSocketServer constructor now throws an error if more than one of the
    noServer, server, and port options are specefied (66e58d2).
  • Fixed a bug where a 'close' event was emitted by a WebSocketServer before
    the internal HTTP/S server was actually closed (5a58730).
  • Fixed a bug that allowed WebSocket connections to be established after
    WebSocketServer.prototype.close() was called (772236a).

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 12, 2021
@antfu antfu merged commit 0f45c21 into main Jul 12, 2021
@antfu antfu deleted the renovate/all-minor-patch branch July 12, 2021 09:47
aleclarson pushed a commit to aleclarson/vite that referenced this pull request Nov 8, 2021
Co-authored-by: Renovate Bot <bot@renovateapp.com>
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.

None yet

3 participants