Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): 1.0.2 #49

Merged
merged 9 commits into from
Jun 21, 2024
Merged

chore(release): 1.0.2 #49

merged 9 commits into from
Jun 21, 2024

Conversation

dbjorge
Copy link
Contributor

@dbjorge dbjorge commented Jun 21, 2024

merge (do not squash)

validation run: https://github.com/dequelabs/dbjorge-test-repo/actions/runs/9619252233

Reviewer checks

Required fields, to be filled out by PR reviewer(s)

  • Follows the commit message policy, appropriate for next version
  • Code is reviewed for security

dependabot bot and others added 9 commits December 28, 2020 09:12
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](npm/ini@v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](npm/hosted-git-info@v2.8.5...v2.8.9)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.7.6...v4.7.7)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…tead of number (#46)

Minimal fix to get usage unblocked, separate PR for following up on getting deps updated/pinned

Closes #45 

Demo of fix working: https://github.com/dequelabs/dbjorge-test-repo/actions/runs/9603704409/job/26487539207

## Reviewer checks

**Required fields, to be filled out by PR reviewer(s)**

- [x] Follows the commit message policy, appropriate for next version
- [x] Code is reviewed for security
Test run:
https://github.com/dequelabs/dbjorge-test-repo/actions/runs/9604481533/job/26490058201

Notes on the updates:
- I blew away the whole lockfile and updated everything listed in
package.json to latest
- ...except eslint, which I left at major version 8 for compat with
typescript-eslint's current stable version
- ...and except a few dev deps that I dropped because we weren't using
them anyway (eslint+tslint stuff, sinon)
- The octokit update bumps octokit to a version that uses native fetch,
which nock can't mock, so I added a test seam that forces octokit to use
node-fetch when `NODE_ENV === 'test'`. The alternatives would be to use
a beta version of nock (didn't want to use a beta version of anything in
a repo we update so rarely) or to use a different mocking library
(`fetch-mock` was the best-looking option but it required more test
changes than I wanted to spend time on to swap it out)

I included a conversion from circle to GHA because I hit errors when
naively updating the circle config to node 20 and it was faster to
convert than to debug circle. None of the failed checks are relevant
anymore; once this merges we can disable circle in this repo and update
the branch policies to refer to GHA.

## Reviewer checks

**Required fields, to be filled out by PR reviewer(s)**

- [ ] Follows the commit message policy, appropriate for next version
- [ ] Code is reviewed for security
@dbjorge dbjorge merged commit 851ced0 into master Jun 21, 2024
3 checks passed
@dbjorge dbjorge deleted the rc/v1.0.2 branch June 21, 2024 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants