Releases: timrogers/gh-migrate-project
Releases · timrogers/gh-migrate-project
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
v1.2.0
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
- Allow imports to GitHub Enterprise Server v3.11+ 🥳 ✨
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Check for updates to the extension when running the
export
orimport
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