Releases: flex-development/dist-tag
Releases · flex-development/dist-tag
[email protected]
[email protected]
[email protected] (2022-09-29)
⚠ BREAKING CHANGES
- this package is now pure esm. please read this
📦 Build
- fix .npmignore (a397a13)
- pure esm (b3d5c2b)
- deps-dev: bump @flex-development/mkbuild to 1.0.0-alpha.1 (2ba2458)
- deps-dev: install
mkbuild
from branchrelease/1.0.0-alpha.1
(141aa6b)
🤖 Continuous Integration
- add
scope:dependencies
label to @dependabot pull requests (2f953e4) - remove @dependabot registry restrictions (5b348b5)
- remove ignored dependecies list for @dependabot (a484274)
- set reviewers for @dependabot pull requests (c89d04c)
- deps: bump actions/cache from 3.0.7 to 3.0.8 (#38) (cca277f)
- deps: bump actions/github-script from 6.1.1 to 6.3.0 (#40) (93951f5)
- deps: bump actions/setup-node from 3.4.1 to 3.5.0 (#41) (6abbbb1)
- deps: bump flex-development/dist-tag-action from 1.0.0 to 1.1.0 (#37) (8d023a4)
- deps: bump flex-development/dist-tag-action from 1.1.0 to 1.1.1 (#42) (f490230)
- workflows:
add-to-project
(abced2c) - workflows: add
secrets.PAT_BOT
(6a1976d) - workflows: add debug step to ci and release workflows (f2b22d5)
- workflows: add test coverage output to ci workflow (f9e143d)
- workflows: check ecosystem and update-type before @dependabot auto-merge (8e00957)
- workflows: cleanup workflow environments and options (74aeea9)
- workflows: fix package-ecosystem check for @dependabot (d37b072)
- workflows: fix prerelease check in
label-linked-issues
(e931be0) - workflows: fix release branch check in
label-linked-issues
(0e19393) - workflows: hide loader warning when generating release notes (1338ee0)
- workflows: remove
query-linked-issues
(47cb208) - workflows: require manual review for major @dependabot updates (b53b486)
- workflows: run ci workflow on push to feature and hotfix branches (1a5b013)
- workflows: sign commits for @dependabot (c757d99)
- workflows: simplify
integrity
(a13b535) - workflows: sync workflow and job names (5818754)
- workflows: update prerelease check (8d37d49)
- workflows: use
secrets.PAT_BOT
independabot-auto
(61aeaa2)
📝 Documentation
- add
VITEST_SEGFAULT_RETRY
to development environment variables list (91ece67) - cleanup usage guide following pure esm migration (c155eff)
- update
~/.gitconfig
instructions (09785b2) - update commit type descriptions (baf6fa3)
- zsh (177046e)
- workflows: update
dependabot-auto
description (3712253)
🏡 Housekeeping
.graphqlrc.cts
->.graphqlrc.yml
(d416a0a)- eslint x graphql support (3216bee)
- only run checks in lint-staged config (1ba621e)
- only run checks in lint-staged config (cc6a45f)
- prep for pure esm migration (eba6975)
- update eslint config (ac1e2d2)
- update sample gitconfig (d44a96b)
- github: cleanup label descriptions (bb6a649)
- github: convert issue templates to issue forms (f7513aa)
- github: remove
type:discussion
label (0ab2649) - github: rename label
scope:deps
toscope:dependencies
(a2e7f26) - github: rename label
scope:typescript
toscope:ts
(dddc656) - github: update pull request template (ec3151c)
- pkg: add
yarn dedupe --check
tocheck:ci
(199ab44) - pkg: only run checks in
check:ci
(3a6f12e) - pkg: run
yarn test:cov
incheck:ci
(a62046b) - pkg: use custom loader in
conventional-changelog
script (8d6c495) - release: read tag prefix from
package.json
(d25d7bd) - release: update commit message format (2065c77)
- release: use current date as release date (1a0a5a3)
- tests: remove
restoreConsole
from globals ([8c6b5f1](https://github.com/flex-develo...
[email protected]
[email protected] (2022-08-15)
[email protected]
[email protected] (2022-08-15)
🤖 Continuous Integration
- workflows: checkout pr merge commit sha before creating release tags (2051aea)
[email protected]
[email protected] (2022-08-15)
🤖 Continuous Integration
[email protected]
[email protected] (2022-08-15)
🤖 Continuous Integration
[email protected]
[email protected] (2022-08-15)
🤖 Continuous Integration
[email protected]
[email protected] (2022-08-15)
📦 Build
- deps-dev: bump @vitest/ui from 0.21.0 to 0.21.1 (5f5eb90)
- deps-dev: bump cspell from 6.6.0 to 6.6.1 (ba42491)
- deps-dev: bump eslint from 8.21.0 to 8.22.0 (5022bd9)
- deps-dev: bump eslint-plugin-jsdoc from 39.3.5 to 39.3.6 (9d1b748)
- deps-dev: bump unbuild from 0.7.6 to 0.8.8 (7c6d96c)
- deps-dev: bump vitest from 0.21.0 to 0.21.1 (a208aec)
🤖 Continuous Integration
- add gpr registry config for @dependabot (03df75d)
- deps: bump actions/cache from 3 to 3.0.7 (ded381b)
- deps: bump actions/checkout from 3 to 3.0.2 (ae7e0fc)
- deps: bump actions/github-script from 6.1.0 to 6.1.1 (35b2984)
- deps: bump actions/setup-node from 3 to 3.4.1 (8817273)
- workflows:
label-linked-issues
(0e77ce8) - workflows:
query-linked-issues
(ed9270e) - workflows: close inactionable issues after
14
days (cc29b2a) - workflows: fix install commands (67fa3f4), closes yarnpkg/berry#2530 yarnpkg/berry#3486
- workflows: lock inactive threads after
60
days (c26746b) - workflows: reduce number of
integrity
runs usingconcurrency
(dc8070b) - workflows: reduce number of ci workflow runs (650e32e)
- workflows: refactor release and package publishing (3d4ee4e)
- workflows: reimplement @dependabot auto approve and merge (0bee5c3)
- workflows: reimplement label management workflow (677de40)
- workflows: reimplement pr auto approval (47f80bb)
- workflows: remove
node
step from ci workflow (59be073) - workflows: update
integrity
event path triggers (30a4b6b) - workflows: use github token w/ set permissions (5ecc776)
📝 Documentation
- release: fix changelog compare link for
[email protected]
(d848ff6) - workflows: sort + update reference links (76d433c)
🏡 Housekeeping
- update sample gitconfig (4b86dff)
- github: add
status:prereleased
label (84c255f) - pkg: fix keywords (a132361)
- release: get recommended version bump based on commits (67f6126)
- release: update commit message format (6eb1c04)
- release: update local workflow (2b775cc)
- release: update version regex (07dd57d)
- release: use
headerPartial
to change changelog entry title (57741cc) - yarn: cleanup yarn environment (861ae16)
[email protected]
[email protected] (2022-08-08)
📦 Build
- deps-dev: bump @faker-js/faker from 7.3.0 to 7.4.0 (a6d2027)
- deps-dev: bump @types/chai from 4.3.1 to 4.3.3 (b484ff8)
- deps-dev: bump @typescript-eslint/eslint-parser from 5.32.0 to 5.33.0 (db238f7)
- deps-dev: bump @typescript-eslint/eslint-plugin from 5.32.0 to 5.33.0 (6802031)
- deps-dev: bump cspell from 6.5.0 to 6.6.0 (33fbc73)
- deps-dev: bump eslint-plugin-jsdoc from 39.3.4 to 39.3.5 (b714df8)
- deps-dev: bump tsconfig-paths from 4.0.0 to 4.1.0 (dd81bc1)
🤖 Continuous Integration
- deps: bump bdougie/close-issues-based-on-label from 1.2 to master (298fab1)
- workflows: fix install command for @dependabot (9edfb32)
- workflows: prepare to reimplement post-deployment issue management (f516cd0)
✨ Features
🏡 Housekeeping
- release: fix changelog heading logic (9f14a58)
[email protected]
[email protected] (2022-08-08)
📦 Build
- ts: target node 16 (bc446ac)
🤖 Continuous Integration
- workflows: clarify @dependabot install in
ci
workflow (531a265) - workflows: refactor deployment workflow (4021ca6)
🏡 Housekeeping
- remove
CHANGELOG
andLICENSE
from eslint ignore (2a48015) - github: cleanup bug report environment section starter (83d9ed2)
- pkg: add keywords
npm-publish
andnpm-tag
(d70003d) - yarn: cleanup yarn config (33a1c8a)
⚡ Refactors
- rename project to dist-tag (15a8b94)