Releases: timrogers/gh-migrate-project
Releases · timrogers/gh-migrate-project
v4.0.0
What's Changed
- chore(deps): bump undici from 6.21.0 to 7.0.0 by @dependabot in #347
- chore(deps-dev): bump prettier from 3.3.3 to 3.4.1 by @dependabot in #346
- chore(deps-dev): bump @types/node from 22.9.0 to 22.10.1 by @dependabot in #345
- chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 by @dependabot in #344
- Drop support for GitHub Enterprise Server v3.11 by @timrogers in #352
- Require the GitHub Enterprise Server v3.15 build to pass in the release process by @timrogers in #353
- chore(deps): bump posthog-node from 4.2.1 to 4.3.1 by @dependabot in #348
- chore(deps-dev): bump globals from 15.12.0 to 15.13.0 by @dependabot in #351
- chore(deps-dev): bump eslint from 9.15.0 to 9.16.0 by @dependabot in #350
- chore(deps-dev): bump @eslint/js from 9.15.0 to 9.16.0 by @dependabot in #349
- v4.0.0 by @timrogers in #354
Full Changelog: v3.2.0...v4.0.0
v3.2.0
- Validate that the token has the required scopes when using the
export
orimport
commands with a scoped token (e.g. a classic personal access token [PAT])
Other changes
- chore(deps-dev): bump @eslint/eslintrc from 3.1.0 to 3.2.0 by @dependabot in #341
- chore(deps): bump undici from 6.20.1 to 6.21.0 by @dependabot in #340
- chore(deps-dev): bump @eslint/js from 9.14.0 to 9.15.0 by @dependabot in #339
- chore(deps-dev): bump eslint from 9.14.0 to 9.15.0 by @dependabot in #338
Full Changelog: v3.1.1...v3.2.0
v3.1.1
- Update the
export
command to gracefully handle the case where the issue or pull request for a project item can't be retrieved (likely to be caused by missing token permissions!)
Other changes
- chore(deps-dev): bump esbuild from 0.23.0 to 0.24.0 by @dependabot in #310
- chore(deps): bump posthog-node from 4.0.1 to 4.2.0 by @dependabot in #309
- chore(deps): bump winston from 3.13.1 to 3.15.0 by @dependabot in #308
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.8.0 to 8.8.1 by @dependabot in #313
- chore(deps-dev): bump @types/node from 22.7.4 to 22.7.5 by @dependabot in #312
- chore(deps-dev): bump @typescript-eslint/parser from 8.8.0 to 8.8.1 by @dependabot in #311
- Update
seed-github-enterprise-server-instance
script to automatically configure Actions and Dependabot secrets for a new GHES instance by @timrogers in #320 - chore(deps): bump actions/setup-node from 4.0.4 to 4.1.0 by @dependabot in #319
- chore(deps): bump @octokit/plugin-paginate-graphql from 5.2.3 to 5.2.4 by @dependabot in #316
- chore(deps): bump undici from 6.19.8 to 6.20.1 by @dependabot in #317
- chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 by @dependabot in #314
- Complete ESLint upgrade by @timrogers in #327
- chore(deps): bump @fast-csv/parse from 5.0.0 to 5.0.2 by @dependabot in #323
- chore(deps-dev): bump @types/node from 22.7.5 to 22.9.0 by @dependabot in #326
- chore(deps-dev): bump eslint from 8.57.0 to 9.14.0 by @dependabot in #321
- Run end-to-end tests against GitHub Enterprise Server v3.15 by @timrogers in #334
- Improve and rename script for seeding GHES instances by @timrogers in #335
- chore(deps): bump posthog-node from 4.2.0 to 4.2.1 by @dependabot in #329
- chore(deps): bump winston from 3.15.0 to 3.17.0 by @dependabot in #330
- chore(deps-dev): bump tsx from 4.19.1 to 4.19.2 by @dependabot in #332
- chore(deps-dev): bump @yao-pkg/pkg from 5.15.0 to 6.1.1 by @dependabot in #333
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Add support for GitHub Enterprise Cloud with data residency
Full Changelog: v3.0.0...v3.1.0
v3.0.0
BREAKING CHANGE: This drops support for exports from GitHub Enterprise Server 3.10 as this version has now been deprecated by GitHub. v3.11 is now the earliest supported version for both exports and imports.
v2.1.0
- During project import, ensure that the Status field on the new project ONLY has the expected values
- Improve log output when "Status" field values mismatching during import
v2.0.0
- BREAKING CHANGE: Drops support for exports from GitHub Enterprise Server 3.7, 3.8 and 3.9, as these versions have now been deprecated by GitHub. 3.10 is now the earliest supported version for both exports and imports.
- Switch compiled binaries from Node.js v18 to Node.js v20
v1.3.0
What's Changed
- chore(deps): bump undici from 6.15.0 to 6.16.1 by @dependabot in #230
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 by @dependabot in #231
- chore(deps-dev): bump esbuild from 0.21.1 to 0.21.3 by @dependabot in #233
- Trim trailing slash from --base-url, if required + clarify argument docs by @timrogers in #234
- Add
--skip-certificate-verification
option to support proxies and GitHub Enterprise Server instances with untrusted certificates by @timrogers in #235 - Refactor importing of project items into its own method by @timrogers in #236
- chore(deps-dev): bump @typescript-eslint/parser from 7.8.0 to 7.9.0 by @dependabot in #232
Full Changelog: v1.2.2...v1.3.0
v1.2.2
What's Changed
- Gracefully handle missing a missing issue/PR when importing a project item by @timrogers in #228
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.4.0 to 7.8.0 by @dependabot in #219
- chore(deps): bump @octokit/graphql from 8.0.1 to 8.1.1 by @dependabot in #220
- chore(deps-dev): bump esbuild from 0.20.2 to 0.21.1 by @dependabot in #223
- chore(deps): bump semver from 7.6.0 to 7.6.2 by @dependabot in #226
- chore(deps): bump octokit from 3.1.2 to 4.0.2 by @dependabot in #225
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- chore(deps): bump undici from 6.4.0 to 6.6.0 by @dependabot in #164
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.20.0 by @dependabot in #162
- chore(deps): bump posthog-node from 3.6.0 to 3.6.1 by @dependabot in #160
- chore(deps-dev): bump esbuild from 0.19.12 to 0.20.0 by @dependabot in #159
- chore(deps): bump LouisBrunner/checks-action from 1.6.2 to 2.0.0 by @dependabot in #158
- chore(deps-dev): bump @typescript-eslint/parser from 6.19.1 to 6.20.0 by @dependabot in #163
- chore(deps): bump commander from 11.1.0 to 12.0.0 by @dependabot in #166
- chore(deps-dev): bump prettier from 3.2.4 to 3.2.5 by @dependabot in #167
- chore(deps): bump semver from 7.5.4 to 7.6.0 by @dependabot in #168
- chore(deps): bump actions/setup-node from 4.0.1 to 4.0.2 by @dependabot in #171
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.20.0 to 7.0.0 by @dependabot in #172
- chore(deps): bump posthog-node from 3.6.1 to 3.6.2 by @dependabot in #170
- chore(deps): bump dawidd6/action-download-artifact from 3.0.0 to 3.1.2 by @dependabot in #180
- chore(deps-dev): bump esbuild from 0.20.0 to 0.20.1 by @dependabot in #177
- chore(deps): bump posthog-node from 3.6.2 to 3.6.3 by @dependabot in #175
- chore(deps): bump undici from 6.6.0 to 6.6.2 by @dependabot in #173
- chore(ci): simplify CI into a single workflow by @timrogers in #193
- chore(deps): bump undici from 6.6.2 to 6.10.2 by @dependabot in #195
- chore(deps): bump winston from 3.11.0 to 3.13.0 by @dependabot in #194
- chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #190
- chore(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in #187
- chore(deps): bump @octokit/graphql from 7.0.2 to 8.0.1 by @dependabot in #183
- chore(deps-dev): bump eslint from 8.56.0 to 8.57.0 by @dependabot in #182
- chore(deps-dev): bump @typescript-eslint/parser from 6.20.0 to 7.4.0 by @dependabot in #196
- chore(deps-dev): bump typescript from 5.3.3 to 5.4.5 by @dependabot in #207
- chore(deps-dev): bump esbuild from 0.20.1 to 0.20.2 by @dependabot in #198
- chore(deps-dev): bump @typescript-eslint/parser from 7.4.0 to 7.8.0 by @dependabot in #214
- chore(deps): bump posthog-node from 3.6.3 to 4.0.1 by @dependabot in #213
- Before running the CI release process, check that version in
package.json
matches the tag by @timrogers in #217 - chore(deps): bump undici from 6.10.2 to 6.15.0 by @dependabot in #215
- chore(deps): bump @octokit/plugin-paginate-graphql from 4.0.0 to 5.2.2 by @dependabot in #216
Full Changelog: v1.2.0...v1.2.1