Skip to content

Latest commit

 

History

History
398 lines (253 loc) · 35.6 KB

CHANGELOG.md

File metadata and controls

398 lines (253 loc) · 35.6 KB

1.1.2 (2022-11-21)

📦 Build

  • deps-bundle: add bundleDependencies (8334cb7)
  • deps-bundle: bump @actions/core from 1.9.1 to 1.10.0 (8dc0e4d)
  • deps-bundle: bump @flex-development/dist-tag from 2.0.0 to 3.0.0 (4b5db1b)
  • deps-dev: cleanup + upgrade deps (9a88b44)

🤖 Continuous Integration

  • deps: bump actions/checkout from 3.0.2 to 3.1.0 (#31) (c2fa2dd)
  • deps: bump actions/github-script from 6.3.0 to 6.3.1 (#29) (d190cd6)
  • deps: bump actions/github-script from 6.3.1 to 6.3.2 (#34) (ab1c624)
  • deps: bump actions/github-script from 6.3.2 to 6.3.3 (#35) (1e339fa)
  • deps: bump crazy-max/ghaction-import-gpg from 5.1.0 to 5.2.0 (#36) (c760aeb)
  • deps: bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 (#30) (cd33771)
  • deps: bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 (#37) (4e378bf)
  • deps: bump hmarr/debug-action from 2.0.1 to 2.1.0 (#32) (f7adab9)
  • deps: bump octokit/graphql-action from 2.2.22 to 2.2.23 (#33) (54e1f3d)
  • workflows: hide loader warning when generating release notes (708824f)

🏡 Housekeeping

  • github: add commit scope to deps-bundle (5d08e53)

1.1.1 (2022-09-28)

📦 Build

  • use mkbuild to build project (3d58322)
  • deps-dev: add @vitest/coverage-c8 (18e3b88)
  • deps-dev: bump @flex-development/dist-tag from 1.0.0 to 1.0.1 (d940703)
  • deps-dev: bump @types/eslint from 8.4.5 to 8.4.6 (d8526cb)
  • deps-dev: bump @typescript-eslint/eslint-parser from 5.33.0 to 5.35.1 (88440a5)
  • deps-dev: bump @typescript-eslint/eslint-plugin from 5.33.0 to 5.35.1 (3dc2646)
  • deps-dev: bump @vitest/ui from 0.21.1 to 0.22.1 (33b14d7)
  • deps-dev: bump unbuild from 0.8.7 to 0.8.9 (5638a83)
  • deps-dev: bump vitest from 0.21.1 to 0.22.1 (15161cb)
  • deps-dev: install pure esm version of dist-tag from github (eb279a5)
  • esm: replace main field with exports and module (721985b)
  • esm: set package type to module (f55fb7a)

🤖 Continuous Integration

📝 Documentation

  • update ~/.gitconfig instructions (80db1d7)
  • update commit type descriptions (67d2e22)
  • workflows: update dependabot-auto description (d09574f)

🏡 Housekeeping

  • eslint x graphql support (15d0f68)
  • only run checks in lint-staged config (33aa401)
  • update eslint config (d92ed74)
  • update sample gitconfig (adabd2f)
  • esm: dev environment cleanup (dbdaf1a)
  • github: cleanup label descriptions (25edccb)
  • github: convert issue templates to issue forms (d960b78)
  • github: remove type:discussion label (6c8ae59)
  • github: rename label scope:deps to scope:dependencies (f5ef429)
  • github: update pull request template (82518ba)
  • release: add tag prefix to local commit message (9bb2148)
  • release: read tag prefix from package.json (93776cd)
  • vscode: let prettier handle shellscript files (479cc60)

✅ Testing

  • update vitest environment (ae4c771)

1.1.0 (2022-08-18)

📦 Build

  • deps-dev: bump @flex-development/tutils from 5.0.0-dev.1 to 5.0.0 (63781bd)

🤖 Continuous Integration

  • workflows: integrity (21beca5)
  • workflows: cleanup workflow environments and options (16aca4a)
  • workflows: use outputs.prerelease in release workflow (cabb68a)

📝 Documentation

  • add environment to "publish github release" example workflow (276a4e0)
  • add outputs.prerelease usage to "publish github release" example (22a5fbb)
  • cleanup "publish github release" example workflow (533ac20)
  • fix checkout step in "publish github release" example (f5150c6)
  • sign tags in "publish github release" example workflow (da93d45)

✨ Features

🏡 Housekeeping

  • only run checks in lint-staged config (2087aa6)

1.0.1-alpha.3 (2022-08-18)

🤖 Continuous Integration

  • workflows: fix prerelease check (89e6ca9)

1.0.1-alpha.2 (2022-08-18)

🤖 Continuous Integration

  • workflows: try fixing prerelease check with toJSON (f0fca90)

1.0.1-alpha.1 (2022-08-18)

📦 Build

🤖 Continuous Integration

  • deps: bump actions/github-script from 6.1.0 to 6.1.1 (#19) (7949f6f)
  • workflows: label-linked-issues (67cdc54)
  • workflows: add test coverage output to ci workflow (9a3be29)
  • workflows: check for package-ecosystem in @dependabot auto-merge conditional (26cee83)
  • workflows: fix @dependabot lockfile commit (d56ed31)
  • workflows: set github token permissions in lock-inactive-threads (d8eb6ee)
  • workflows: sign tags in release workflow (3960390)
  • workflows: update prerelease check output declaration (61b58a0)

📝 Documentation

🏡 Housekeeping

  • release: fix release dates (39f11da)
  • release: get recommended version bump based on commits (82236f4)
  • release: publish releases from bot account (1129aa1)
  • release: update commit message format (71c322a)
  • release: use current date as release date (9c867a1)
  • release: use current tag as changelog entry title (376510f)
  • vscode: set yaml schema for github workflows (ee41291)

1.0.0 (2022-08-13)

📝 Documentation

  • fix permissions in "publish github release" example (40087a9)
  • add "publish github release" example (8abd38d)
  • action: inputs and outputs (fd774f0)
  • action: usage (cd19a97)

✨ Features

✅ Testing

  • action: test action in workflow context (5dedbdc)

1.0.0-dev.9 (2022-08-13)

🤖 Continuous Integration

  • workflows: close inactionable issues after 14 days (55aa7ba)
  • workflows: lock inactive threads after 60 days (3d86d98)
  • workflows: remove debug step from approve-pr (e2a3a27)
  • workflows: set label-merged-issues.permissions (3130fbd)
  • workflows: set query-linked-issues.permissions (0972329)

📝 Documentation

  • fix permissions in "publish github release" example (40087a9)

1.0.0-dev.8 (2022-08-13)

🤖 Continuous Integration

  • workflows: label-syncer -> labels (888c1fc)
  • workflows: add workflow_dispatch event to labels workflow (bcf433a)
  • workflows: fix labels workflow permissions (397bb82)
  • workflows: handle status:prereleased label in release workflow (ee539d5)
  • workflows: remove inputs.version from release workflow (3192e79)
  • workflows: remove release.jobs.metadata.steps.artifact (5187247)
  • workflows: specify checkout ref in labels workflow (e440d62)

📝 Documentation

  • add "publish github release" example (8abd38d)
  • release: fix workflow docs (c53273d)

🏡 Housekeeping

  • github: add status:prereleased label (0a141d9)

1.0.0-dev.7 (2022-08-12)

🤖 Continuous Integration

  • workflows: remove setup-node step from release.jobs.publish (fdc6850)
  • workflows: remove setup-node step from ci workflow (ae6c629)
  • workflows: run ci workflow on subset of push events (b48a8fc)
  • workflows: use jq in release workflow (8c67efc)

📝 Documentation

  • add action.yml link to usage guide (6dfdf2a)
  • workflows: add action-test badge (982920b)

1.0.0-dev.6 (2022-08-12)

🤖 Continuous Integration

  • workflows: revert back to releasing on pr merge (afb0100)

1.0.0-dev.5 (2022-08-11)

🤖 Continuous Integration

  • workflows: fix 'origin/main' is not a commit ... (78ad6b0)
  • workflows: publish releases from repo admin account (4150a9f)
  • workflows: use merge_commit_sha to create annotated tags (de2b7dd)

1.0.0-dev.4 (2022-08-11)

📦 Build

  • deps-dev: bump @vitest/ui from 0.21.0 to 0.21.1 (#8) (1513467)
  • deps-dev: bump cspell from 6.6.0 to 6.6.1 (#10) (738d7ff)
  • deps-dev: bump unbuild from 0.7.6 to 0.8.7 (#11) (ac9b811)
  • deps-dev: bump vitest from 0.21.0 to 0.21.1 (#9) (15ac101)

🤖 Continuous Integration

  • add gpr registry config for @dependabot (6fcb544)
  • deps: bump actions/checkout from 3 to 3.0.2 (a8f0fb1)
  • deps: bump actions/setup-node from 3 to 3.4.1 (42b1697)
  • workflows: autofix lockfiles generated by @dependabot (49d4dfe)
  • workflows: cleanup workflow inputs (42fc0f7)
  • workflows: debug approve-pr (383d3de)
  • workflows: fix Cannot read properties of undefined (reading 'pr') (7db7459)
  • workflows: fix delete-release-branch step (64423db)
  • workflows: fix dependabot-auto (3aac3b2)
  • workflows: fix gh commands context in approve-pr (e7257e5)
  • workflows: fix conditional in approve-pr (67c3eb4)
  • workflows: fix install commands (43f0f77)
  • workflows: fix linked issue querying (816ccdc)
  • workflows: fix release commit request (6fc02b1)
  • workflows: only allow auto-merge for patch and minor updates by @dependabot (47a5f7a)
  • workflows: opt for secrets.GITHUB_TOKEN (75ac17d)
  • workflows: reduce action-test runs (7f851ee)
  • workflows: reduce label-syncer runs (9e36dc8)
  • workflows: reduce number of ci workflow runs using concurrency (ea0628d)
  • workflows: reimplement @dependabot auto approve and merge (9dd3ae6)
  • workflows: reimplement pr auto approval (4417d79)
  • workflows: release on pr approval (137b09e)
  • workflows: remove push event trigger from ci workflow (c566444)
  • workflows: reorganize ci workflow (de98bd4)
  • workflows: reorganize workflows (0dd5eec)
  • workflows: update workflow permissions (050234d)
  • workflows: use github.event.number to get pr number (ba18553)
  • workflows: use job id as name (af953fe)

🏡 Housekeeping

  • turn off prettier eslint rule for yaml files (dbf6872)
  • update sample gitconfig (efd6c31)
  • github: add commit scope deps (17673a7)
  • yarn: cleanup yarn environment (35440c8)
  • yarn: fix lockfile ruined by @dependabot (a957e27)
  • yarn: remove npm publish settings from yarn config (dedaddd)

1.0.0-dev.3 (2022-08-09)

🤖 Continuous Integration

  • workflows: label-merged-issues (13fafa5)
  • workflows: query-linked-issues (c1aca4d)
  • workflows: fix linked issue querying (150ba42)
  • workflows: improve release workflow (369a419)
  • workflows: reduce number of ci runs (c07fb9c)

🏡 Housekeeping

  • set eslint environment to es2022 (15ac920)
  • standardize https://docs.github.com urls (3e72e39)
  • pkg: add keywords npm-dist-tag and npm-publish (1b04765)
  • workflows: improve reference links (4d31166)

1.0.0-dev.2 (2022-08-08)

🤖 Continuous Integration

  • workflows: clarify branch used during gh release publish job (369722d)
  • workflows: fix Did you forget to run actions/checkout before running your local action? (20dc9aa)

1.0.0-dev.1 (2022-08-08)

📦 Build

  • deps-dev: bump @actions/core from 1.9.0 to 1.9.1 (c7f1dff)
  • deps-dev: bump @faker-js/faker from 7.3.0 to 7.4.0 (00a180e)
  • deps-dev: bump @types/chai from 4.3.1 to 4.3.3 (3ac99c1)
  • deps-dev: bump @typescript-eslint/eslint-parser from 5.32.0 to 5.33.0 (6deeed2)
  • deps-dev: bump @typescript-eslint/eslint-plugin from 5.32.0 to 5.33.0 (581ae56)
  • deps-dev: bump cspell from 6.5.0 to 6.6.0 (44d5ce0)
  • deps-dev: bump eslint-plugin-jsdoc from 39.3.4 to 39.3.6 (73f60ec)

🤖 Continuous Integration

📝 Documentation

✨ Features

🏡 Housekeeping

  • first commit (9b4a5e0)
  • remove CHANGELOG and LICENSE from eslint ignore (e507849)
  • rename project (42b2332)
  • action: rebuild during pre-commit workflow (0c636a9)
  • release: improve release workflow (1fb1f91)
  • workflows: sort reference links (e820dce)

✅ Testing

  • action: test action in workflow context (5dedbdc)