huge-uploader
huge-uploader copied to clipboard
Bump ajv and eslint
Bumps ajv to 6.12.6 and updates ancestor dependency eslint. These dependencies need to be updated together.
Updates ajv
from 5.5.2 to 6.12.6
Release notes
Sourced from ajv's releases.
v6.12.6
Fix performance issue of "url" format.
v6.12.5
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)v6.12.2
Removed post-install script
v6.12.1
Docs and dependency updates
v6.12.0
Improved hostname validation (
@sambauers
, #1143) Optionkeywords
to add custom keywords (@franciscomorais
, #1137) Types fixes (@boenrobot
,@MattiAstedrone
) Docs:
- error logging example (
@RadiationSickness
)- TypeScript usage notes (
@thetric
)v6.11.0
Time formats support two digit and colon-less variants of timezone offset (#1061 ,
@cjpillsbury
) Docs: RegExp related security considerations Tests: Disabled failing typescript testv6.10.2
Fix: the unknown keywords were ignored with the option
strictKeywords: true
(instead of failing compilation) in some sub-schemas (e.g. anyOf), when the sub-schema didn't have known keywords.v6.10.1
Fix types Fix addSchema (#1001) Update dependencies
v6.10.0
Option
strictDefaults
to report ignored defaults (#957,@not-an-aardvark
) OptionstrictKeywords
to report unknown keywords (#781)v6.9.0
OpenAPI keyword
nullable
can be any boolean (and not onlytrue
). Custom keyword definition changes:
dependencies
option in to require the presence of keywords in the same schema.
... (truncated)
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...- Additional commits viewable in compare view
Updates eslint
from 4.19.1 to 8.31.0
Release notes
Sourced from eslint's releases.
v8.31.0
Features
52c7c73
feat: check assignment patterns in no-underscore-dangle (#16693) (Milos Djermanovic)b401cde
feat: add options to check destructuring in no-underscore-dangle (#16006) (Morten Kaltoft)30d0daf
feat: group properties with values in parentheses inkey-spacing
(#16677) (Francesco Trotta)Bug Fixes
35439f1
fix: correct syntax error inprefer-arrow-callback
autofix (#16722) (Francesco Trotta)87b2470
fix: new instance of FlatESLint should load latest config file version (#16608) (Milos Djermanovic)Documentation
4339dc4
docs: Update README (GitHub Actions Bot)4e4049c
docs: optimize code block structure (#16669) (Sam Chen)54a7ade
docs: do not escape code blocks of formatters examples (#16719) (Sam Chen)e5ecfef
docs: Add function call example for no-undefined (#16712) (Elliot Huffman)a3262f0
docs: Add mastodon link (#16638) (Amaresh S M)a14ccf9
docs: clarify files property (#16709) (Sam Chen)3b29eb1
docs: fix npm link (#16710) (Abdullah Osama)a638673
docs: fix search bar focus onEsc
(#16700) (Shanmughapriyan S)f62b722
docs: country flag missing in windows (#16698) (Shanmughapriyan S)4d27ec6
docs: display zh-hans in the docs language switcher (#16686) (Percy Ma)8bda20e
docs: remove manually maintained anchors (#16685) (Percy Ma)b68440f
docs: User Guide Getting Started expansion (#16596) (Ben Perlmutter)Chores
65d4e24
chore: Upgrade@eslint/eslintrc
@1
.4.1 (#16729) (Brandon Mills)8d93081
chore: fix CI failure (#16721) (Sam Chen)8f17247
chore: Set up automatic updating of README (#16717) (Nicholas C. Zakas)4cd87cb
ci: bump actions/stale from 6 to 7 (#16713) (dependabot[bot])fd20c75
chore: sort package.json scripts in alphabetical order (#16705) (Darius Dzien)10a5c78
chore: update ignore patterns ineslint.config.js
(#16678) (Milos Djermanovic)v8.30.0
Features
075ef2c
feat: add suggestion for no-return-await (#16637) (Daniel Bartholomae)7190d98
feat: update globals (#16654) (Sébastien Règne)Bug Fixes
1a327aa
fix: Ensure flat config unignores work consistently like eslintrc (#16579) (Nicholas C. Zakas)9b8bb72
fix: autofix recursive functions in no-var (#16611) (Milos Djermanovic)Documentation
6a8cd94
docs: Clarify Discord info in issue template config (#16663) (Nicholas C. Zakas)ad44344
docs: CLI documentation standardization (#16563) (Ben Perlmutter)293573e
docs: fix broken line numbers (#16606) (Sam Chen)fa2c64b
docs: use relative links for internal links (#16631) (Percy Ma)75276c9
docs: reorder options in no-unused-vars (#16625) (Milos Djermanovic)7276fe5
docs: Fix anchor in URL (#16628) (Karl Horky)6bef135
docs: don't apply layouts to html formatter example (#16591) (Tanuj Kanti)dfc7ec1
docs: Formatters page updates (#16566) (Ben Perlmutter)
... (truncated)
Changelog
Sourced from eslint's changelog.
v8.31.0 - December 31, 2022
65d4e24
chore: Upgrade@eslint/eslintrc
@1
.4.1 (#16729) (Brandon Mills)35439f1
fix: correct syntax error inprefer-arrow-callback
autofix (#16722) (Francesco Trotta)87b2470
fix: new instance of FlatESLint should load latest config file version (#16608) (Milos Djermanovic)8d93081
chore: fix CI failure (#16721) (Sam Chen)4339dc4
docs: Update README (GitHub Actions Bot)8f17247
chore: Set up automatic updating of README (#16717) (Nicholas C. Zakas)4e4049c
docs: optimize code block structure (#16669) (Sam Chen)54a7ade
docs: do not escape code blocks of formatters examples (#16719) (Sam Chen)52c7c73
feat: check assignment patterns in no-underscore-dangle (#16693) (Milos Djermanovic)e5ecfef
docs: Add function call example for no-undefined (#16712) (Elliot Huffman)a3262f0
docs: Add mastodon link (#16638) (Amaresh S M)4cd87cb
ci: bump actions/stale from 6 to 7 (#16713) (dependabot[bot])a14ccf9
docs: clarify files property (#16709) (Sam Chen)3b29eb1
docs: fix npm link (#16710) (Abdullah Osama)fd20c75
chore: sort package.json scripts in alphabetical order (#16705) (Darius Dzien)a638673
docs: fix search bar focus onEsc
(#16700) (Shanmughapriyan S)f62b722
docs: country flag missing in windows (#16698) (Shanmughapriyan S)4d27ec6
docs: display zh-hans in the docs language switcher (#16686) (Percy Ma)8bda20e
docs: remove manually maintained anchors (#16685) (Percy Ma)b401cde
feat: add options to check destructuring in no-underscore-dangle (#16006) (Morten Kaltoft)b68440f
docs: User Guide Getting Started expansion (#16596) (Ben Perlmutter)30d0daf
feat: group properties with values in parentheses inkey-spacing
(#16677) (Francesco Trotta)10a5c78
chore: update ignore patterns ineslint.config.js
(#16678) (Milos Djermanovic)v8.30.0 - December 16, 2022
f2c4737
chore: upgrade@eslint/eslintrc
@1
.4.0 (#16675) (Milos Djermanovic)1a327aa
fix: Ensure flat config unignores work consistently like eslintrc (#16579) (Nicholas C. Zakas)075ef2c
feat: add suggestion for no-return-await (#16637) (Daniel Bartholomae)ba74253
chore: standardize npm script names per #14827 (#16315) (Patrick McElhaney)6a8cd94
docs: Clarify Discord info in issue template config (#16663) (Nicholas C. Zakas)0d9af4c
ci: fix npm v9 problem withfile:
(#16664) (Milos Djermanovic)7190d98
feat: update globals (#16654) (Sébastien Règne)ad44344
docs: CLI documentation standardization (#16563) (Ben Perlmutter)90c9219
refactor: migrate off deprecated function-style rules in all tests (#16618) (Bryan Mishkin)9b8bb72
fix: autofix recursive functions in no-var (#16611) (Milos Djermanovic)293573e
docs: fix broken line numbers (#16606) (Sam Chen)fa2c64b
docs: use relative links for internal links (#16631) (Percy Ma)75276c9
docs: reorder options in no-unused-vars (#16625) (Milos Djermanovic)7276fe5
docs: Fix anchor in URL (#16628) (Karl Horky)6bef135
docs: don't apply layouts to html formatter example (#16591) (Tanuj Kanti)dfc7ec1
docs: Formatters page updates (#16566) (Ben Perlmutter)8ba124c
docs: update theprefer-const
example (#16607) (Pavel)e6cb05a
docs: fix css leaking (#16603) (Sam Chen)v8.29.0 - December 2, 2022
... (truncated)
Commits
d9a39c7
8.31.05d182ce
Build: changelog update for 8.31.065d4e24
chore: Upgrade@eslint/eslintrc
@1
.4.1 (#16729)35439f1
fix: correct syntax error inprefer-arrow-callback
autofix (#16722)87b2470
fix: new instance of FlatESLint should load latest config file version (#16608)8d93081
chore: fix CI failure (#16721)4339dc4
docs: Update README8f17247
chore: Set up automatic updating of README (#16717)4e4049c
docs: optimize code block structure (#16669)54a7ade
docs: do not escape code blocks of formatters examples (#16719)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by eslintbot, a new releaser for eslint since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.