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 #213

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

open-turo-bot
Copy link
Contributor

@open-turo-bot open-turo-bot commented Aug 22, 2024

This PR contains the following updates:

Package Type Update Change
@eslint/js (source) devDependencies patch 9.9.0 -> 9.9.1
eslint (source) devDependencies patch 9.9.0 -> 9.9.1
node minor 20.16.0 -> 20.17.0

Release Notes

eslint/eslint (@​eslint/js)

v9.9.1

Compare Source

Bug Fixes
  • 9bde90c fix: add logic to handle fixTypes in lintText() (#​18736) (Amaresh S M)
Documentation
Chores
nodejs/node (node)

v20.17.0: 2024-08-21, Version 20.17.0 'Iron' (LTS), @​marco-ippolito

Compare Source

module: support require()ing synchronous ESM graphs

This release adds require() support for synchronous ESM graphs under
the flag --experimental-require-module.

If --experimental-require-module is enabled, and the ECMAScript
module being loaded by require() meets the following requirements:

  • Explicitly marked as an ES module with a "type": "module" field in the closest package.json or a .mjs extension.
  • Fully synchronous (contains no top-level await).

require() will load the requested module as an ES Module, and return
the module name space object. In this case it is similar to dynamic
import() but is run synchronously and returns the name space object
directly.

Contributed by Joyee Cheung in #​51977

path: add matchesGlob method

Glob patterns can now be tested against individual paths via the path.matchesGlob(path, pattern) method.

Contributed by Aviv Keller in #​52881

stream: expose DuplexPair API

The function duplexPair returns an array with two items,
each being a Duplex stream connected to the other side:

const [ sideA, sideB ] = duplexPair();

Whatever is written to one stream is made readable on the other. It provides
behavior analogous to a network connection, where the data written by the client
becomes readable by the server, and vice-versa.

Contributed by Austin Wright in #​34111

Other Notable Changes
  • [8e64c02b19] - (SEMVER-MINOR) http: add diagnostics channel http.client.request.error (Kohei Ueno) #​54054
  • [ae30674991] - meta: add jake to collaborators (jakecastelli) #​54004
  • [4a3ecbfc9b] - (SEMVER-MINOR) stream: implement min option for ReadableStreamBYOBReader.read (Mattias Buelens) #​50888
Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

@open-turo-bot open-turo-bot requested a review from a team as a code owner August 22, 2024 00:10
@open-turo-bot open-turo-bot force-pushed the c/renovate_all-minor-patch branch from ce772fb to 759627b Compare August 24, 2024 00:09
@open-turo-bot open-turo-bot changed the title chore(deps): update node.js to v20.17.0 chore(deps): update all non-major dependencies Aug 24, 2024
@open-turo-bot open-turo-bot force-pushed the c/renovate_all-minor-patch branch from 759627b to 1927f3b Compare August 26, 2024 00:11
@open-turo-bot open-turo-bot force-pushed the c/renovate_all-minor-patch branch from 1927f3b to 936fddb Compare August 30, 2024 00:11
Copy link
Contributor

Release notes preview

No new release will be created.

If you are expecting a release, you will need to either fix a bug or add a feature.
Chores, CI, docs, refactoring, style and other changes will not trigger a release.

@tagoro9 tagoro9 merged commit d449bce into main Sep 3, 2024
4 checks passed
@tagoro9 tagoro9 deleted the c/renovate_all-minor-patch branch September 3, 2024 17:15
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