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:
5.0.0
->11.0.2
10.2.0
->11.0.2
Release Notes
sindresorhus/conf (conf)
v11.0.2
Compare Source
.delete()
to allow access by dot notation (#182)5b9a6e3
v11.0.1
Compare Source
package.json
's exports (#172)99732a0
v11.0.0
Compare Source
Breaking
cea3d68
projectName
option is now required unless you use thecwd
option.projectVersion
option is now required if you use themigration
option.80e1ff0
v10.2.0
Compare Source
beforeEachMigration
option (#167)06262ab
v10.1.2
Compare Source
eb1da20
v10.1.1
Compare Source
configFileMode
option for TypeScript (#159)07d275b
v10.1.0
Compare Source
configFileMode
option (#158)8345d71
v10.0.3
Compare Source
f19ee6b
v10.0.2
Compare Source
1ea9b28
v10.0.1
Compare Source
onDidChange
not always being called (#143)3a53356
v10.0.0
Compare Source
Breaking
4fa57ef
v9.0.2
Compare Source
ajv-formats
when a schema is used (#144)094ac38
v9.0.1
Compare Source
.reset()
to correctly handle falsy default values (#141)735225e
v9.0.0
Compare Source
clearInvalidConfig
optionfalse
by defaultb291021
A lot of people found the previous default surprising.
v8.0.0
Compare Source
Breaking
.clear()
behavior (#136)259ba9b
Previously, it would not reset the values back to the default ones specified in the
defaults
orschema
option. It correctly does this now.ajv
to version 7. This might affect user using theschema
option.v7.1.2
Compare Source
.get()
TypeScript return type (#117)526002e
v7.1.1
Compare Source
Options
TypeScript type71477a7
v7.1.0
Compare Source
atomically
package instead ofwrite-file-atomic
(#115)6c624a0
v7.0.1
Compare Source
daa002c
v7.0.0
Compare Source
Breaking
e28b8d9
Improvements
41b0c10
This hopefully should result in better types.
v6.2.4
Compare Source
cwd
option (#107)3ef2da0
v6.2.3
Compare Source
64b386a
v6.2.2
Compare Source
v6.2.1
Compare Source
3ec30d2
66b1058
7e6fcbe
v6.2.0
Compare Source
migrations
option is buggy. Don't use it at this time.df3a256
v6.1.0
Compare Source
.reset()
method (#87)52ca0dd
watch
option (#77)8bd3352
v6.0.1
Compare Source
b5a4676
The types were accidentally looser than intended.
v6.0.0
Compare Source
Breaking for TypeScript users
ef63b11
ff54952
93ace80
The types were made much better, but it will probably break for some users. You can now properly define a strongly-typed store. Example.
Note: There's no way to use a dot-path like
config.get('foo.bar')
with a typed store. We're looking into how to support that: https://github.com/sindresorhus/conf/issues/86Enhancements
931ffce
Fixes
68bbb46
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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.