diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 604217a..8769ec8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: push: branches: - - master + - main pull_request: jobs: diff --git a/README.md b/README.md index 1da6045..216b212 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ember-cli-update-codemods-manifest -[![Build status](https://ci.appveyor.com/api/projects/status/h4qxyasxo2nsrd10/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/ember-cli-update-codemods-manifest/branch/master) +[![Build status](https://ci.appveyor.com/api/projects/status/h4qxyasxo2nsrd10/branch/main?svg=true)](https://ci.appveyor.com/project/ember-cli/ember-cli-update-codemods-manifest/branch/main) Master list of codemods and their instructions used by [ember-cli-update](https://github.com/ember-cli/ember-cli-update) diff --git a/appveyor.yml b/appveyor.yml index b1c914f..c5d801a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,7 @@ environment: branches: only: - - master + - main # Fix line endings in Windows. (runs before repo cloning) init: diff --git a/config/ember-cli-update.json b/config/ember-cli-update.json index b404616..06ecd72 100644 --- a/config/ember-cli-update.json +++ b/config/ember-cli-update.json @@ -13,7 +13,7 @@ }, { "name": "@kellyselden/node-template", - "version": "4.1.0", + "version": "5.0.0", "blueprints": [ { "name": "@kellyselden/node-template", diff --git a/package.json b/package.json index dfce8f8..338da0a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@crowdstrike/commitlint": "^5.0.0", - "@kellyselden/node-template": "4.1.0", + "@kellyselden/node-template": "5.0.0", "chai": "^4.3.7", "ember-addon-codemods-manifest": "", "ember-app-codemods-manifest": "", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d4d3ab5..1bbf981 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,7 +5,7 @@ importers: .: specifiers: '@crowdstrike/commitlint': ^5.0.0 - '@kellyselden/node-template': 4.1.0 + '@kellyselden/node-template': 5.0.0 chai: ^4.3.7 ember-addon-codemods-manifest: '' ember-app-codemods-manifest: '' @@ -26,7 +26,7 @@ importers: standard-node-template: 4.1.0 devDependencies: '@crowdstrike/commitlint': 5.0.0 - '@kellyselden/node-template': 4.1.0 + '@kellyselden/node-template': 5.0.0 chai: 4.3.10 ember-addon-codemods-manifest: link:packages/addon ember-app-codemods-manifest: link:packages/app @@ -338,9 +338,9 @@ packages: resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==} dev: true - /@kellyselden/node-template/4.1.0: - resolution: {integrity: sha512-XV2kiAg59iLwq6BA+IeogxXI+BQzMx6blhd2kcmPujRiptrAmio0ZByj4Tuebn1Zs1n9JTtBL2eRznwtoUrhwA==} - engines: {node: '>=16.13'} + /@kellyselden/node-template/5.0.0: + resolution: {integrity: sha512-bJO4wW5m+FGcEWrHqfPdYrIW5ggooOYXFqm0tc/cHYXUAl8XsqOgi2l4B5TbuKvUUqKMif3cVxZRRJ8zSEjCsw==} + engines: {node: '>=18.12'} dev: true /@nodelib/fs.scandir/2.1.5: