Skip to content

Releases: timrogers/gh-migrate-project

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

v1.2.0

25 Jan 19:09
e01c63e
Compare
Choose a tag to compare

What's Changed

  • Add support for migrations to GitHub Enterprise Server v3.10.x

Full Changelog: v1.1.0...v1.2.0

v1.1.0

25 Jan 18:56
c27f3e5
Compare
Choose a tag to compare
  • Allow imports to GitHub Enterprise Server v3.11+ 🥳 ✨

Full Changelog: v1.0.0...v1.1.0

v1.0.0

18 Dec 12:46
67137a8
Compare
Choose a tag to compare

What's Changed

  • Check for updates to the extension when running the export or import commands by @timrogers in #124
  • chore(deps-dev): bump eslint from 8.55.0 to 8.56.0 by @dependabot in #123
  • chore(deps): bump posthog-node from 3.2.0 to 3.2.1 by @dependabot in #122
  • chore(deps): bump actions/setup-node from 4.0.0 to 4.0.1 by @dependabot in #121

Full Changelog: v0.6.0...v1.0.0

v0.6.0

15 Dec 13:55
5be9b63
Compare
Choose a tag to compare

What's Changed

  • Where possible, log request and response bodies in --verbose mode by @timrogers in #120
  • chore(deps-dev): bump @typescript-eslint/parser from 6.13.2 to 6.14.0 by @dependabot in #117
  • chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #118
  • chore(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #119

Full Changelog: v0.5.1...v0.6.0

v0.5.1

14 Dec 17:42
caef98d
Compare
Choose a tag to compare

What's Changed

  • Clarify logging when linking repositories to newly-imported project by @timrogers in #116
  • chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #114
  • chore(deps): bump dawidd6/action-download-artifact from 2.28.0 to 3.0.0 by @dependabot in #112
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.14.0 by @dependabot in #111
  • chore(deps-dev): bump prettier from 3.1.0 to 3.1.1 by @dependabot in #110
  • chore(deps-dev): bump esbuild from 0.19.8 to 0.19.9 by @dependabot in #109
  • chore(deps-dev): bump typescript from 5.3.2 to 5.3.3 by @dependabot in #107
  • chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2 by @dependabot in #108

Full Changelog: v0.5.0...v0.5.1

v0.5.0

08 Dec 23:07
8466276
Compare
Choose a tag to compare

What's Changed

  • feat: add defaults for the import command's --input-path and --repository-mappings-path arguments by @joshjohanning in #105
  • feat: add basic, anonymous telemetry which can be disabled with a command line argument by @timrogers in #106
  • chore(deps): bump undici from 5.28.1 to 5.28.2 by @dependabot in #97
  • chore(deps-dev): bump @typescript-eslint/parser from 6.12.0 to 6.13.1 by @dependabot in #95
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.12.0 to 6.13.1 by @dependabot in #96
  • chore(docs): add note about bypassing SSL errors by @joshjohanning in #104
  • chore(deps): bump undici from 5.28.2 to 6.0.1 by @dependabot in #103
  • chore(deps-dev): bump @typescript-eslint/parser from 6.13.1 to 6.13.2 by @dependabot in #101
  • chore(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0 by @dependabot in #99
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.13.2 by @dependabot in #100
  • chore(deps-dev): bump eslint from 8.54.0 to 8.55.0 by @dependabot in #98

New Contributors

Full Changelog: v0.4.3...v0.5.0

v0.4.3

27 Nov 12:17
fe95285
Compare
Choose a tag to compare

What's Changed

  • When an error is caught at the command level, log its stack trace by @timrogers in #94
  • chore(deps): bump undici from 5.28.0 to 5.28.1 by @dependabot in #92
  • chore(deps-dev): bump esbuild from 0.19.7 to 0.19.8 by @dependabot in #93

Full Changelog: v0.4.2...v0.4.3