Releases: dependabot/fetch-metadata
Releases · dependabot/fetch-metadata
v2.2.0
What's Changed
- Bump actions/create-github-app-token from 1.9.0 to 1.10.0 by @dependabot in #523
- Bump actions/create-github-app-token from 1.10.0 to 1.10.2 by @dependabot in #534
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #532
- v2.2.0 by @fetch-metadata-action-automation in #520
Full Changelog: v2...v2.2.0
v2.1.0
What's Changed
- Relax
engine-strict=true
by @jeffwidman in #510 - Handle branch names containing hyphen separators by @tspencer244 in #450
- Switch to monthly release cadence by @jeffwidman in #509
- v2.1.0 by @fetch-metadata-action-automation in #518
New Contributors
- @tspencer244 made their first contribution in #450
Full Changelog: v2.0.0...v2.1.0
v2.0.0 - Switch to `node20`
What's Changed
- Upgrade from node16 to node20 by @Nishnha in #443 👈 this is a potentially breaking change for some workflows
v2
is the new tracking tag by @jeffwidman in #506- v2.0.0 by @fetch-metadata-action-automation in #508
Full Changelog: v1.7.0...v2.0.0
v1.7.0
What's Changed
- Bump dotenv from 16.0.3 to 16.3.1 by @dependabot in #404
- Bump @types/node from 20.2.3 to 20.3.3 by @dependabot in #407
- Bump the eslint-dependencies group with 4 updates by @dependabot in #409
- Update dependabot.yml by @bdragon in #410
- Bump @types/node from 20.3.3 to 20.4.0 by @dependabot in #411
- Bump yaml from 2.2.1 to 2.3.1 by @dependabot in #390
- Bump tough-cookie from 4.0.0 to 4.1.3 by @dependabot in #412
- Bump @types/node from 20.4.0 to 20.4.1 by @dependabot in #413
- Generate Dependabot PRs on Sundays weekly by @abdulapopoola in #417
- Aggressively group prod and dev dependencies for NPM by @abdulapopoola in #420
- Update .nvmrc to latest node 16 LTS version by @abdulapopoola in #422
- Bump the dev-dependencies group with 9 updates by @dependabot in #421
- Bump the dev-dependencies group with 1 update by @dependabot in #423
- Check for uncommitted files beyond the
diff
directory by @jeffwidman in #278 - Bump the dev-dependencies group with 6 updates by @dependabot in #424
- Bump the dev-dependencies group with 3 updates by @dependabot in #425
- Bump the dev-dependencies group with 6 updates by @dependabot in #428
- Bump the dev-dependencies group with 7 updates by @dependabot in #429
- Bump tibdex/github-app-token from 1.8.0 to 1.8.2 by @dependabot in #430
- Bump the dev-dependencies group with 4 updates by @dependabot in #432
- Bump actions/checkout from 3 to 4 by @dependabot in #436
- Bump the dev-dependencies group with 6 updates by @dependabot in #440
- Change actions/checkout@v3 to v4 in readme by @Nishnha in #444
- Bump the dev-dependencies group with 4 updates by @dependabot in #445
- Bump @vercel/ncc from 0.36.1 to 0.38.0 by @dependabot in #435
- Bump the dev-dependencies group with 4 updates by @dependabot in #447
- Bump the dev-dependencies group with 3 updates by @dependabot in #448
- Bump @babel/traverse from 7.22.8 to 7.23.2 by @dependabot in #457
- Add blurbs about using a PAT to the readme by @Nishnha in #466
- Bump @vercel/ncc from 0.38.0 to 0.38.1 by @dependabot in #462
- Bump actions/setup-node from 3 to 4 by @dependabot in #461
- Bump the dev-dependencies group with 13 updates by @dependabot in #497
- Bump tibdex/github-app-token from 1.8.2 to 2.1.0 by @dependabot in #442
- Scope app token to only this repo for security by @jeffwidman in #501
- Switch to the official action for managing app tokens by @jeffwidman in #504
- v1.7.0 by @fetch-metadata-action-automation in #505
New Contributors
- @bdragon made their first contribution in #410
- @abdulapopoola made their first contribution in #417
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Add
.vscode
folder to.gitignore
by @timothy-humphrey in #385 - Support for Grouped Updates by @Nishnha in #396
- v1.6.0 by @fetch-metadata-action-automation in #403
New Contributors
- @timothy-humphrey made their first contribution in #385
Full Changelog: v1...v1.6.0
v1.5.1
What's Changed
Bugfix:
Dep bumps that are trivial so decided to keep this a patch release:
- Bump yargs from 17.7.1 to 17.7.2 by @dependabot in #379
- Bump @types/node from 20.2.1 to 20.2.3 by @dependabot in #382
Internal-facing infra changes:
- Group PR's for
eslint
-related deps by @jeffwidman in #374 - Bump the eslint-dependencies group with 3 updates by @dependabot in #375
- Bump the eslint-dependencies group with 2 updates by @dependabot in #378
- Switch to using an app token instead of a PAT by @jeffwidman in #362
- v1.5.1 by @fetch-metadata-action-automation in #384
Full Changelog: v1...v1.5.1
v1.5.0
What's Changed
New Features:
Bumped Deps:
- Bump @types/node from 18.15.11 to 20.2.1 by @dependabot in #364
- Bump nock from 13.3.0 to 13.3.1 by @dependabot in #366
Docs:
- Add minimum permissions to usage example by @jablko in #343
- Document verification overrides in readme by @jeffwidman in #345
Code cleanup:
- Simplify the release process by linking to release notes instead of copy/pasting them by @jeffwidman in #347
- Use the full email for the GitHub Actions bot by @jeffwidman in #354
- Inline the PR URL by @jeffwidman in #359
- No need to request escalated permissions for
GITHUB_TOKEN
by @jeffwidman in #357 - Remove unused step by @jeffwidman in #358
- Simplify
bin/bump-version
by @jeffwidman in #368 - Add a deeplink for tagging releases to the Readme by @jeffwidman in #369
- Stop using deprecated
set-output
by @jeffwidman in #370 - Add workflow for creating release PR's by @jeffwidman in #360
- Add workflow for floating the
v1
tag to the latest release by @jeffwidman in #361
Full Changelog: v1...v1.5.0
v1.4.0
New Features
Bugfix
- Allow leading
v
on commit message versions by @jonmcquillan in #338
Dep Bumps
- Bump @typescript-eslint/eslint-plugin from 5.48.2 to 5.49.0 by @dependabot in #307
- Bump @types/yargs from 17.0.19 to 17.0.20 by @dependabot in #308
- Bump @typescript-eslint/parser from 5.48.2 to 5.49.0 by @dependabot in #309
- Bump eslint from 8.32.0 to 8.33.0 by @dependabot in #315
- Bump @typescript-eslint/parser from 5.49.0 to 5.50.0 by @dependabot in #314
- Bump @types/yargs from 17.0.20 to 17.0.22 by @dependabot in #312
- Bump @vercel/ncc from 0.36.0 to 0.36.1 by @dependabot in #311
- Bump typescript from 4.9.4 to 4.9.5 by @dependabot in #313
- Bump yargs from 17.6.2 to 17.7.1 by @dependabot in #322
- Bump eslint from 8.33.0 to 8.35.0 by @dependabot in #321
- Bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.54.0 by @dependabot in #319
- Bump @typescript-eslint/parser from 5.50.0 to 5.54.0 by @dependabot in #320
- Bump @types/node from 18.11.18 to 18.14.2 by @dependabot in #318
- Bump @types/node from 18.14.2 to 18.15.11 by @dependabot in #324
- Bump eslint from 8.35.0 to 8.37.0 by @dependabot in #327
- Bump @types/yargs from 17.0.22 to 17.0.24 by @dependabot in #326
- Bump @typescript-eslint/parser from 5.54.0 to 5.57.1 by @dependabot in #330
- Bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.57.1 by @dependabot in #329
- Bump eslint from 8.37.0 to 8.38.0 by @dependabot in #340
- Bump @typescript-eslint/parser from 5.57.1 to 5.59.0 by @dependabot in #341
- Bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.59.0 by @dependabot in #342
Other
New Contributors
- @jonmcquillan made their first contribution in #338
- @yeikel made their first contribution in #337
Full Changelog: v1...v1.4.0
v1.3.6
What's Changed
- Drop mention of "locally" by @jeffwidman in #281
- Don't assume
git pull
fetches all branches/tags by @jeffwidman in #284 - Clarify release notes slightly by @jeffwidman in #283
- Bump eslint-plugin-promise from 6.0.1 to 6.1.1 by @dependabot in #287
- Bump @typescript-eslint/parser from 5.38.0 to 5.45.0 by @dependabot in #290
- Bump yargs and @types/yargs by @dependabot in #286
- Bump @types/node from 18.11.9 to 18.11.10 by @dependabot in #289
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #291
- Bump yaml from 2.1.1 to 2.1.3 by @dependabot in #288
- Bump @types/node from 18.11.10 to 18.11.18 by @dependabot in #296
- Bump @vercel/ncc from 0.34.0 to 0.36.0 by @dependabot in #294
- Bump dotenv from 16.0.2 to 16.0.3 by @dependabot in #293
- Bump typescript from 4.8.3 to 4.9.4 by @dependabot in #295
- Bump yaml from 2.1.3 to 2.2.1 by @dependabot in #292
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #297
- Bump eslint from 8.23.1 to 8.32.0 by @dependabot in #303
- Bump @typescript-eslint/parser from 5.45.0 to 5.48.2 by @dependabot in #300
- Bump @typescript-eslint/eslint-plugin from 5.42.0 to 5.48.2 by @dependabot in #302
- Bump eslint-plugin-import from 2.26.0 to 2.27.5 by @dependabot in #301
- Bump nock from 13.2.9 to 13.3.0 by @dependabot in #299
- Bump @types/yargs from 17.0.15 to 17.0.19 by @dependabot in #304
- Fix parser for libraries by @kachick in #224
New Contributors
Full Changelog: v1...v1.3.6
v1.3.5
What's Changed
- v1.3.4 Release Notes by @Nishnha in #267
- docs: fix auto-merge example by @rribeiro1 in #250
- Bump @types/node from 18.7.18 to 18.11.9 by @dependabot in #275
- Fix object-shorthand linter warnings by @mattt in #276
- Bump @actions/core from 1.9.1 to 1.10.0 by @dependabot in #272
- Bump @typescript-eslint/eslint-plugin from 5.38.0 to 5.42.0 by @dependabot in #274
- Bump @actions/github from 5.0.3 to 5.1.1 by @dependabot in #271
- Bump yargs and @types/yargs by @dependabot in #273
- Document steps for cutting a new release by @jeffwidman in #252
- Don't bump pin versions in
README.md
by @jeffwidman in #280
New Contributors
- @Nishnha made their first contribution in #267
- @rribeiro1 made their first contribution in #250
Full Changelog: v1...v1.3.5