diff --git a/=18 b/=18 deleted file mode 100644 index f7443a6..0000000 --- a/=18 +++ /dev/null @@ -1,173 +0,0 @@ -Boundation v1.79.0 [/Users/balupton/Projects/campjs/boundation] -Running on [/Users/balupton/Projects/campjs/auto/github-api] -reading the package.json file... -...read the package.json file... -reading the now.json file... -...missing the /Users/balupton/Projects/campjs/auto/github-api/now.json file... -reading the vercel.json file... -...missing the /Users/balupton/Projects/campjs/auto/github-api/vercel.json file... -Automated name via --auto to @bevry/github-api -Automated description via --auto to Authorize GitHub API requests with the appropriate credentials and preferences. -Automated keywords via skip to api, auth, browser, es2017, github, module, node, querystring, typed, types, typescript -Automated repoUrl via --auto to git@github.com:bevry/github-api.git -Automated githubSlug via skip to bevry/github-api -Automated author via --auto to 2018+ Benjamin Lupton (https://balupton.com) -Automated organisation via --auto to bevry -Automated type via --auto to package -Automated website via when to undefined -Automated docpadWebsite via when to undefined -Automated staticWebsite via when to undefined -Automated staticDirectory via when to undefined -Automated deployTarget via when to undefined -Automated vercelWebsite via when to undefined -Automated vercelName via when to undefined -Automated vercelAliases via when to undefined -Automated nextWebsite via when to undefined -Automated docpadPlugin via skip to false -Automated packageManager via --auto to npm -Automated languages via --auto to ["typescript"] -Automated language via skip to typescript -Automated tsconfig via --auto to tsconfig.json -Automated sourceModule via skip to true -Automated flowtype via skip to false -Automated npm via skip to true -Automated browser via --auto to true -Automated browsers via --auto to defaults -Automated dom via --auto to false -Automated compileNode via skip to true -Automated compilerNode via --auto to typescript -Automated compileBrowser via skip to true -Automated compilerBrowser via --auto to typescript -Automated targetModules via --auto to ["require","import"] -Automated sourceDirectory via --auto to source -Automated indexEntry via skip to index -Automated nodeEntry via skip to index -Automated browserEntry via skip to index -Automated testEntry via skip to test -Automated bin via --auto to false -Automated binEntry via when to undefined -Automated binExecutable via when to undefined -Automated desiredNodeOnly via --auto to false -Automated nodeVersions via skip to ["0.8","0.10","0.12","4","6","8","10","12","14","16","18","20","21"] -Automated desiredNodeVersion via --auto to 20 -Automated nodeVersionsSupported via --auto to ["10","12","14","16","18","20","21"] -Automated nodeVersionSupportedMinimum via arg to 18 -Automated nodeVersionSupportedMaximum via skip to 21 -Automated nodeVersionsTestedRange via arg to false -Automated nodeVersionsTested via skip to ["10","12","14","16","18","20","21"] -Automated nodeVersionTestedMinimum via skip to 10 -Automated nodeVersionTestedMaximum via skip to 21 -Automated targets via --auto to ["ES2017"] -Automated kava via --auto to true -Automated docs via skip to true -Automated deploymentStrategy via --auto to surge -customising package data... -...customised package data -updating editions... -editions: source, edition-browsers, edition-es2017, edition-es2017-esm -...updated editions -removing old files... -...removed old files -renaming old files... -...renamed old files -downloading files... -...downloaded files -updating readme file... -...updated readme file -updating history file... -...updated history file -updating runtime... -scaffolding edition files... -...scaffolded edition files -writing the package.json file... -...wrote the package.json file -writing the package.json file... -...wrote the package.json file -reading the tsconfig.json file... -...read the tsconfig.json file... -writing tsconfig file... -...wrote tsconfig file -upgrading the installed dependencies... -Upgrading /Users/balupton/Projects/campjs/auto/github-api/package.json - -All dependencies match the latest package versions :) -...upgraded the installed dependencies -adding the development dependencies... -npm install --no-fund --no-audit --save-dev projectz@latest assert-helpers@latest kava@latest surge@latest make-deno-edition@latest @typescript-eslint/parser@latest prettier@latest eslint@latest eslint-config-bevry@latest eslint-config-prettier@latest eslint-plugin-prettier@latest @typescript-eslint/eslint-plugin@latest valid-directory@latest valid-module@latest typedoc@latest @types/node@latest @bevry/update-contributors@latest - -added 343 packages in 5s -npm install --no-fund --no-audit --save-exact --save-dev typescript@~5.2 - -up to date in 530ms -...added the development dependencies -running setup... - -> @bevry/github-api@9.0.0 our:setup -> npm run our:setup:install - - -> @bevry/github-api@9.0.0 our:setup:install -> npm install - - -up to date, audited 344 packages in 1s - -104 packages are looking for funding - run `npm fund` for details - -4 vulnerabilities (2 moderate, 2 critical) - -To address all issues (including breaking changes), run: - npm audit fix --force - -Run `npm audit` for details. -...ran setup -running clean... - -> @bevry/github-api@9.0.0 our:clean -> rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next - -...ran clean -running compile... - -> @bevry/github-api@9.0.0 our:compile -> npm run our:compile:deno && npm run our:compile:edition-browsers && npm run our:compile:edition-es2017 && npm run our:compile:edition-es2017-esm && npm run our:compile:types - - -> @bevry/github-api@9.0.0 our:compile:deno -> make-deno-edition --attempt - -make-deno-edition: OK! - -The optional deno edition could not be created for the following reasons: -necessary entry file [/Users/balupton/Projects/campjs/auto/github-api/source/index.ts] failed -optional test file [/Users/balupton/Projects/campjs/auto/github-api/source/test.ts] skipped - - -> @bevry/github-api@9.0.0 our:compile:edition-browsers -> tsc --module ESNext --target ES2022 --outDir ./edition-browsers --project tsconfig.json && ( test ! -d edition-browsers/source || ( mv edition-browsers/source edition-temp && rm -Rf edition-browsers && mv edition-temp edition-browsers ) ) - - -> @bevry/github-api@9.0.0 our:compile:edition-es2017 -> tsc --module commonjs --target ES2017 --outDir ./edition-es2017 --project tsconfig.json && ( test ! -d edition-es2017/source || ( mv edition-es2017/source edition-temp && rm -Rf edition-es2017 && mv edition-temp edition-es2017 ) ) && printf '%s' '{"type": "commonjs"}' > edition-es2017/package.json - - -> @bevry/github-api@9.0.0 our:compile:edition-es2017-esm -> tsc --module ESNext --target ES2017 --outDir ./edition-es2017-esm --project tsconfig.json && ( test ! -d edition-es2017-esm/source || ( mv edition-es2017-esm/source edition-temp && rm -Rf edition-es2017-esm && mv edition-temp edition-es2017-esm ) ) && printf '%s' '{"type": "module"}' > edition-es2017-esm/package.json - - -> @bevry/github-api@9.0.0 our:compile:types -> tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) ) - -...ran compile -reading the package.json file... -...read the package.json file... -update engines... -determining engines for edition [edition-es2017-esm]... -target: * -passed: 18.18.2, 20.9.0, 21.1.0 -.unique: 18.18.2, 20.9.0, 21.1.0 -failed: 12.22.12, 14.21.3, 16.20.2 -.unique: 12.22.12, 14.21.3, 16.20.2 -range: 18 || 20 || 21 -...determined engines for edition [edition-es2017-esm] as [18 || 20 || 21] against [12.22.12, 14.21.3, 16.20.2, 18.18.2, 20.9.0, 21.1.0] diff --git a/HISTORY.md b/HISTORY.md index aa9cb94..a52863b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,7 +5,7 @@ - Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) - Updated license from [`MIT`](http://spdx.org/licenses/MIT.html) to [`Artistic-2.0`](http://spdx.org/licenses/Artistic-2.0.html) - Minimum required node version changed from `node: >=10` to `node: >=18` to keep up with mandatory ecosystem changes -- No longer uses `node-fetch`, instead uses the [native Node.js `fetch`](https://nodejs.org/api/globals.html#fetch) +- No longer uses `node-fetch`, instead uses the [Node.js `fetch` builtin](https://nodejs.org/api/globals.html#fetch) ## v9.0.0 2021 August 5