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

Update dependency @rushstack/node-core-library to v5 #8816

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rushstack/node-core-library (source) 3.66.1 -> 5.11.0 age adoption passing confidence

Release Notes

microsoft/rushstack (@​rushstack/node-core-library)

v5.11.0

Compare Source

Thu, 30 Jan 2025 01:11:42 GMT

Minor changes
  • Update fs-extra to 11.3.0.

v5.10.2

Compare Source

Thu, 09 Jan 2025 01:10:10 GMT

Patches
  • Provide the retryCount parameter to actions executed using Async.runWithRetriesAsync

v5.10.1

Compare Source

Sat, 14 Dec 2024 01:11:07 GMT

Patches
  • Fix handling of trailing slashes and relative paths in RealNodeModulePath to match semantics of fs.realpathSync.native.

v5.10.0

Compare Source

Fri, 22 Nov 2024 01:10:43 GMT

Minor changes
  • Add RealNodeModulePathResolver class to get equivalent behavior to realpath with fewer system calls (and therefore higher performance) in the typical scenario where the only symlinks in the repository are inside of node_modules folders and are links to package folders.

v5.9.0

Compare Source

Fri, 13 Sep 2024 00:11:42 GMT

Minor changes
  • Add a Sort.sortKeys function for sorting keys in an object
  • Rename LockFile.acquire to Lockfile.acquireAsync.
Patches
  • Fix an issue where attempting to acquire multiple LockFiles at the same time on POSIX would cause the second to immediately be acquired without releasing the first.

v5.8.0

Compare Source

Tue, 10 Sep 2024 20:08:11 GMT

Minor changes
  • Add a customFormats option to JsonSchema.

v5.7.0

Compare Source

Wed, 21 Aug 2024 05:43:04 GMT

Minor changes
  • Introduce a Text.splitByNewLines function.

v5.6.0

Compare Source

Mon, 12 Aug 2024 22:16:04 GMT

Minor changes
  • Add a ignoreSchemaField option to the JsonSchema.validateObject options to ignore $schema properties and add an options object argument to JsonSchema.validateObjectWithCallback with the same ignoreSchemaField option.

v5.5.1

Compare Source

Sat, 27 Jul 2024 00:10:27 GMT

Patches
  • Include CHANGELOG.md in published releases again

v5.5.0

Compare Source

Tue, 16 Jul 2024 00:36:21 GMT

Minor changes
  • Add support for the jsonSyntax option to the JsonFile.save, JsonFile.saveAsync, and JsonFile.stringify functions.

v5.4.1

Compare Source

Thu, 30 May 2024 00:13:05 GMT

Patches
  • Include missing type modifiers on type-only exports.

v5.4.0

Compare Source

Wed, 29 May 2024 02:03:50 GMT

Minor changes
  • Add a throwOnSignal option to the Executable.waitForExitAsync to control if that function should throw if the process is terminated with a signal.
  • Add a signal property to the result of Executable.waitForExitAsync that includes a signal if the process was termianted by a signal.

v5.3.0

Compare Source

Tue, 28 May 2024 15:10:09 GMT

Minor changes
  • Include typings for the the "files" field in IPackageJson.

v5.2.0

Compare Source

Tue, 28 May 2024 00:09:47 GMT

Minor changes
  • Include typings for the "exports" and "typesVersions" fields in IPackageJson.

v5.1.0

Compare Source

Sat, 25 May 2024 04:54:07 GMT

Minor changes
  • Update JsonFile to support loading JSON files that include object keys that are members of Object.prototype.
Patches
  • Fix an issue with JsonSchema where "uniqueItems": true would throw an error if the "item" type in the schema has "type": "object".

v5.0.0

Compare Source

Thu, 23 May 2024 02:26:56 GMT

Breaking changes
  • Replace z-schema with ajv for schema validation and add support for json-schema draft-07.
  • Remove the deprecated Async.sleep function.
  • Convert FileConstants and FolderConstants from enums to const objects.
Patches
  • Fix an issue where waitForExitAsync() might reject before all output was collected

v4.3.0

Compare Source

Wed, 15 May 2024 06:04:17 GMT

Minor changes
  • Rename Async.sleep to Async.sleepAsync. The old function is marked as @deprecated.

v4.2.1

Compare Source

Fri, 10 May 2024 05:33:33 GMT

Patches
  • Fix a bug in Async.forEachAsync where weight wasn't respected.

v4.2.0

Compare Source

Mon, 06 May 2024 15:11:04 GMT

Minor changes
  • Add a new weighted: true option to the Async.forEachAsync method that allows each element to specify how much of the allowed parallelism the callback uses.
Patches
  • Add a new weighted: true option to the Async.mapAsync method that allows each element to specify how much of the allowed parallelism the callback uses.

v4.1.0

Compare Source

Wed, 10 Apr 2024 15:10:08 GMT

Minor changes
  • Add writeBuffersToFile and writeBuffersToFileAsync methods to FileSystem for efficient writing of concatenated files.

v4.0.2

Compare Source

Wed, 21 Feb 2024 21:45:28 GMT

Patches
  • Replace the dependency on the colors package with Colorize from @rushstack/terminal.

v4.0.1

Compare Source

Tue, 20 Feb 2024 21:45:10 GMT

Patches
  • Remove a no longer needed dependency on the colors package

v4.0.0

Compare Source

Mon, 19 Feb 2024 21:54:27 GMT

Breaking changes
Minor changes
  • Graduate Async and MinimumHeap APIs from beta to public.

Configuration

📅 Schedule: Branch creation - "before 3am on Friday" (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 requested a review from a team as a code owner February 28, 2025 02:07
Copy link

changeset-bot bot commented Feb 28, 2025

⚠️ No Changeset found

Latest commit: 8f18fed

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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.

1 participant