Chore: Update changesets monorepo (major) - autoclosed #165
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:
v3
->v4
v3.5.1
->v4.0.3
1.0.3
->2.0.1
13.1.3
->14.0.2
5.0.5
->7.0.1
6.0.0
->7.0.0
6.1.2
->8.1.0
4.0.0
->5.0.0
Release Notes
actions/checkout (actions/checkout)
v4
Compare Source
actions/setup-node (actions/setup-node)
v4.0.3
Compare Source
v4.0.2
Compare Source
What's Changed
volta.extends
by @ThisIsManta in https://github.com/actions/setup-node/pull/921New Contributors
Full Changelog: actions/setup-node@v4.0.1...v4.0.2
v4.0.1
Compare Source
What's Changed
package.json
tonode-version-file
list of examples. by @TWiStErRob in https://github.com/actions/setup-node/pull/879New Contributors
Full Changelog: actions/setup-node@v4...v4.0.1
v4.0.0
Compare Source
What's Changed
In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in https://github.com/actions/setup-node/pull/866
Besides, release contains such changes as:
New Contributors
Full Changelog: actions/setup-node@v3...v4.0.0
v3.8.2
Compare Source
What's Changed
Full Changelog: actions/setup-node@v3...v3.8.2
v3.8.1
Compare Source
What's Changed
In scope of this release, the filter was removed within the cache-save step by @dmitry-shibanov in https://github.com/actions/setup-node/pull/831. It is filtered and checked in the toolkit/cache library.
Full Changelog: actions/setup-node@v3...v3.8.1
v3.8.0
Compare Source
What's Changed
Bug fixes:
Feature implementations:
Documentation changes:
Update dependencies:
New Contributors
Full Changelog: actions/setup-node@v3...v3.8.0
v3.7.0
Compare Source
What's Changed
In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from
cache-dependency-path
input and add detect all dependencies directories to cache (related pull request and feature request).Besides, we made such changes as:
New Contributors
Full Changelog: actions/setup-node@v3...v3.7.0
v3.6.0
: Add Support for Nightly, Canary and RC builds for Node.jsCompare Source
In scope of this release we added support to download nightly, rc (https://github.com/actions/setup-node/pull/611) and canary (https://github.com/actions/setup-node/pull/619) Node.js distributions.
For nightly versions:
For canary versions:
For rc versions:
Note: For more examples please refer to documentation.
Besides, we added the following changes as:
devongovett/exif-reader (exif-reader)
v2.0.1
Compare Source
v2.0.0
Compare Source
v1.2.0
Compare Source
v1.1.0
Compare Source
sindresorhus/globby (globby)
v14.0.2
Compare Source
f600250
v14.0.1
Compare Source
expandDirectories.extension
option (#263)af5d139
3a28601
v14.0.0
Compare Source
Breaking
2c06ae5
Improvements
convertPathToPattern()
method3bd00a6
v13.2.2
Compare Source
0ae43b9
v13.2.1
Compare Source
ignore
andexpandDirectories
default handling (#252)3a48eb9
v13.2.0
Compare Source
a0e4028
v13.1.4
Compare Source
gitignore: true
andsuppressErrors: true
(#246)e95da57
URL
TypeScript type workaround (#230)55a3c64
typicode/lowdb (lowdb)
v7.0.1
Compare Source
v7.0.0
Compare Source
🚀 Simplified syntax with
db.update
, new adapter for more file format, consistent presets, automatic write error retry, and a TS error fix!What's New
db.update
for easier updates and writes.DataFile
adapters for supporting various formats likeYAML
,JSON5
, ... and adding features like encryption with minimal code.Breaking Changes
JSONPreset
toJSONFilePreset
JSONSyncPreset
toJSONFileSyncPreset
.Code Examples
If you were using the
JSONPreset
, please rename itEnjoy the simplified syntax with
db.update
Easily support other formats:
Sponsors
Special thanks to lowdb's current sponsor: Mockend.
Your support is essential, you can sponsor this project on GitHub Sponsors ❤️
v6.1.1
Compare Source
JSONPreset
andJSONSyncPreset
v6.1.0
Compare Source
New presets
Before
Now
This will also use the
Memory
adapter automatically whenNODE_ENV=test
making tests faster.TypeScript
Lowdb now supports the broader
fs.PathLike
type which lets you useURL
type in addition tostring
. This is useful for ESM.v6.0.1
Compare Source
What's Changed
New Contributors
Full Changelog: typicode/lowdb@v6.0.0...v6.0.1
v6.0.0
Compare Source
What's Changed
defaultData
parameter forLow
andLowSync
constructors to improve TypeScript experienceHow to upgrade:
If you like lowdb, please sponsor my work. If you cannot, a star or tweet is always appreciated.
Thank you!
v5.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: typicode/lowdb@v5.0.4...v5.1.0
sindresorhus/multimatch (multimatch)
v7.0.0
Compare Source
Breaking
12d68b3
sindresorhus/ora (ora)
v8.1.0
Compare Source
fb0fced
v8.0.1
Compare Source
89a1f31
v8.0.0
Compare Source
Breaking
675590f
Improvements
675590f
v7.0.1
Compare Source
1dc1ece
v7.0.0
Compare Source
Breaking
0e96acd
v6.3.1
Compare Source
4b1c2be
v6.3.0
Compare Source
suffixText
option (#223)2378eaf
v6.2.0
Compare Source
spinners
export to be able to access all available spinners (#222)f2ac111
sindresorhus/pkg-conf (pkg-conf)
v5.0.0
Compare Source
Breaking
pkg-conf
topackage-config
ee366eb
f7000a1
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.
This PR was generated by Mend Renovate. View the repository job log.