Skip to content

Releases: timrogers/gh-migrate-project

v4.0.0

05 Dec 11:57
b915008
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v4.0.0

v3.2.0

27 Nov 18:56
cba91c5
Compare
Choose a tag to compare
  • Validate that the token has the required scopes when using the export or import 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

15 Nov 21:39
1433d58
Compare
Choose a tag to compare
  • 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

06 Oct 18:47
Compare
Choose a tag to compare

What's Changed

  • Add support for GitHub Enterprise Cloud with data residency

Full Changelog: v3.0.0...v3.1.0

v3.0.0

22 Sep 20:38
Compare
Choose a tag to compare

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

22 Sep 20:27
e62cb82
Compare
Choose a tag to compare
  • 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

28 Jun 11:13
2868d7a
Compare
Choose a tag to compare
  • 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

16 May 20:10
bf381fb
Compare
Choose a tag to compare

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

13 May 09:11
58d7918
Compare
Choose a tag to compare

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

05 May 17:36
80af54c
Compare
Choose a tag to compare

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