Fix uri scheme validation (@ChALkeR).
Fix boolean schemas with strictKeywords option (#1270)
v6.12.4
Fix: coercion of one-item arrays to scalar that should fail validation (failing example).
v6.12.3
Pass schema object to processCode function
Option for strictNumbers (@issacgerges, #1128)
Fixed vulnerability related to untrusted schemas (CVE-2020-15366)
Time formats support two digit and colon-less variants of timezone offset (#1061 , @cjpillsbury)
Docs: RegExp related security considerations
Tests: Disabled failing typescript test
Release contains universal binary for x86 & amd64 (m1) chips
Release v2.2.2
Released to npm as v2.2.2
Universal Binary Support x86-64 & amd64(m1)
Release v2.2.0
Electron Enabled (no static functions/variables)
Release v1.2.3
No release notes provided.
Release v2.1.2
No release notes provided.
2.1.0
Latest stable release
Release NAPI v2.0.6
Include essential files only.
Release NAPI v2.0.5
No release notes provided.
Release NAPI v2.0.4
No release notes provided.
Release NAPI v2.0.3
Moved NAPI version out of experimental.
NAPI release
No release notes provided.
deprecated
Fixing the API for chokidar since it was calling FSEvents as a constructor
deprecated
We have upgraded to N-API. For that reason we have also dropped support for node < 6.
For that reason, we have made this a major version bump so dependents have to opt in. The actual API remains entirely the same, so if you are depending on fsevents, it should be as simple as changing the version number in your package.json.
Deprecate onentry in favor of onReadEntry for clarity.
7.3
Add onWriteEntry option
7.2
DRY the command definitions into a single makeCommand method,
and update the type signatures to more appropriately infer the
return type from the options and arguments provided.
7.1
Update minipass to v7.1.0
Update the type definitions of write() and end() methods on
Unpack and Parser classes to be compatible with the
NodeJS.WritableStream type in the latest versions of
@types/node.
7.0
Rewrite in TypeScript, provide ESM and CommonJS hybrid
interface
Add tree-shake friendly exports, like import('tar/create')
and import('tar/read-entry') to get individual functions or
classes.
Add chmod option that defaults to false, and deprecate
noChmod. That is, reverse the default option regarding
explicitly setting file system modes to match tar entry
settings.
Add processUmask option to avoid having to call
process.umask() when chmod: true (or noChmod: false) is
set.
6.2
Add support for brotli compression
Add maxDepth option to prevent extraction into excessively
deep folders.
Bumps the npm_and_yarn group with 9 updates in the /wp-content/themes/twentynineteen directory:
4.9.3
7.0.0
2.3.2
3.0.3
1.2.1
3.0.0
6.0.1
11.0.0
0.0.8
1.2.8
0.5.1
0.5.6
7.0.2
8.4.39
2.4.0
4.1.1
1.6.1
1.8.1
Bumps the npm_and_yarn group with 11 updates in the /wp-content/themes/twentytwenty directory:
6.10.2
6.12.6
4.1.0
4.1.1
3.0.0
4.1.1
4.17.15
4.17.21
10.1.0
21.1.1
5.0.0
28.2.0
4.1.2
8.2.2
6.1.3
11.0.0
0.0.8
1.2.8
0.5.1
0.5.6
7.0.18
8.4.39
2.4.0
4.1.1
Bumps the npm_and_yarn group with 12 updates in the /wp-content/themes/twentytwentyone directory:
4.1.0
4.1.1
3.0.2
3.0.3
4.17.20
4.17.21
1.3.5
1.3.8
1.2.5
1.2.6
7.0.35
8.4.39
0.17.0
0.19.0
2.6.2
4.1.1
1.7.2
1.8.1
4.0.1
4.0.3
7.12.9
7.24.7
2.1.3
2.2.3
Updates
node-sass
from 4.9.3 to 7.0.0Release notes
Sourced from node-sass's releases.
... (truncated)
Changelog
Sourced from node-sass's changelog.
Commits
918dcb3
Lint fix0a21792
Set rejectUnauthorized to true by default (#3149)e80d4af
chore: Drop EOL Node 15 (#3122)d753397
feat: Add Node 17 support (#3195)dcf2e75
build(deps-dev): bump eslint from 7.32.0 to 8.0.0bfa1a3c
build(deps): bump actions/setup-node from 2.4.0 to 2.4.180d6c00
chore: Windows x86 on GitHub Actions (#3041)566dc27
build(deps-dev): bump fs-extra from 0.30.0 to 10.0.0 (#3102)7bb5157
build(deps): bump npmlog from 4.1.2 to 5.0.0 (#3156)2efb38f
build(deps): bump chalk from 1.1.3 to 4.1.2 (#3161)Updates
ajv
from 5.5.2 to 6.12.6Release notes
Sourced from ajv's releases.
Commits
fe59143
6.12.6d580d3e
Merge pull request #1298 from ajv-validator/fix-urlfd36389
fix: regular expression for "url" format490e34c
docs: link to v7-beta branch9cd93a1
docs: note about v7 in readme877d286
Merge pull request #1262 from b4h0-c4t/refactor-opt-object-typef1c8e45
6.12.5764035e
Merge branch 'ChALkeR-chalker/fix-comma'3798160
Merge branch 'chalker/fix-comma' of git://github.com/ChALkeR/ajv into ChALkeR...a3c7eba
Merge branch 'refactor-opt-object-type' of github.com:b4h0-c4t/ajv into refac...Updates
braces
from 2.3.2 to 3.0.3Changelog
Sourced from braces's changelog.
Commits
Updates
chokidar-cli
from 1.2.1 to 3.0.0Release notes
Sourced from chokidar-cli's releases.
Commits
d960f90
3.0.0ad5e2d7
Remove windows from GH actions test machine matrixbbf17af
Update dependencies75831e3
Update node version matrix for GH actions7e16ff1
Update references to new repository owner org331243f
Don't throttle or debounce if those options were not specified. (#90)99e4b47
Switch to GitHub Actions CI. (#85)42a6ea8
Release 2.1.0.9fac94b
Merge pull request #89 from XhmikosR/deps85ab77b
chokidar 3.2.3Updates
postcss-cli
from 6.0.1 to 11.0.0Release notes
Sourced from postcss-cli's releases.
Changelog
Sourced from postcss-cli's changelog.
... (truncated)
Commits
ac801f1
11.0.0e235bfd
Update dependency postcss-load-config to v5 (#462)91ad9e4
Update dependency globby to v14 (#459)ba1866d
Update dependency eslint-config-problems to v8 (#451)5f728e5
BREAKING: Require Node.js v18+ (#464)3b47a48
Update dependency prettier to ~3.1.0 (#460)922c022
Update actions/setup-node action to v4 (#458)c41052a
Update actions/checkout action to v4 (#456)d8b2e2a
Update dependency prettier to v3 (#454)c3f9c3f
Update dependency c8 to v8 (#453)Updates
lodash
from 4.17.10 to 4.17.11Commits
f299b52
Bump to v4.17.21c4847eb
Improve performance oftoNumber
,trim
andtrimEnd
on large input strings3469357
Prevent command injection through_.template
'svariable
optionded9bc6
Bump to v4.17.20.63150ef
Documentation fixes.00f0f62
test.js: Remove trailing comma.846e434
Temporarily use a custom fork oflodash-cli
.5d046f3
Re-enable Travis tests on4.17
branch.aa816b3
Remove/npm-package
.d7fbc52
Bump to v4.17.19Maintainer changes
This version was pushed to npm by bnjmnt4n, a new releaser for lodash since your current version.
Updates
yargs-parser
from 5.0.0 to 13.1.2Release notes
Sourced from yargs-parser's releases.
... (truncated)
Changelog
Sourced from yargs-parser's changelog.
... (truncated)
Commits
3aba24c
chore(main): release yargs-parser 21.1.1 (#455)d69f9c3
fix(typescript): ignore .cts files during publish (#454)90067a0
chore(main): release yargs-parser 21.1.0 (#446)d07bcdb
fix: node version check now uses process.versions.node (#450)c0c6079
chore(deps): update dependency puppeteer to v16 (#451)a89259f
feat: allow the browser build to be imported (#443)c474bc1
fix(halt-at-non-option): prevent known args from being parsed when "unknown-o...fd30238
chore(deps): update dependency serve to v14 (#449)a072f9a
chore(deps): update dependency puppeteer to v15 (#444)4f1060b
fix: parse options ending with 3+ hyphens (#434)Maintainer changes
This version was pushed to npm by oss-bot, a new releaser for yargs-parser since your current version.
Updates
fsevents
from 1.2.4 to 2.3.3Release notes
Sourced from fsevents's releases.
... (truncated)
Commits
2db891e
Release v2.3.38ec87bf
Update nodejs.yml (#392)c20c3af
readme63709df
Merge pull request #384 from aleksanb/subdirsa77340f
Handle MustScanSubDirs for large projects66be519
Update README.md (#371)2f2a858
Update README.md (#364)a7f5d00
Release v2.3.2fab136a
fix: issue #355 (#356)328ae39
Release v2.3.1Maintainer changes
This version was pushed to npm by pipobscure, a new releaser for fsevents since your current version.
Updates
chownr
from 1.0.1 to 2.0.0Commits
f9f9d86
2.0.0fc69315
drop support for EOL node versions814f642
1.1.4a0d7ae0
push to github before npm1a3667a
ignore stuff147eac4
Full tests, handle errors properly in many cases578fb9f
update tap, fix rimraf version5bbda8c
feat: ignore ENOENT errors during chowndeaa058
1.1.3190e311
Don't early-capture the fs.lchownSync methodUpdates
minimist
from 0.0.8 to 1.2.8Changelog
Sourced from minimist's changelog.
... (truncated)
Commits
6901ee2
v1.2.8a026794
Merge tag 'v0.2.3'c0b2661
v0.2.363b8fee
[Fix] Fix long option followed by single dash (#17)72239e6
[Tests] Remove duplicate test (#12)34b0f1c
[eslint] fix indentation3226afa
[Dev Deps] add missingnpmignore
dev dep098873c
[Dev Deps] update@ljharb/eslint-config
,aud
9ec4d27
[Fix] Fix long option followed by single dashba92fe6
[actions] Avoid 0.6 tests due to build failuresMaintainer changes
This version was pushed to npm by ljharb, a new releaser for minimist since your current version.
Updates
mkdirp
from 0.5.1 to 0.5.6Commits
92f086d
0.5.62a28125
clean up testsc905d65
update minimist049cf18
0.5.5bea6382
Remove unnecessary umask calls42a012c
0.5.42867920
fix infinite loop on windows machinesd784e70
0.5.3d612c5d
add files list so this package isn't a monsterb2e7ba0
0.5.2Maintainer changes
This version was pushed to npm by isaacs, a new releaser for mkdirp since your current version.
Updates
tar
from 2.2.1 to 6.2.1Release notes
Sourced from tar's releases.
Changelog
Sourced from tar's changelog.
... (truncated)
Commits
bef7b1e
6.2.1fe8cd57
prevent extraction in excessively deep subfoldersfe7ebfd
remove security.md5bc9d40
6.2.0fe1ef5e
changelog 6.2e483220
get rid of npm lint stuff689928a
ci that works outside of npm orgdb6f539
file inference improvements for .tbr and .tgz336fa8f
refactor: dry and other pr commentseeba222
chore: lint fixesMaintainer changes
This version was pushed to npm by isaacs, a new releaser for tar since your current version.
Updates
json-schema
from 0.2.3 to 0.4.0Commits
f6f6a3b
Use a little more robust method of checking instancesef60987
Update versionb62f1da
Protect against constructor modification, #84fb427cd
Link to json-schema-org repository in addition to site, fixes #5422f1461
Don't allow proto property to be used for schema default/coerce, fixes #84c52a27c
Get basic test to passb3f42b3
Add security policy3b0cec3
Update versionc28470f
Update readme to acknowledge the state of the package7dff9cd
Merge pull request@dependabot ignore this dependency
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml