codelab-friendlychat-web
codelab-friendlychat-web copied to clipboard
Bump semver, firebase-admin and eslint in /cloud-functions-start/functions
Bumps semver to 7.5.3 and updates ancestor dependencies semver, firebase-admin and eslint. These dependencies need to be updated together.
Updates semver from 5.7.1 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
7fdf1efchore: release 7.5.3bf53dd8docs: add example for>comparator (#569)abdd93dfix: set max lengths in regex for numeric and build identifiers (#571)e7b78dechore: release 7.5.258c791ffix: diff when detecting major change from prerelease (#566)5c8efbcfix: preserve build in raw after inc (#565)717534efix: better handling of whitespace (#564)2f738e9chore: bump@npmcli/template-ossfrom 4.14.1 to 4.15.1 (#558)aa016a6chore: release 7.5.1d30d25afix: 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 firebase-admin from 9.9.0 to 11.9.0
Release notes
Sourced from firebase-admin's releases.
Firebase Admin Node.js SDK v11.9.0
New Features
- feat(auth): Add Password Policies support in Project and Tenant config (#2107)
Bug Fixes
- fix(firestore): Export
Filtertype from Firestore (#2192)Miscellaneous
- [chore] Release 11.9.0 (#2196)
- build(deps-dev): bump yargs from 17.7.1 to 17.7.2 (#2199)
- build(deps-dev): bump
@typescript-eslint/eslint-plugin(#2200)- build(deps-dev): bump
@types/firebase-token-generator(#2201)- chore: Upgrade Firestore to v6.6.0 (#2193)
- fix Unsafe JavaScript Equality Checking (#2183)
- build(deps-dev): bump nock from 13.3.0 to 13.3.1 (#2187)
- build(deps-dev): bump
@typescript-eslint/eslint-plugin(#2188)- build(deps-dev): bump eslint from 8.40.0 to 8.41.0 (#2189)
- build(deps-dev): bump
@typescript-eslint/eslint-plugin(#2182)- build(deps-dev): bump
@types/chaifrom 4.3.4 to 4.3.5 (#2178)- build(deps-dev): bump eslint from 8.39.0 to 8.40.0 (#2177)
- chore: Pin [email protected] to fix the CIs (#2185)
Firebase Admin Node.js SDK v11.8.0
New Features
- feat(appcheck): Added replay protection feature to App Check
verifyToken()API (#2148)Miscellaneous
- [chore] Release 11.8.0 (#2175)
- build(deps-dev): bump
@firebase/auth-compatfrom 0.3.7 to 0.4.1 (#2173)- build(deps): bump
@types/nodefrom 18.16.1 to 18.16.3 (#2172)- build(deps-dev): bump
@typescript-eslint/parserfrom 5.59.0 to 5.59.2 (#2171)- build(deps): bump
@types/nodefrom 18.15.11 to 18.16.1 (#2166)- build(deps-dev): bump eslint from 8.38.0 to 8.39.0 (#2160)
- build(deps-dev): bump sinon from 15.0.3 to 15.0.4 (#2162)
Firebase Admin Node.js SDK v11.7.0
New Features
- feat(auth): reCAPTCHA Public preview (#2129)
- feat(fcm): Add
sendEachandsendEachForMulticastfor FCM batch send (#2138)Miscellaneous
... (truncated)
Commits
2cff5b2[chore] Release 11.9.0 (#2196)2335bedbuild(deps-dev): bump yargs from 17.7.1 to 17.7.2 (#2199)d17e47cbuild(deps-dev): bump@typescript-eslint/eslint-plugin(#2200)22be7edbuild(deps-dev): bump@types/firebase-token-generator(#2201)d250310chore: Upgrade Firestore to v6.6.0 (#2193)d563011fix Unsafe JavaScript Equality Checking (#2183)52904f6fix(firestore): ExportFiltertype from Firestore (#2192)c87f8a5feat(auth): Add Password Policies support in Project and Tenant config (#2107)ce6b13cbuild(deps-dev): bump nock from 13.3.0 to 13.3.1 (#2187)e2ecef4build(deps-dev): bump@typescript-eslint/eslint-plugin(#2188)- Additional commits viewable in compare view
Updates eslint from 4.19.1 to 8.43.0
Release notes
Sourced from eslint's releases.
v8.43.0
Features
14581fffeat: directive prologue detection and autofix condition inquotes(#17284) (Francesco Trotta)e50fac3feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic)1b7faf0feat: addskipJSXTextoption tono-irregular-whitespacerule (#17182) (Azat S)Bug Fixes
5338b56fix: normalizecwdpassed toESLint/FlatESLintconstructor (#17277) (Milos Djermanovic)54383e6fix: Removeno-extra-parensautofix for potential directives (#17022) (Francesco Trotta)Documentation
8b855eadocs: resubmit pr17061 doc changes (#17292) (唯然)372722edocs: resubmit pr17012 doc changes (#17293) (唯然)67e7af3docs: resubmit custom-rules doc changes (#17294) (唯然)9e3d77cdocs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic)503647adocs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas)e0cf0d8docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter)8e51ea9docs: resubmitno-newrule documentation (#17264) (Nitin Kumar)1b217f8docs: resubmitCustom Processorsdocumentation (#17265) (Nitin Kumar)428fc76docs: resubmitCreate Pluginsdocumentation (#17268) (Nitin Kumar)bdca88cdocs: resubmitConfiguration Filesdocumentation (#17267) (Nitin Kumar)f5c01f2docs: resubmitManage Issuesdocumentation (#17266) (Nitin Kumar)b199295docs: Resubmit custom rules update docs (#17273) (Ben Perlmutter)0e9980cdocs: add newomitLastInOneLineClassBodyoption to thesemirule (#17263) (Nitin Kumar)cb2560fdocs: Resubmit getScope/getDeclaredVariables docs (#17262) (Nicholas C. Zakas)85d2b30docs: explain how to include predefined globals (#17261) (Marcus Wyatt)de4d3c1docs: update flat config default ignore patterns (#17258) (Milos Djermanovic)3912f3adocs: Improveignoresdocumentation (#17239) (Francesco Trotta)35e11d3docs: fix typos and missing info (#17257) (Ed Lucas)0bc257cdocs: Clarifyno-div-regexrule docs (#17051) (#17255) (Francesco Trotta)788d836docs: add references to MIT License (#17248) (Milos Djermanovic)58aab6bdocs: Update README (GitHub Actions Bot)3ef5814docs: Revert all changes after the license change (#17227) (Milos Djermanovic)03fc4aadocs: Update README (GitHub Actions Bot)Chores
78350f6chore: upgrade@eslint/js@8.43.0 (#17295) (Milos Djermanovic)62bf759chore: package.json update for@eslint/jsrelease (ESLint Jenkins)e0a2448chore: docs package.license ISC => MIT (#17254) (唯然)6a0196cchore: use eslint-plugin-eslint-plugin flat configs (#17204) (Milos Djermanovic)v8.42.0
Features
Bug Fixes
a589636fix: Config withignoresand withoutfilesshould not always apply (#17181) (Milos Djermanovic)c4fad17fix: Correct ignore message for "node_modules" subfolders (#17217) (Francesco Trotta)Documentation
... (truncated)
Changelog
Sourced from eslint's changelog.
v8.43.0 - June 16, 2023
78350f6chore: upgrade@eslint/js@8.43.0 (#17295) (Milos Djermanovic)8b855eadocs: resubmit pr17061 doc changes (#17292) (唯然)62bf759chore: package.json update for@eslint/jsrelease (ESLint Jenkins)14581fffeat: directive prologue detection and autofix condition inquotes(#17284) (Francesco Trotta)372722edocs: resubmit pr17012 doc changes (#17293) (唯然)67e7af3docs: resubmit custom-rules doc changes (#17294) (唯然)5338b56fix: normalizecwdpassed toESLint/FlatESLintconstructor (#17277) (Milos Djermanovic)9e3d77cdocs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic)503647adocs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas)54383e6fix: Removeno-extra-parensautofix for potential directives (#17022) (Francesco Trotta)e0cf0d8docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter)8e51ea9docs: resubmitno-newrule documentation (#17264) (Nitin Kumar)1b217f8docs: resubmitCustom Processorsdocumentation (#17265) (Nitin Kumar)428fc76docs: resubmitCreate Pluginsdocumentation (#17268) (Nitin Kumar)bdca88cdocs: resubmitConfiguration Filesdocumentation (#17267) (Nitin Kumar)f5c01f2docs: resubmitManage Issuesdocumentation (#17266) (Nitin Kumar)b199295docs: Resubmit custom rules update docs (#17273) (Ben Perlmutter)e50fac3feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic)0e9980cdocs: add newomitLastInOneLineClassBodyoption to thesemirule (#17263) (Nitin Kumar)cb2560fdocs: Resubmit getScope/getDeclaredVariables docs (#17262) (Nicholas C. Zakas)85d2b30docs: explain how to include predefined globals (#17261) (Marcus Wyatt)de4d3c1docs: update flat config default ignore patterns (#17258) (Milos Djermanovic)3912f3adocs: Improveignoresdocumentation (#17239) (Francesco Trotta)35e11d3docs: fix typos and missing info (#17257) (Ed Lucas)e0a2448chore: docs package.license ISC => MIT (#17254) (唯然)0bc257cdocs: Clarifyno-div-regexrule docs (#17051) (#17255) (Francesco Trotta)1b7faf0feat: addskipJSXTextoption tono-irregular-whitespacerule (#17182) (Azat S)788d836docs: add references to MIT License (#17248) (Milos Djermanovic)58aab6bdocs: Update README (GitHub Actions Bot)6a0196cchore: use eslint-plugin-eslint-plugin flat configs (#17204) (Milos Djermanovic)030a827Revert "feat: docs license (#17010)" (#17231) (唯然)3ef5814docs: Revert all changes after the license change (#17227) (Milos Djermanovic)03fc4aadocs: Update README (GitHub Actions Bot)v8.42.0 - June 2, 2023
6ca5b7cchore: upgrade@eslint/js@8.42.0 (#17236) (Milos Djermanovic)67fc5e7chore: package.json update for@eslint/jsrelease (ESLint Jenkins)0892412refactor: removeIdentifierlistener in no-irregular-whitespace (#17235) (Milos Djermanovic)a589636fix: Config withignoresand withoutfilesshould not always apply (#17181) (Milos Djermanovic)01d7142docs: Update README (GitHub Actions Bot)f67d298test: AddFlatESLinttests with missing config files (#17164) (Milos Djermanovic)e5182b7docs: Update README (GitHub Actions Bot)c4fad17fix: Correct ignore message for "node_modules" subfolders (#17217) (Francesco Trotta)5b68d51chore: Fixfixedsizeattribute in code path analysis DOT debug output (#17202) (Milos Djermanovic)b8448fffeat: correct no-useless-return behaviour in try statements (#16996) (Nitin Kumar)37432f2chore: update descriptions in key-spacing tests (#17195) (Milos Djermanovic)
... (truncated)
Commits
150a74b8.43.069a6280Build: changelog update for 8.43.078350f6chore: upgrade@eslint/js@8.43.0 (#17295)8b855eadocs: resubmit pr17061 doc changes (#17292)62bf759chore: package.json update for@eslint/jsrelease14581fffeat: directive prologue detection and autofix condition inquotes(#17284)372722edocs: resubmit pr17012 doc changes (#17293)67e7af3docs: resubmit custom-rules doc changes (#17294)5338b56fix: normalizecwdpassed toESLint/FlatESLintconstructor (#17277)9e3d77cdocs: Resubmit Fix formatting in Custom Rules docs (#17281)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.