Bump semver, concurrently and eslint in /backend
Bumps semver to 7.5.3 and updates ancestor dependencies semver, concurrently and eslint. These dependencies need to be updated together.
Updates semver
from 7.3.5 to 7.5.3
Release notes
Sourced from semver's releases.
v7.5.3
7.5.3 (2023-06-22)
Bug Fixes
abdd93d
#571 set max lengths in regex for numeric and build identifiers (#571) (@lukekarrys
)Documentation
v7.5.2
7.5.2 (2023-06-15)
Bug Fixes
58c791f
#566 diff when detecting major change from prerelease (#566) (@lukekarrys
)5c8efbc
#565 preserve build in raw after inc (#565) (@lukekarrys
)717534e
#564 better handling of whitespace (#564) (@lukekarrys
)v7.5.1
7.5.1 (2023-05-12)
Bug Fixes
d30d25a
#559 show type on invalid semver error (#559) (@tjenkinson
)v7.5.0
7.5.0 (2023-04-17)
Features
503a4e5
#548 allow identifierBase to be false (#548) (@lsvalina
)Bug Fixes
e219bb4
#552 throw on bad version with correct error message (#552) (@wraithgar
)fc2f3df
#546 incorrect results from diff sometimes with prerelease versions (#546) (@tjenkinson
)2781767
#547 avoid re-instantiating SemVer during diff compare (#547) (@macno
)v7.4.0
7.4.0 (2023-04-10)
Features
113f513
#532 identifierBase parameter for .inc (#532) (@wraithgar
,@b-bly
)48d8f8f
#530 export new RELEASE_TYPES constant (@hcharley
)Bug Fixes
... (truncated)
Changelog
Sourced from semver's changelog.
7.5.3 (2023-06-22)
Bug Fixes
abdd93d
#571 set max lengths in regex for numeric and build identifiers (#571) (@lukekarrys
)Documentation
7.5.2 (2023-06-15)
Bug Fixes
58c791f
#566 diff when detecting major change from prerelease (#566) (@lukekarrys
)5c8efbc
#565 preserve build in raw after inc (#565) (@lukekarrys
)717534e
#564 better handling of whitespace (#564) (@lukekarrys
)7.5.1 (2023-05-12)
Bug Fixes
d30d25a
#559 show type on invalid semver error (#559) (@tjenkinson
)7.5.0 (2023-04-17)
Features
503a4e5
#548 allow identifierBase to be false (#548) (@lsvalina
)Bug Fixes
e219bb4
#552 throw on bad version with correct error message (#552) (@wraithgar
)fc2f3df
#546 incorrect results from diff sometimes with prerelease versions (#546) (@tjenkinson
)2781767
#547 avoid re-instantiating SemVer during diff compare (#547) (@macno
)7.4.0 (2023-04-10)
Features
113f513
#532 identifierBase parameter for .inc (#532) (@wraithgar
,@b-bly
)48d8f8f
#530 export new RELEASE_TYPES constant (@hcharley
)Bug Fixes
940723d
#538 intersects with v0.0.0 and v0.0.0-0 (#538) (@wraithgar
)aa516b5
#535 faster parse options (#535) (@H4ad
)61e6ea1
#536 faster cache key factory for range (#536) (@H4ad
)f8b8b61
#541 optimistic parse (#541) (@H4ad
)796cbe2
#533 semver.diff prerelease to release recognition (#533) (@wraithgar
,@dominique-blockchain
)
... (truncated)
Commits
-
7fdf1ef
chore: release 7.5.3 -
bf53dd8
docs: add example for>
comparator (#569) -
abdd93d
fix: set max lengths in regex for numeric and build identifiers (#571) -
e7b78de
chore: release 7.5.2 -
58c791f
fix: diff when detecting major change from prerelease (#566) -
5c8efbc
fix: preserve build in raw after inc (#565) -
717534e
fix: better handling of whitespace (#564) -
2f738e9
chore: bump@npmcli/template-oss
from 4.14.1 to 4.15.1 (#558) -
aa016a6
chore: release 7.5.1 -
d30d25a
fix: show type on invalid semver error (#559) - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.
Updates concurrently
from 5.3.0 to 8.2.0
Release notes
Sourced from concurrently's releases.
v8.2.0
What's Changed
- Support REPL languages that use colons by
@wyattades
in open-cli-tools/concurrently#393- Update dependencies by
@paescuj
in open-cli-tools/concurrently#427New Contributors
@wyattades
made their first contribution in open-cli-tools/concurrently#393Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.1.0...v8.2.0
v8.1.0
What's Changed
- fix: move
types
condition to the front by@Andarist
in open-cli-tools/concurrently#422- Allow setting
raw
per command when using the API by@chbiel
in open-cli-tools/concurrently#411New Contributors
@Andarist
made their first contribution in open-cli-tools/concurrently#422@chbiel
made their first contribution in open-cli-tools/concurrently#411Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.0.1...v8.1.0
v8.0.1
What's Changed
- Fix release workflow by
@paescuj
in open-cli-tools/concurrently#408- Update dependencies by
@paescuj
in open-cli-tools/concurrently#409Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.0.0...v8.0.1
v8.0.0
What's Changed
- Breaking change: Drop support for Node.js v12 & add support for Node.js v18 by
@paescuj
in open-cli-tools/concurrently#342- Add support for Bun by
@jakeboone02
in open-cli-tools/concurrently#406- Add
--kill-signal
option by@paulsmithkc
in open-cli-tools/concurrently#402- Fixed broken link in the readme by
@abstractpoint
in open-cli-tools/concurrently#390New Contributors
@abstractpoint
made their first contribution in open-cli-tools/concurrently#390@jakeboone02
made their first contribution in open-cli-tools/concurrently#406@paulsmithkc
made their first contribution in open-cli-tools/concurrently#402Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v7.6.0...v8.0.0
v7.6.0
What's Changed
- Support percent values in maxProcesses by
@lynxtaa
in open-cli-tools/concurrently#375- Enable TypeScript strict mode by
@gustavohenke
in open-cli-tools/concurrently#374- update install command to use
--save-dev
by@DetachHead
in open-cli-tools/concurrently#376- Correct wildcard naming as described in README by
@paescuj
in open-cli-tools/concurrently#385
... (truncated)
Commits
-
c36f059
8.2.0 -
d1fd1a8
Update dependencies (#427) -
ffd3760
Support REPL languages that use colons (#393) -
4f94ad7
8.1.0 -
655d9fd
Allow settingraw
per command when using the API (#411) -
a0dcbd9
fix: movetypes
condition to the front (#422) -
23c3217
8.0.1 -
a73b622
Update dependencies (#409) -
7c0e8cb
Fix release workflow (#408) -
5115c43
8.0.0 - Additional commits viewable in compare view
Updates eslint
from 6.8.0 to 8.43.0
Release notes
Sourced from eslint's releases.
v8.43.0
Features
14581ff
feat: directive prologue detection and autofix condition inquotes
(#17284) (Francesco Trotta)e50fac3
feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic)1b7faf0
feat: addskipJSXText
option tono-irregular-whitespace
rule (#17182) (Azat S)Bug Fixes
5338b56
fix: normalizecwd
passed toESLint
/FlatESLint
constructor (#17277) (Milos Djermanovic)54383e6
fix: Removeno-extra-parens
autofix for potential directives (#17022) (Francesco Trotta)Documentation
8b855ea
docs: resubmit pr17061 doc changes (#17292) (唯然)372722e
docs: resubmit pr17012 doc changes (#17293) (唯然)67e7af3
docs: resubmit custom-rules doc changes (#17294) (唯然)9e3d77c
docs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic)503647a
docs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas)e0cf0d8
docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter)8e51ea9
docs: resubmitno-new
rule documentation (#17264) (Nitin Kumar)1b217f8
docs: resubmitCustom Processors
documentation (#17265) (Nitin Kumar)428fc76
docs: resubmitCreate Plugins
documentation (#17268) (Nitin Kumar)bdca88c
docs: resubmitConfiguration Files
documentation (#17267) (Nitin Kumar)f5c01f2
docs: resubmitManage Issues
documentation (#17266) (Nitin Kumar)b199295
docs: Resubmit custom rules update docs (#17273) (Ben Perlmutter)0e9980c
docs: add newomitLastInOneLineClassBody
option to thesemi
rule (#17263) (Nitin Kumar)cb2560f
docs: Resubmit getScope/getDeclaredVariables docs (#17262) (Nicholas C. Zakas)85d2b30
docs: explain how to include predefined globals (#17261) (Marcus Wyatt)de4d3c1
docs: update flat config default ignore patterns (#17258) (Milos Djermanovic)3912f3a
docs: Improveignores
documentation (#17239) (Francesco Trotta)35e11d3
docs: fix typos and missing info (#17257) (Ed Lucas)0bc257c
docs: Clarifyno-div-regex
rule docs (#17051) (#17255) (Francesco Trotta)788d836
docs: add references to MIT License (#17248) (Milos Djermanovic)58aab6b
docs: Update README (GitHub Actions Bot)3ef5814
docs: Revert all changes after the license change (#17227) (Milos Djermanovic)03fc4aa
docs: Update README (GitHub Actions Bot)Chores
78350f6
chore: upgrade@eslint/js
@8
.43.0 (#17295) (Milos Djermanovic)62bf759
chore: package.json update for@eslint/js
release (ESLint Jenkins)e0a2448
chore: docs package.license ISC => MIT (#17254) (唯然)6a0196c
chore: use eslint-plugin-eslint-plugin flat configs (#17204) (Milos Djermanovic)v8.42.0
Features
Bug Fixes
a589636
fix: Config withignores
and withoutfiles
should not always apply (#17181) (Milos Djermanovic)c4fad17
fix: Correct ignore message for "node_modules" subfolders (#17217) (Francesco Trotta)Documentation
... (truncated)
Changelog
Sourced from eslint's changelog.
v8.43.0 - June 16, 2023
78350f6
chore: upgrade@eslint/js
@8
.43.0 (#17295) (Milos Djermanovic)8b855ea
docs: resubmit pr17061 doc changes (#17292) (唯然)62bf759
chore: package.json update for@eslint/js
release (ESLint Jenkins)14581ff
feat: directive prologue detection and autofix condition inquotes
(#17284) (Francesco Trotta)372722e
docs: resubmit pr17012 doc changes (#17293) (唯然)67e7af3
docs: resubmit custom-rules doc changes (#17294) (唯然)5338b56
fix: normalizecwd
passed toESLint
/FlatESLint
constructor (#17277) (Milos Djermanovic)9e3d77c
docs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic)503647a
docs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas)54383e6
fix: Removeno-extra-parens
autofix for potential directives (#17022) (Francesco Trotta)e0cf0d8
docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter)8e51ea9
docs: resubmitno-new
rule documentation (#17264) (Nitin Kumar)1b217f8
docs: resubmitCustom Processors
documentation (#17265) (Nitin Kumar)428fc76
docs: resubmitCreate Plugins
documentation (#17268) (Nitin Kumar)bdca88c
docs: resubmitConfiguration Files
documentation (#17267) (Nitin Kumar)f5c01f2
docs: resubmitManage Issues
documentation (#17266) (Nitin Kumar)b199295
docs: Resubmit custom rules update docs (#17273) (Ben Perlmutter)e50fac3
feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic)0e9980c
docs: add newomitLastInOneLineClassBody
option to thesemi
rule (#17263) (Nitin Kumar)cb2560f
docs: Resubmit getScope/getDeclaredVariables docs (#17262) (Nicholas C. Zakas)85d2b30
docs: explain how to include predefined globals (#17261) (Marcus Wyatt)de4d3c1
docs: update flat config default ignore patterns (#17258) (Milos Djermanovic)3912f3a
docs: Improveignores
documentation (#17239) (Francesco Trotta)35e11d3
docs: fix typos and missing info (#17257) (Ed Lucas)e0a2448
chore: docs package.license ISC => MIT (#17254) (唯然)0bc257c
docs: Clarifyno-div-regex
rule docs (#17051) (#17255) (Francesco Trotta)1b7faf0
feat: addskipJSXText
option tono-irregular-whitespace
rule (#17182) (Azat S)788d836
docs: add references to MIT License (#17248) (Milos Djermanovic)58aab6b
docs: Update README (GitHub Actions Bot)6a0196c
chore: use eslint-plugin-eslint-plugin flat configs (#17204) (Milos Djermanovic)030a827
Revert "feat: docs license (#17010)" (#17231) (唯然)3ef5814
docs: Revert all changes after the license change (#17227) (Milos Djermanovic)03fc4aa
docs: Update README (GitHub Actions Bot)v8.42.0 - June 2, 2023
6ca5b7c
chore: upgrade@eslint/js
@8
.42.0 (#17236) (Milos Djermanovic)67fc5e7
chore: package.json update for@eslint/js
release (ESLint Jenkins)0892412
refactor: removeIdentifier
listener in no-irregular-whitespace (#17235) (Milos Djermanovic)a589636
fix: Config withignores
and withoutfiles
should not always apply (#17181) (Milos Djermanovic)01d7142
docs: Update README (GitHub Actions Bot)f67d298
test: AddFlatESLint
tests with missing config files (#17164) (Milos Djermanovic)e5182b7
docs: Update README (GitHub Actions Bot)c4fad17
fix: Correct ignore message for "node_modules" subfolders (#17217) (Francesco Trotta)5b68d51
chore: Fixfixedsize
attribute in code path analysis DOT debug output (#17202) (Milos Djermanovic)b8448ff
feat: correct no-useless-return behaviour in try statements (#16996) (Nitin Kumar)37432f2
chore: update descriptions in key-spacing tests (#17195) (Milos Djermanovic)
... (truncated)
Commits
-
150a74b
8.43.0 -
69a6280
Build: changelog update for 8.43.0 -
78350f6
chore: upgrade@eslint/js
@8
.43.0 (#17295) -
8b855ea
docs: resubmit pr17061 doc changes (#17292) -
62bf759
chore: package.json update for@eslint/js
release -
14581ff
feat: directive prologue detection and autofix condition inquotes
(#17284) -
372722e
docs: resubmit pr17012 doc changes (#17293) -
67e7af3
docs: resubmit custom-rules doc changes (#17294) -
5338b56
fix: normalizecwd
passed toESLint
/FlatESLint
constructor (#17277) -
9e3d77c
docs: Resubmit Fix formatting in Custom Rules docs (#17281) - Additional commits viewable in compare view
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) You can disable automated security fix PRs for this repo from the Security Alerts page.