- Jan 22, 2024
-
-
Matthew Clarkson authored
The timeout is measured in milliseconds. Whoops! reverts: 83a59329
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
`ava@6` does not exit worker threads/processes. We have leaky tests. Downgrading whilst we figure out what they are. https://github.com/avajs/ava/releases/tag/v6.0.0
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Currently failing due to the wrapped method not being found. Not needed for all the tests to pass.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Nov 07, 2023
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Aug 03, 2023
-
-
Matthew Clarkson authored
Moves everything into `.gitlab-ci.yml`
-
- Aug 02, 2023
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Requires bumping the plugins as they depend on the breaking change to ECMAscript modules: - `@semantic-release/commit-analyzer@^10` - `@semantic-release/gitlab@^12` - `@semantic-release/release-notes-generator@^11`
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
We already import it as a ECMAscript module so the breaking change does not affect us.
-
Matthew Clarkson authored
It is available in NodeJS 15 which is below our lowest version of NodeJS 18.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
We do not have a package registry enabled on our GitLab at this time. Prevent an attempt to publish the package.
-
- Jan 06, 2023
-
-
Matthew Clarkson authored
-
- Jan 05, 2023
-
-
Matthew Clarkson authored
-
- Dec 22, 2022
-
-
Matthew Clarkson authored
`semantic-release` 20 will be ESM first and only work on NodeJS 18+. Prepare for that now by dropping old versions in the CI.
-
Matthew Clarkson authored
We do not use anything from the breaking API change.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Makes it much easier to track major changes
-
Matthew Clarkson authored
-
- Dec 21, 2022
-
-
Matthew Clarkson authored
We have a circular dependency on between this project and the release of `ci/templates`. To open source this project we need to make sure that we can continuously deploy it without the need for `ci/templates`. Once we open source `ci/templates` we can revert the changes.
-
Matthew Clarkson authored
We have a circular dependencies on this project and the `semantic-release` projects that this project uses for releasing itself. Moving them temporarily inside the project.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-