This repository was archived by the owner on May 11, 2022. It is now read-only.
Open
Conversation
Codecov Report
@@ Coverage Diff @@
## main #127 +/- ##
=======================================
Coverage 74.47% 74.47%
=======================================
Files 14 14
Lines 384 384
Branches 62 62
=======================================
Hits 286 286
Misses 92 92
Partials 6 6 Continue to review full report at Codecov.
|
ac9430d to
f284e28
Compare
e2772c2 to
c1d1593
Compare
945bcba to
cf185bf
Compare
bd00f3a to
d0c261e
Compare
7ba56a1 to
d0e9720
Compare
f9fa506 to
01568b6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
3.3.11->3.3.1327.4.1->27.5.016.11.26->16.11.335.16.0->5.23.05.16.0->5.23.00.26.1->0.27.2v2->v38.11.0->8.15.02.25.4->2.26.04.17.3->4.18.16.3.0->6.4.0v1->v27.0.4->8.0.127.5.1->28.1.012.3.7->12.4.14.4.1->4.5.08.9.1->8.10.02.0.15->2.0.162.6.0->2.6.227.1.3->28.0.24.6.2->4.6.4Release Notes
googlemaps/google-maps-services-js
v3.3.13Compare Source
3.3.13 (2022-04-18)
Build System
v3.3.12Compare Source
3.3.12 (2022-03-28)
Build System
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.23.0Compare Source
Bug Fixes
v5.22.0Compare Source
Bug Fixes
nextTokenexists (#4868) (23746f8)Features
v5.21.0Compare Source
Bug Fixes
Features
no-parameter-properties(#4622) (88ed9ec)v5.20.0Compare Source
Features
v5.19.0Compare Source
Bug Fixes
Features
ignoreDifferentlyNamedParametersoption (#4659) (fdf95e0)v5.18.0Compare Source
Bug Fixes
Features
v5.17.0Compare Source
Features
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.23.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.22.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.21.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.20.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.19.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.18.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.17.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
axios/axios
v0.27.2Compare Source
Fixes and Functionality:
v0.27.1Compare Source
Fixes and Functionality:
v0.27.0Compare Source
Breaking changes:
Content-Typerequest header when passing FormData (#3785)transformRequestandtoFormData(#4470)QOL and DevX improvements:
Fixes and Functionality:
Internal and Tests:
Documentation:
Notes:
codecov/codecov-action
v3Compare Source
eslint/eslint
v8.15.0Compare Source
v8.14.0Compare Source
Features
ab6363dfeat: Add rule no-constant-binary-expression (#15296) (Jordan Eldredge)Bug Fixes
35fa1ddfix: allow project paths to have URL-encoded characters (#15795) (Milos Djermanovic)413f1d5fix: updateastUtils.isDirectiveCommentwithglobalsandexported(#15775) (Milos Djermanovic)Build Related
c2407e8build: add node v18 (#15791) (唯然)Chores
735458cchore: add static frontmatter to no-constant-binary-expression docs (#15798) (Milos Djermanovic)db28f2cchore: Add static frontmatter to docs (#15782) (Nicholas C. Zakas)3bca59echore: markdownlint autofix on commit (#15783) (Nicholas C. Zakas)v8.13.0Compare Source
Features
274acbdfeat: fix no-eval logic forthisin arrow functions (#15755) (Milos Djermanovic)Bug Fixes
97b57aefix: invalid operator in operator-assignment messages (#15759) (Milos Djermanovic)Documentation
c32482edocs: Typo in space-infix-ops docs (#15754) (kmin-jeong)f2c2d35docs: disambiguate typesFormatterFunctionandLoadedFormatter(#15727) (Francesco Trotta)Chores
bb4c0d5chore: Refactor docs to work with docs.eslint.org (#15744) (Nicholas C. Zakas)d36f12fchore: removelib/initfrom eslint config (#15748) (Milos Djermanovic)a59a4e6chore: replacetrimLeft/trimRightwithtrimStart/trimEnd(#15750) (Milos Djermanovic)v8.12.0Compare Source
Features
685a67afeat: fix logic for top-levelthisin no-invalid-this and no-eval (#15712) (Milos Djermanovic)Chores
18f5e05chore: padding-line-between-statements remove uselessadditionalItems(#15706) (Martin Sadovy)import-js/eslint-plugin-import
v2.26.0Compare Source
Added
no-named-default,no-default-export,prefer-default-export,no-named-export,export,named,namespace,no-unused-modules]: support arbitrary module namespace names ([#2358], thanks [@sosukesuzuki])no-dynamic-require]: support dynamic import with espree ([#2371], thanks [@sosukesuzuki])no-relative-packages]: add fixer ([#2381], thanks [@forivall])Fixed
default]:typescript-eslint-parser: avoid a crash on exporting as namespace (thanks [@ljharb])export]/TypeScript: false positive for typescript namespace merging ([#1964], thanks [@magarcia])no-duplicates]: ignore duplicate modules in different TypeScript module declarations ([#2378], thanks [@remcohaszing])no-unused-modules]: avoid a crash when processing re-exports ([#2388], thanks [@ljharb])Changed
no-nodejs-modules: add tests for node protocol URL ([#2367], thanks [@sosukesuzuki])default,no-anonymous-default-export,no-mutable-exports,no-named-as-default-member,no-named-as-default: add tests for arbitrary module namespace names ([#2358], thanks [@sosukesuzuki])no-unresolved]: Fix RegExp escaping in readme ([#2332], thanks [@stephtr])namespace: try to improve performance ([#2340], thanks [@ljharb])order: TS code examples should use TS code blocks ([#2411], thanks [@MM25Zamanian])no-unresolved: fix link ([#2417], thanks [@kylemh])expressjs/express
v4.18.1Compare Source
===================
v4.18.0Compare Source
===================
res.downloadoptionswithoutfilenameinres.downloadres.statusnull/undefinedasmaxAgeinres.cookieObject.prototypevalues in settings throughapp.set/app.getdefaultwith same arguments as types inres.formatres.sendhttp-errorsforres.formaterrorstrictpriorityoptionexpiresoption to reject invalid datesevalusage withFunctionconstructorprocessto check for listeners425 Unordered Collectionto standard425 Too Earlynfriedly/express-rate-limit
v6.4.0Compare Source
Added
5.0.0-beta.1) as a supported peer dependency (#304)github/codeql-action
v2Compare Source
typicode/husky
v8.0.1Compare Source
v8.0.0Compare Source
What's Changed
Feats
husky -prefix to logged global error messages by @joshbalfour in https://github.com/typicode/husky/pull/1092PATHwhen command not found to improve debuggability$HUSKY=0Fixes
/usr/bin/env shinstead of direct path ofshby @skhaz in https://github.com/typicode/husky/pull/1051./husky.shby @hyperupcall in https://github.com/typicode/husky/pull/1104basename/dirnameto treat$0as an argument by @mataha in https://github.com/typicode/husky/pull/1132git.iolinks by @renbaoshuo in https://github.com/typicode/husky/pull/1136Docs
npx --no-installoption withnpx --noby @sibiraj-s in https://github.com/typicode/husky/pull/1070pnpminstallation by @MohamadKh75 in https://github.com/typicode/husky/pull/1139Chore
facebook/jest
v28.1.0Compare Source
Features
[jest-circus]Addfailingtest modifier that inverts the behavior of tests (#12610)[jest-environment-node, jest-environment-jsdom]Allow specifyingcustomExportConditions(#12774)Fixes
[expect]Adjust typings oflastCalledWith,nthCalledWith,toBeCalledWithmatchers to allow a case there a mock was called with no arguments (#12807)[@jest/expect-utils]Fix deep equality of ImmutableJS Lists (#12763)[jest-core]Do not collectSIGNREQUESTas open handles (#12789)Chore & Maintenance
[docs]Specified documentation about--filterCLI docs (#12799)[@jest-reporters]Move helper functions fromutils.tsinto separate files (#12782)[jest-resolve]Replaceprocess.versions.pnptype declaration with@types/pnpapidevDependency (#12783)v28.0.3Compare Source
Fixes
[jest-config]Normalizereportersoption defined in presets (#12769)[@jest/reporters]Fix trailing slash in matchingcoverageThresholdkey (#12714)[jest-resolve]Fix (experimental) ESM module mocking for re-exports (#12766)[@jest/transform]Throw better error if an invalid return value if encountered (#12764)Chore & Maintenance
[docs]Fix typo in--shardCLI docs (#12761)v28.0.2Compare Source
Features
[jest-worker]AddJestWorkerFarmhelper type (#12753)Fixes
[*]Lower Node 16 requirement to 16.10 from 16.13 due to a Node bug that causes memory and performance issues (#12754)v28.0.1Compare Source
Features
[jest-resolve]ExposeResolverOptionstype (#12736)Fixes
[expect]Add missing dependencyjest-util(#12744)[jest-circus]Improvetest.concurrent(#12748)[jest-resolve]Correctly throw an error ifjsdomtest environment is used, but not installed (#12749)Chore & Maintenance
[jest-serializer]Remove deprecated module from source tree (#12735)v28.0.0Compare Source
Features
[babel-jest]ExportcreateTransformerfunction (#12399)[expect]ExposeAsymmetricMatchers,MatcherFunctionandMatcherFunctionWithStateinterfaces (#12363, #12376)[jest-circus]Support error logging before retry (#12201)[jest-circus, jest-jasmine2]Allowed classes and functions asdescribeandit/testnames (#12484)[jest-cli, jest-config][BREAKING] RemovetestURLconfig, usetestEnvironmentOptions.urlinstead (#10797)[jest-cli, jest-core]Add--shardparameter for distributed parallel test execution (#12546)[jest-cli][BREAKING] Remove undocumented--timersoption (#12572)[jest-config][BREAKING] Stop shippingjest-environment-jsdomby default (#12354)[jest-config][BREAKING] Stop shippingjest-jasmine2by default (#12355)[jest-config, @​jest/types]AddcitoGlobalConfig(#12378)[jest-config][BREAKING] RenamemoduleLoadertoruntime(#10817)[jest-config][BREAKING] RenameextraGlobalstosandboxInjectedGlobals(#10817)[jest-config][BREAKING] Throw an error instead of showing a warning if multiple configs are used (#12510)[jest-config][BREAKING] Do not normalize long deprecated configuration optionspreprocessorIgnorePatterns,scriptPreprocessor,setupTestFrameworkScriptFileandtestPathDirs(#12701)[jest-cli, jest-core]Add--ignoreProjectsCLI argument to ignore test suites by project name (#12620)[jest-core]Pass project config toglobalSetup/globalTeardownfunction as second argument (#12440)[jest-core]Stabilize test runners with event emitters (#12641)[jest-core, jest-watcher][BREAKING] MoveTestWatcherclass tojest-watcherpackage (#12652)[jest-core]Allow using Summary Reporter as stand-alone reporter (#12687)[jest-environment-jsdom][BREAKING] Upgrade jsdom to 19.0.0 (#12290)[jest-environment-jsdom][BREAKING] Add defaultbrowsercondition toexportConditionsforjsdomenvironment (#11924)[jest-environment-jsdom][BREAKING] Pass global config to Jest environment constructor forjsdomenvironment (#12461)[jest-environment-jsdom][BREAKING] Second argumentcontextto constructor is mandatory (#12469)[jest-environment-node][BREAKING] Add defaultnodeandnode-addonconditions toexportConditionsfornodeenvironment (#11924)[jest-environment-node][BREAKING] Pass global config to Jest environment constructor fornodeenvironment (#12461)[jest-environment-node][BREAKING] Second argumentcontextto constructor is mandatory (#12469)[jest-environment-node]Add all available globals to test globals, not just explicit ones (#12642, #12696)[@jest/expect]New module which extendsexpectwithjest-snapshotmatchers (#12404, #12410, #12418)[@jest/expect-utils]New module exporting utils forexpect(#12323)[@jest/fake-timers][BREAKING] Renametimersconfiguration option tofakeTimers(#12572)[@jest/fake-timers][BREAKING] Allowjest.useFakeTimers()andprojectConfig.fakeTimersto take an options bag (#12572)[jest-haste-map][BREAKING]HasteMap.createnow returns a promise (#12008)[jest-haste-map]Add support fordependencyExtractorwritten in ESM (#12008)[jest-mock][BREAKING] Rename exported utility typesClassLike,FunctionLike,ConstructorLikeKeys,MethodLikeKeys,PropertyLikeKeys; remove exports of utility typesArgumentsOf,ArgsType,ConstructorArgumentsOf- TS builtin utility typesConstructorParametersandParametersshould be used instead (#12435, #12489)[jest-mock]ImproveisMockFunctionto infer types of passed function (#12442)[jest-mock][BREAKING] Improve the usage ofjest.fngeneric type argument (#12489)[jest-mock]Add support for auto-mocking async generator functions (#11080)[jest-mock]Addcontextsmember to mock functions (#12601)[@jest/reporters]Add GitHub Actions reporter (#11320, #12658)[@jest/reporters]PassreporterContextto custom repConfiguration
📅 Schedule: "after 8pm on Monday" in timezone America/New_York.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.