Skip to content

Commit 4d72f7c

Browse files
committed
v1.86.0 - close #158
- ci: - Update `bevry-actions/npm` version - Auto-merge dependabot should squash, rather than making an additional merge commit - editions: - Types is now it's own edition - Types point to an entry now, instead of the directory (as that is what typescript now wants) - Provide `types` field in each `exports` entry - questions: - Add `nodeVersionsRange`, `nodeVersionsSupportedRange`, `nodeVersionsTestedRange`, `nodeVersionsTargetedRange` and remove the complexity that was needed without them - Overriding `*Minimum` and `*Maximum` versions is now disabled, use the `\*Range`` properties instead - runtime: - Fix incompatible version upgrades breaking before compatible versions can be installed - Fix `npm-check-updates` having to be installed, using `npx` to invoke `npm-check-updates` instead - Compatible versions are now corrected for latest ecosystem improvements - tsconfig's `skipLibCheck` is now persisted - if targetting ES5, tsconfig's `downlevelIteration` will be enabled - versions: - Update for latest `@bevry/testen` version - Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
1 parent d80d3c3 commit 4d72f7c

12 files changed

+687
-591
lines changed

.github/workflows/bevry.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if: github.actor == 'dependabot[bot]'
6767
steps:
6868
- name: Enable auto-merge for Dependabot PRs
69-
run: gh pr merge --auto --merge "$PR_URL"
69+
run: gh pr merge --auto --squash "$PR_URL"
7070
env:
7171
PR_URL: ${{github.event.pull_request.html_url}}
7272
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

HISTORY.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# History
22

3+
## v1.86.0 2023 November 21
4+
5+
- ci:
6+
- Update `bevry-actions/npm` version
7+
- Auto-merge dependabot should squash, rather than making an additional merge commit
8+
- editions:
9+
- Types is now it's own edition
10+
- Types point to an entry now, instead of the directory (as that is what typescript now wants)
11+
- Provide `types` field in each `exports` entry
12+
- questions:
13+
- Add `nodeVersionsRange`, `nodeVersionsSupportedRange`, `nodeVersionsTestedRange`, `nodeVersionsTargetedRange` and remove the complexity that was needed without them
14+
- Overriding `*Minimum` and `*Maximum` versions is now disabled, use the `\*Range`` properties instead
15+
- runtime:
16+
- Fix incompatible version upgrades breaking before compatible versions can be installed
17+
- Fix `npm-check-updates` having to be installed, using `npx` to invoke `npm-check-updates` instead
18+
- Compatible versions are now corrected for latest ecosystem improvements
19+
- tsconfig's `skipLibCheck` is now persisted
20+
- if targetting ES5, tsconfig's `downlevelIteration` will be enabled
21+
- versions:
22+
- Update for latest `@bevry/testen` version
23+
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
24+
325
## v1.85.0 2023 November 18
426

527
- Rename `organisation` to `githubOrganisation` and make it automatic

0 commit comments

Comments
 (0)