Skip to content

Commit

Permalink
v1.91.0 - improvements, bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jan 10, 2024
1 parent 0cae3f5 commit 1476b8b
Show file tree
Hide file tree
Showing 17 changed files with 977 additions and 1,085 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
@@ -0,0 +1,8 @@
# 2024 January 3
# https://github.com/bevry/base

# never modify any line ending in any file, disregarding all nonsense from eol, autocrlf, renormalize, safecrlf, usecrlfattr, allBinary
* -text

# =====================================
# CUSTOM
5 changes: 2 additions & 3 deletions .github/FUNDING.yml
@@ -1,7 +1,6 @@
github: [balupton]
patreon: bevry
open_collective: bevry
ko_fi: balupton
liberapay: bevry
ko_fi: balupton
open_collective: bevry
tidelift: npm/boundation
custom: ['https://bevry.me/fund']
1 change: 0 additions & 1 deletion .github/workflows/bevry.yml
Expand Up @@ -15,7 +15,6 @@ jobs:
- '20'
- '21'
runs-on: ${{ matrix.os }}
continue-on-error: ${{ contains('macos-latest windows-latest', matrix.os) }}
steps:
- uses: actions/checkout@v4
- name: Install desired Node.js version
Expand Down
29 changes: 27 additions & 2 deletions HISTORY.md
@@ -1,5 +1,28 @@
# History

## v1.91.0 2024 January 10

- Add `gitattributes` file to prevent tests failing on Windows due to git changing line endings without these defaults
- Windows and macOS tests are no longer optional, for packages that fail I'll introduce a question to make them optional, or you can do it within your tests
- Renamed `githubOrganisation` to `githubUsername`
- For Bevry projects, add all historical github and patreon donors
- For Bevry projects, disable patreon (not actually used) and flattr (defunct) badges
- Fix JavaScript packages having an invalid types
- Regression from v1.86.0
- Closes [bevry/taskgroup#241](https://github.com/bevry/taskgroup/issues/241)
- Support latest babel ecosystem
- Replaced deprecated `@babel/proposal-object-rest-spread` with `@babel/plugin-transform-object-rest-spread`
- Use explicit names instead of implied names
- Removed unimplemented filters in question answer handling
- Have `our:meta:projectz` use `--offline`
- Fix documentation output for `es5` projects
- Now use `trim-empty-keys`, `github-api`, and `fellow` for relevant utility functions
- This improves handling and conversion of repository URIs
- Fix some linting issues
- Prettier and ESLint configuration is now set appropriately, rather than being tangled
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
- Thank you to the sponsors: [Andrew Nesbitt](https://nesbitt.io), [Balsa](https://balsa.com), [Codecov](https://codecov.io), [Frontend Masters](https://FrontendMasters.com), [Mr. Henry](https://mrhenry.be), [Poonacha Medappa](https://poonachamedappa.com), [Rob Morris](https://github.com/Rob-Morris), [Sentry](https://sentry.io), [Syntax](https://syntax.fm)

## v1.90.0 2023 December 27

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Expand All @@ -15,9 +38,11 @@
- Fixed hidden configuration property `githubActionTestEnv` not being accepted (regression since v1.88.1)
- Updated `bevry-actions/npm`
- Improved custom bin handling, by leaving it up to `package.json` configuration rather than complex CSV answer handling as before
- For bevry projects, transfer the defunct `Bevry Pty Ltd` copyrights to @balupton
- Closes [issue #24](https://github.com/bevry/boundation/issues/24)
- For Bevry projects, transfer the defunct `Bevry Pty Ltd` copyrights to @balupton
- Closes [issue #161](https://github.com/bevry/boundation/issues/161)
- No need for copyright years if there is only one author
- For bevry projects, add @skunkteam as a historical donor
- For Bevry projects, add @skunkteam as a historical donor
- Remove deprecated `@bevry/github-*` dependencies (not all are deprecated, only some)
- Thank you to the sponsors: [Andrew Nesbitt](https://nesbitt.io), [Balsa](https://balsa.com), [Codecov](https://codecov.io/), [Poonacha Medappa](https://poonachamedappa.com), [Rob Morris](https://github.com/Rob-Morris), [Sentry](https://sentry.io), [Syntax](https://syntax.fm)

Expand Down
22 changes: 17 additions & 5 deletions README.md
Expand Up @@ -12,7 +12,6 @@
<br class="badge-separator" />
<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span>
<span class="badge-thanksdev"><a href="https://thanks.dev/u/gh/bevry" title="Donate to this project using ThanksDev"><img src="https://img.shields.io/badge/thanksdev-donate-yellow.svg" alt="ThanksDev donate button" /></a></span>
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span>
<span class="badge-liberapay"><a href="https://liberapay.com/bevry" title="Donate to this project using Liberapay"><img src="https://img.shields.io/badge/liberapay-donate-yellow.svg" alt="Liberapay donate button" /></a></span>
<span class="badge-buymeacoffee"><a href="https://buymeacoffee.com/balupton" title="Donate to this project using Buy Me A Coffee"><img src="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg" alt="Buy Me A Coffee donate button" /></a></span>
<span class="badge-opencollective"><a href="https://opencollective.com/bevry" title="Donate to this project using Open Collective"><img src="https://img.shields.io/badge/open%20collective-donate-yellow.svg" alt="Open Collective donate button" /></a></span>
Expand Down Expand Up @@ -123,7 +122,7 @@ This package is published with the following editions:

#### Maintainers

- [Benjamin Lupton](https://github.com/balupton) — Accelerating collaborative wisdom.
- [Benjamin Lupton](https://balupton.com) — Accelerating collaborative wisdom.

#### Contributors

Expand All @@ -133,7 +132,6 @@ This package is published with the following editions:

<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span>
<span class="badge-thanksdev"><a href="https://thanks.dev/u/gh/bevry" title="Donate to this project using ThanksDev"><img src="https://img.shields.io/badge/thanksdev-donate-yellow.svg" alt="ThanksDev donate button" /></a></span>
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span>
<span class="badge-liberapay"><a href="https://liberapay.com/bevry" title="Donate to this project using Liberapay"><img src="https://img.shields.io/badge/liberapay-donate-yellow.svg" alt="Liberapay donate button" /></a></span>
<span class="badge-buymeacoffee"><a href="https://buymeacoffee.com/balupton" title="Donate to this project using Buy Me A Coffee"><img src="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg" alt="Buy Me A Coffee donate button" /></a></span>
<span class="badge-opencollective"><a href="https://opencollective.com/bevry" title="Donate to this project using Open Collective"><img src="https://img.shields.io/badge/open%20collective-donate-yellow.svg" alt="Open Collective donate button" /></a></span>
Expand All @@ -144,7 +142,7 @@ This package is published with the following editions:

- [Andrew Nesbitt](https://nesbitt.io) — Software engineer and researcher
- [Balsa](https://balsa.com) — We're Balsa, and we're building tools for builders.
- [Codecov](https://codecov.io/) — Empower developers with tools to improve code quality and testing.
- [Codecov](https://codecov.io) — Empower developers with tools to improve code quality and testing.
- [Poonacha Medappa](https://poonachamedappa.com)
- [Rob Morris](https://github.com/Rob-Morris)
- [Sentry](https://sentry.io) — Real-time crash reporting for your web apps, mobile apps, and games.
Expand All @@ -153,19 +151,33 @@ This package is published with the following editions:
#### Donors

- [Andrew Nesbitt](https://nesbitt.io)
- [Ángel González](https://github.com/Aglezabad)
- [Armen Mkrtchian](https://mogoni.dev)
- [Balsa](https://balsa.com)
- [Chad](https://opencollective.com/chad8)
- [Codecov](https://codecov.io/)
- [Codecov](https://codecov.io)
- [dr.dimitru](https://veliovgroup.com)
- [Elliott Ditman](https://elliottditman.com)
- [entroniq](https://gitlab.com/entroniq)
- [GitHub](https://github.com/about)
- [Hunter Beast](https://cryptoquick.com)
- [Jean-Luc Geering](https://github.com/jlgeering)
- [Lee Driscoll](https://github.com/leedriscoll)
- [Michael Duane Mooring](https://mdm.cc)
- [Michael Harry Scepaniak](https://michaelscepaniak.com)
- [Mohammed Shah](https://github.com/smashah)
- [Mr. Henry](https://mrhenry.be)
- [Nermal](https://arjunaditya.vercel.app)
- [Pleo](https://pleo.io)
- [Poonacha Medappa](https://poonachamedappa.com)
- [Robert de Forest](https://github.com/rdeforest)
- [Rob Morris](https://github.com/Rob-Morris)
- [Scott Kempson](https://github.com/scokem)
- [Sentry](https://sentry.io)
- [ServieJS](https://github.com/serviejs)
- [Skunk Team](https://skunk.team)
- [Syntax](https://syntax.fm)
- [WriterJohnBuck](https://github.com/WriterJohnBuck)

<!-- /BACKERS -->

Expand Down

0 comments on commit 1476b8b

Please sign in to comment.