Update dependency @rushstack/node-core-library to v5 #8816
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.66.1
->5.11.0
Release Notes
microsoft/rushstack (@rushstack/node-core-library)
v5.11.0
Compare Source
Thu, 30 Jan 2025 01:11:42 GMT
Minor changes
v5.10.2
Compare Source
Thu, 09 Jan 2025 01:10:10 GMT
Patches
retryCount
parameter to actions executed usingAsync.runWithRetriesAsync
v5.10.1
Compare Source
Sat, 14 Dec 2024 01:11:07 GMT
Patches
fs.realpathSync.native
.v5.10.0
Compare Source
Fri, 22 Nov 2024 01:10:43 GMT
Minor changes
RealNodeModulePathResolver
class to get equivalent behavior torealpath
with fewer system calls (and therefore higher performance) in the typical scenario where the only symlinks in the repository are inside ofnode_modules
folders and are links to package folders.v5.9.0
Compare Source
Fri, 13 Sep 2024 00:11:42 GMT
Minor changes
Sort.sortKeys
function for sorting keys in an objectLockFile.acquire
toLockfile.acquireAsync
.Patches
LockFile
s 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
customFormats
option toJsonSchema
.v5.7.0
Compare Source
Wed, 21 Aug 2024 05:43:04 GMT
Minor changes
Text.splitByNewLines
function.v5.6.0
Compare Source
Mon, 12 Aug 2024 22:16:04 GMT
Minor changes
ignoreSchemaField
option to theJsonSchema.validateObject
options to ignore$schema
properties and add an options object argument toJsonSchema.validateObjectWithCallback
with the sameignoreSchemaField
option.v5.5.1
Compare Source
Sat, 27 Jul 2024 00:10:27 GMT
Patches
v5.5.0
Compare Source
Tue, 16 Jul 2024 00:36:21 GMT
Minor changes
jsonSyntax
option to theJsonFile.save
,JsonFile.saveAsync
, andJsonFile.stringify
functions.v5.4.1
Compare Source
Thu, 30 May 2024 00:13:05 GMT
Patches
type
modifiers on type-only exports.v5.4.0
Compare Source
Wed, 29 May 2024 02:03:50 GMT
Minor changes
throwOnSignal
option to theExecutable.waitForExitAsync
to control if that function should throw if the process is terminated with a signal.signal
property to the result ofExecutable.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
"files"
field inIPackageJson
.v5.2.0
Compare Source
Tue, 28 May 2024 00:09:47 GMT
Minor changes
"exports"
and"typesVersions"
fields inIPackageJson
.v5.1.0
Compare Source
Sat, 25 May 2024 04:54:07 GMT
Minor changes
JsonFile
to support loading JSON files that include object keys that are members ofObject.prototype
.Patches
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
Async.sleep
function.FileConstants
andFolderConstants
from enums to const objects.Patches
v4.3.0
Compare Source
Wed, 15 May 2024 06:04:17 GMT
Minor changes
Async.sleep
toAsync.sleepAsync
. The old function is marked as@deprecated
.v4.2.1
Compare Source
Fri, 10 May 2024 05:33:33 GMT
Patches
Async.forEachAsync
where weight wasn't respected.v4.2.0
Compare Source
Mon, 06 May 2024 15:11:04 GMT
Minor changes
weighted: true
option to theAsync.forEachAsync
method that allows each element to specify how much of the allowed parallelism the callback uses.Patches
weighted: true
option to theAsync.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
writeBuffersToFile
andwriteBuffersToFileAsync
methods toFileSystem
for efficient writing of concatenated files.v4.0.2
Compare Source
Wed, 21 Feb 2024 21:45:28 GMT
Patches
colors
package withColorize
from@rushstack/terminal
.v4.0.1
Compare Source
Tue, 20 Feb 2024 21:45:10 GMT
Patches
colors
packagev4.0.0
Compare Source
Mon, 19 Feb 2024 21:54:27 GMT
Breaking changes
FileSystem.readFolder
,FileSystem.readFolderAsync
, andLegacyAdapters.sortStable
APIs.Minor changes
Async
andMinimumHeap
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.
This PR was generated by Mend Renovate. View the repository job log.