Skip to content

Commit

Permalink
v1.86.0 - close #158
Browse files Browse the repository at this point in the history
-   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)
  • Loading branch information
balupton committed Nov 21, 2023
1 parent d80d3c3 commit 4d72f7c
Show file tree
Hide file tree
Showing 12 changed files with 687 additions and 591 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bevry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
22 changes: 22 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# History

## v1.86.0 2023 November 21

- 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)

## v1.85.0 2023 November 18

- Rename `organisation` to `githubOrganisation` and make it automatic
Expand Down
Loading

0 comments on commit 4d72f7c

Please sign in to comment.