Skip to content

fix(deps): update dependencies (non-major) #226

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/eslintrc 3.2.0 -> 3.3.1 age adoption passing confidence dependencies minor
@types/node (source) 22.10.4 -> 22.15.3 age adoption passing confidence dependencies minor
core-js (source) 3.39.0 -> 3.42.0 age adoption passing confidence dependencies minor
globals 15.14.0 -> 15.15.0 age adoption passing confidence dependencies minor
node (source) 22.12.0 -> 22.15.0 age adoption passing confidence minor
pnpm (source) 10.2.1 -> 10.10.0 age adoption passing confidence packageManager minor
prettier-plugin-packagejson 2.5.6 -> 2.5.10 age adoption passing confidence dependencies patch
typescript (source) 5.7.2 -> 5.8.3 age adoption passing confidence dependencies minor

Release Notes

eslint/eslintrc (@​eslint/eslintrc)

v3.3.1

Compare Source

Bug Fixes

v3.3.0

Compare Source

Features
zloirock/core-js (core-js)

v3.42.0

Compare Source

  • Changes v3.41.0...v3.42.0 (142 commits)
  • Map upsert proposal:
    • Moved to stage 2.7, April 2025 TC39 meeting
    • Validation order of WeakMap.prototype.getOrInsertComputed updated following tc39/proposal-upsert#79
    • Built-ins:
      • Map.prototype.getOrInsert
      • Map.prototype.getOrInsertComputed
      • WeakMap.prototype.getOrInsert
      • WeakMap.prototype.getOrInsertComputed
  • Don't call well-known Symbol methods for RegExp on primitive values following tc39/ecma262#3009:
    • For avoid performance regression, temporarily, only in own core-js implementations
    • Built-ins:
      • String.prototype.matchAll
      • String.prototype.match
      • String.prototype.replaceAll
      • String.prototype.replace
      • String.prototype.search
      • String.prototype.split
  • Added workaround for the Uint8Array.prototype.setFromBase64 bug in some of Linux builds of WebKit
  • Implemented early-error iterator closing following tc39/ecma262#3467, including fix of a WebKit bug, in the following methods:
    • Iterator.prototype.drop
    • Iterator.prototype.every
    • Iterator.prototype.filter
    • Iterator.prototype.find
    • Iterator.prototype.flatMap
    • Iterator.prototype.forEach
    • Iterator.prototype.map
    • Iterator.prototype.reduce
    • Iterator.prototype.some
    • Iterator.prototype.take
  • Fixed missing forced replacement of AsyncIterator helpers
  • Added closing of sync iterator when async wrapper yields a rejection following tc39/ecma262#2600. Affected methods:
  • Added detection for throwing on undefined initial parameter in Iterator.prototype.reduce (see WebKit bug)
  • core-js-compat and core-js-builder API:
    • Added 'intersect' support for targets.esmodules (Babel 7 behavior)
    • Fixed handling of targets.esmodules: true (Babel 7 behavior)
  • Compat data improvements:

v3.41.0

Compare Source

v3.40.0

Compare Source

sindresorhus/globals (globals)

v15.15.0

Compare Source


nodejs/node (node)

v22.15.0

Compare Source

v22.14.0: 2025-02-11, Version 22.14.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
  • [82a9000e9e] - crypto: update root certificates to NSS 3.107 (Node.js GitHub Bot) #​56566
  • [b7fe54fc88] - (SEMVER-MINOR) fs: allow exclude option in globs to accept glob patterns (Daeyeon Jeong) #​56489
  • [3ac92ef607] - (SEMVER-MINOR) lib: add typescript support to STDIN eval (Marco Ippolito) #​56359
  • [1614e8e7bc] - (SEMVER-MINOR) module: add ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX (Marco Ippolito) #​56610
  • [6d6cffa9cc] - (SEMVER-MINOR) module: add findPackageJSON util (Jacob Smith) #​55412
  • [d35333ae18] - (SEMVER-MINOR) process: add process.ref() and process.unref() methods (James M Snell) #​56400
  • [07ff3ddcb5] - (SEMVER-MINOR) sqlite: support TypedArray and DataView in StatementSync (Alex Yang) #​56385
  • [94d3fe1b62] - (SEMVER-MINOR) src: add --disable-sigusr1 to prevent signal i/o thread (Rafael Gonzaga) #​56441
  • [5afffb4415] - (SEMVER-MINOR) src,worker: add isInternalWorker (Carlos Espa) #​56469
  • [697a851fb3] - (SEMVER-MINOR) test_runner: add TestContext.prototype.waitFor() (Colin Ihrig) #​56595
  • [047537b48c] - (SEMVER-MINOR) test_runner: add t.assert.fileSnapshot() (Colin Ihrig) #​56459
  • [926cf84e95] - (SEMVER-MINOR) test_runner: add assert.register() API (Colin Ihrig) #​56434
  • [c658a8afdf] - (SEMVER-MINOR) worker: add eval ts input (Marco Ippolito) #​56394
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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jan 3, 2025
@renovate renovate bot requested a review from frantic1048 January 3, 2025 08:01
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 045305d to eb26666 Compare January 3, 2025 08:01
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from eb26666 to e6261f4 Compare January 6, 2025 00:11
@renovate renovate bot changed the title fix(deps): update dependency @types/node to v22.10.5 fix(deps): update dependencies (non-major) Jan 6, 2025
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from e6261f4 to 05bf34e Compare January 6, 2025 00:12
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 05bf34e to 4bd4346 Compare January 8, 2025 15:56
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 4bd4346 to 7fb75cd Compare January 8, 2025 15:57
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 7fb75cd to a806b80 Compare January 8, 2025 23:23
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from a806b80 to bfc514e Compare January 8, 2025 23:24
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from bfc514e to aa1d1a6 Compare January 14, 2025 17:34
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from aa1d1a6 to fc5fdc4 Compare January 14, 2025 17:35
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from fc5fdc4 to d10c1f3 Compare January 15, 2025 00:04
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from d10c1f3 to e752ac4 Compare January 15, 2025 00:06
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from e752ac4 to 798520b Compare January 15, 2025 08:35
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 798520b to 3b422c6 Compare January 15, 2025 08:35
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 3b422c6 to 43d75fd Compare January 16, 2025 01:31
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 43d75fd to e21f5af Compare January 16, 2025 01:32
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from e21f5af to 31440e3 Compare January 17, 2025 01:44
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 31440e3 to 9e27d2b Compare January 17, 2025 01:45
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 9e27d2b to 3435907 Compare January 21, 2025 17:53
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 3435907 to 4a2af3c Compare January 21, 2025 17:54
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 4a2af3c to 2e5a25a Compare January 23, 2025 05:15
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 2e5a25a to 5c1b0c2 Compare January 23, 2025 05:16
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 5c1b0c2 to 962c618 Compare January 23, 2025 10:29
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 962c618 to 7c6468a Compare January 23, 2025 10:29
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 7c6468a to f48ccf8 Compare January 23, 2025 18:13
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from f48ccf8 to 60aa04f Compare January 23, 2025 18:14
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 60aa04f to 6bce3bd Compare January 28, 2025 06:04
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 97c2140 to c98cf20 Compare April 2, 2025 07:57
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from c98cf20 to c079e76 Compare April 2, 2025 08:04
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from c079e76 to 9c4520d Compare April 2, 2025 08:04
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 9c4520d to 79342a5 Compare April 2, 2025 23:19
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 79342a5 to cfc7c11 Compare April 2, 2025 23:19
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from cfc7c11 to 0afee20 Compare April 5, 2025 02:51
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 0afee20 to 1e57856 Compare April 5, 2025 02:52
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 1e57856 to 7aae568 Compare April 7, 2025 17:07
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 7aae568 to 108ddee Compare April 7, 2025 17:08
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 108ddee to a257b89 Compare April 11, 2025 23:29
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from a257b89 to 5c289d3 Compare April 11, 2025 23:30
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 5c289d3 to 90ffd37 Compare April 14, 2025 12:13
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 90ffd37 to 550ff4a Compare April 14, 2025 12:14
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 550ff4a to 6329b13 Compare April 18, 2025 05:06
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 6329b13 to c3be639 Compare April 18, 2025 05:06
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from c3be639 to c350a37 Compare April 21, 2025 16:16
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from c350a37 to 833688f Compare April 21, 2025 16:16
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 833688f to 1fb152f Compare April 23, 2025 07:54
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 1fb152f to 2af519e Compare April 23, 2025 07:55
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 2af519e to 8a14259 Compare April 24, 2025 22:58
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 8a14259 to dfcf2c7 Compare April 24, 2025 22:59
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from dfcf2c7 to 150dd5a Compare April 25, 2025 08:33
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 150dd5a to 851e3f4 Compare April 25, 2025 08:34
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 851e3f4 to 55c83e2 Compare April 28, 2025 02:49
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 55c83e2 to aea9af3 Compare April 28, 2025 02:51
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from aea9af3 to 85df79a Compare April 28, 2025 11:45
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 85df79a to be3abe7 Compare April 28, 2025 11:46
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from be3abe7 to 5afd10d Compare April 29, 2025 22:30
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 5afd10d to 8e39988 Compare April 29, 2025 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant