Skip to content

Conversation

@andipaetzold
Copy link
Contributor

@andipaetzold andipaetzold commented Apr 6, 2022

BREAKING CHANGE: Improved create-contentful-app tooling for the App Framework

The create-contentful-app CLI has been rewritten to be faster and more flexible. It is now possible to bootstrap an app with JavaScript instead of Typescript, Yarn instead of npm or even create an app from your custom template. All you need to do is run npx create-contentful-app. To learn about how to use the new features, simply run npx create-contentful-app –help. For more details, please check out our documentation.

shikaan and others added 30 commits January 27, 2022 14:16
* chore(deps): update dependencies (#828)

Co-authored-by: Dependency Checker <[email protected]>

* chore(release): release [skip ci]

* chore(deps): update dependencies (#829)

Co-authored-by: Dependency Checker <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump commander from 8.3.0 to 9.0.0

Bumps [commander](https://github.com/tj/commander.js) from 8.3.0 to 9.0.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v8.3.0...v9.0.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump dotenv from 14.3.2 to 15.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 14.3.2 to 15.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v14.3.2...v15.0.0)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump contentful-management from 7.51.3 to 7.51.4

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.51.3 to 7.51.4.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v7.51.3...v7.51.4)

---
updated-dependencies:
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump eslint from 8.7.0 to 8.8.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.7.0 to 8.8.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.7.0...v8.8.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump sinon from 12.0.1 to 13.0.0

Bumps [sinon](https://github.com/sinonjs/sinon) from 12.0.1 to 13.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md)
- [Commits](sinonjs/sinon@v12.0.1...v13.0.0)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* docs: add canary documentation (#826)

* chore(release): release [skip ci]

Co-authored-by: whydah-gally <[email protected]>
Co-authored-by: Dependency Checker <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: replace create-react-app with degit

* feat: change create-contentful-app to es modules

* fix: use .js instead of .mjs because npm breaks for some reason

* feat: change name in package.json

* refactor: pass fullAppFolder into successMessage

* fix: update template path to match latest PR change

* fix: use template from default branch

* feat: validate app name
* feat: replace create-react-app with degit

* feat: change create-contentful-app to es modules

* fix: use .js instead of .mjs because npm breaks for some reason

* feat: change name in package.json

* refactor: pass fullAppFolder into successMessage

* chore: remove cra template

* fix: update template path to match latest PR change

* chore: run npm install in root
feat(JSTempalte): Support JS templates [EXT-3441]
* feat: add commander

* feat: add yarn handling

* chore: make init a default command

* chore: tweak usage text

* chore: log args and check for yarn

* chore: clean up

* feat: detect if yarn or npm was used

* chore: add fallback app name

* chore: address review issues

* chore: colors consistency

* chore: fix path parsing bug
* feat: prompt for app name

* chore: add inquirer package

* chore: fix lock file
* chore: convert to typescript

* chore: ignore lib

* chore: better types

* feat: utilize `templateSource` options for custom templates

We now validate templates we clone and - should the validation fail - we
drop the folder, so users can retry without cleaning up themselves.

This also include a clumsy attempt to consolidate colors in our CLI by
giving them a meaning. It should help with keeping the CLI consistent.

* chore: another bit of ts conversion

* docs: update help

* docs: update package-lock.json

* chore: lint src

* ci: standardize build command

* chore: uppercase

Co-authored-by: Yuri Mazursky <[email protected]>

* chore: uppercase

Co-authored-by: Yuri Mazursky <[email protected]>

Co-authored-by: Yuri Mazursky <[email protected]>
* feat: remove `init` and `create-definition` command

* feat: add instructions for creating an app definition

* fix: typo

* test: remove `init` from CI

* docs: update README

* Merge canary

* refactor: don't use chalk in index.ts

* fix: change appName to empty string to make ts happy

* refactor: extract validateAppName
* chore(deps): update dependencies (#828)

Co-authored-by: Dependency Checker <[email protected]>

* chore(release): release [skip ci]

* chore(deps): update dependencies (#829)

Co-authored-by: Dependency Checker <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump commander from 8.3.0 to 9.0.0

Bumps [commander](https://github.com/tj/commander.js) from 8.3.0 to 9.0.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v8.3.0...v9.0.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump dotenv from 14.3.2 to 15.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 14.3.2 to 15.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v14.3.2...v15.0.0)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump contentful-management from 7.51.3 to 7.51.4

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.51.3 to 7.51.4.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v7.51.3...v7.51.4)

---
updated-dependencies:
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump eslint from 8.7.0 to 8.8.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.7.0 to 8.8.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.7.0...v8.8.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump sinon from 12.0.1 to 13.0.0

Bumps [sinon](https://github.com/sinonjs/sinon) from 12.0.1 to 13.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md)
- [Commits](sinonjs/sinon@v12.0.1...v13.0.0)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* docs: add canary documentation (#826)

* chore(release): release [skip ci]

* chore(deps-dev): bump @typescript-eslint/parser from 5.10.1 to 5.10.2

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.10.1 to 5.10.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.2/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.10.1 to 5.10.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.2/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump contentful-management from 7.51.4 to 7.51.5

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.51.4 to 7.51.5.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v7.51.4...v7.51.5)

---
updated-dependencies:
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix: bump forma to the version with fixed GlobalStyles

* chore(release): release [skip ci]

* chore(deps-dev): bump lint-staged from 12.3.2 to 12.3.3

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.2 to 12.3.3.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v12.3.2...v12.3.3)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump sinon from 13.0.0 to 13.0.1

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.0 to 13.0.1.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md)
- [Commits](sinonjs/sinon@v13.0.0...v13.0.1)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump dotenv from 15.0.0 to 16.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 15.0.0 to 16.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v15.0.0...v16.0.0)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump contentful-management from 7.51.5 to 7.52.0

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.51.5 to 7.52.0.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v7.51.5...v7.52.0)

---
updated-dependencies:
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump contentful-management from 7.52.0 to 7.53.0

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.52.0 to 7.53.0.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v7.52.0...v7.53.0)

---
updated-dependencies:
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.10.2 to 5.11.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.11.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump @typescript-eslint/parser from 5.10.2 to 5.11.0

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.10.2 to 5.11.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.11.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump contentful-management from 7.53.0 to 7.54.1

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.53.0 to 7.54.1.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v7.53.0...v7.54.1)

---
updated-dependencies:
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump contentful-management from 7.54.1 to 8.0.0

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.54.1 to 8.0.0.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v7.54.1...v8.0.0)

---
updated-dependencies:
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump follow-redirects from 1.14.6 to 1.14.8

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.6...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump contentful-management from 8.0.0 to 8.1.0

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v8.0.0...v8.1.0)

---
updated-dependencies:
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump @commitlint/cli from 16.1.0 to 16.2.1

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 16.1.0 to 16.2.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.2.1/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump lint-staged from 12.3.3 to 12.3.4

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.3 to 12.3.4.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v12.3.3...v12.3.4)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump eslint from 8.8.0 to 8.9.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.8.0 to 8.9.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.8.0...v8.9.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump @commitlint/config-conventional

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 16.0.0 to 16.2.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.2.1/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump simple-git from 3.1.1 to 3.2.4

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.1.1 to 3.2.4.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/[email protected]/simple-git)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump @typescript-eslint/parser from 5.11.0 to 5.12.0

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.11.0 to 5.12.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.12.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump contentful-management from 8.1.0 to 8.1.2

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 8.1.0 to 8.1.2.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v8.1.0...v8.1.2)

---
updated-dependencies:
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.11.0 to 5.12.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.12.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* refactor: install deps

Co-authored-by: whydah-gally <[email protected]>
Co-authored-by: Dependency Checker <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Manuel Spagnolo <[email protected]>
Co-authored-by: bgutsol <[email protected]>
* feat: add example option to bootstrap app

* chore: fix normalize logic

* chore: change options description wording

* chore: fix normalize logic to fallback to npm

* chore: minor code improvements

* chore: update wording

* chore: fix wording
* ci: remove dependencies

This is to allow `npm ci` to run in CI without expecting
the packages to be already built.

* chore: replace parcel with tsc

# Conflicts:
#	package-lock.json
# Conflicts:
#	.circleci/config.yml
#	CHANGELOG.md
#	README.md
#	lerna.json
#	package-lock.json
#	package.json
#	packages/contentful--app-scripts/CHANGELOG.md
#	packages/contentful--app-scripts/package-lock.json
#	packages/contentful--app-scripts/package.json
#	packages/contentful--cra-template-create-contentful-app/CHANGELOG.md
#	packages/contentful--cra-template-create-contentful-app/package-lock.json
#	packages/contentful--cra-template-create-contentful-app/package.json
#	packages/contentful--cra-template-create-contentful-app/template.json
#	packages/contentful--create-contentful-app/CHANGELOG.md
#	packages/contentful--create-contentful-app/package-lock.json
#	packages/contentful--create-contentful-app/package.json
#	packages/create-contentful-app/CHANGELOG.md
#	packages/create-contentful-app/package-lock.json
#	packages/create-contentful-app/package.json
* chore(deps): update dependencies (#828)

Co-authored-by: Dependency Checker <[email protected]>

* chore(release): release [skip ci]

* chore(deps): update dependencies (#829)

Co-authored-by: Dependency Checker <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump commander from 8.3.0 to 9.0.0

Bumps [commander](https://github.com/tj/commander.js) from 8.3.0 to 9.0.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v8.3.0...v9.0.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump dotenv from 14.3.2 to 15.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 14.3.2 to 15.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v14.3.2...v15.0.0)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump contentful-management from 7.51.3 to 7.51.4

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.51.3 to 7.51.4.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v7.51.3...v7.51.4)

---
updated-dependencies:
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump eslint from 8.7.0 to 8.8.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.7.0 to 8.8.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.7.0...v8.8.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump sinon from 12.0.1 to 13.0.0

Bumps [sinon](https://github.com/sinonjs/sinon) from 12.0.1 to 13.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md)
- [Commits](sinonjs/sinon@v12.0.1...v13.0.0)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* docs: add canary documentation (#826)

* chore(release): release [skip ci]

* chore(deps-dev): bump @typescript-eslint/parser from 5.10.1 to 5.10.2

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.10.1 to 5.10.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.2/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.10.1 to 5.10.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.2/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump contentful-management from 7.51.4 to 7.51.5

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.51.4 to 7.51.5.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v7.51.4...v7.51.5)

---
updated-dependencies:
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix: bump forma to the version with fixed GlobalStyles

* chore(release): release [skip ci]

* chore(deps-dev): bump lint-staged from 12.3.2 to 12.3.3

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.2 to 12.3.3.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v12.3.2...v12.3.3)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump sinon from 13.0.0 to 13.0.1

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.0 to 13.0.1.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md)
- [Commits](sinonjs/sinon@v13.0.0...v13.0.1)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump dotenv from 15.0.0 to 16.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 15.0.0 to 16.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v15.0.0...v16.0.0)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump contentful-management from 7.51.5 to 7.52.0

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.51.5 to 7.52.0.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v7.51.5...v7.52.0)

---
updated-dependencies:
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump contentful-management from 7.52.0 to 7.53.0

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.52.0 to 7.53.0.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v7.52.0...v7.53.0)

---
updated-dependencies:
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.10.2 to 5.11.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.11.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump @typescript-eslint/parser from 5.10.2 to 5.11.0

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.10.2 to 5.11.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.11.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump contentful-management from 7.53.0 to 7.54.1

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.53.0 to 7.54.1.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v7.53.0...v7.54.1)

---
updated-dependencies:
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump contentful-management from 7.54.1 to 8.0.0

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.54.1 to 8.0.0.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v7.54.1...v8.0.0)

---
updated-dependencies:
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump follow-redirects from 1.14.6 to 1.14.8

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.6...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump contentful-management from 8.0.0 to 8.1.0

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v8.0.0...v8.1.0)

---
updated-dependencies:
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump @commitlint/cli from 16.1.0 to 16.2.1

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 16.1.0 to 16.2.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.2.1/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump lint-staged from 12.3.3 to 12.3.4

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.3 to 12.3.4.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v12.3.3...v12.3.4)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump eslint from 8.8.0 to 8.9.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.8.0 to 8.9.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.8.0...v8.9.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump @commitlint/config-conventional

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 16.0.0 to 16.2.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.2.1/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump simple-git from 3.1.1 to 3.2.4

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.1.1 to 3.2.4.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/[email protected]/simple-git)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump @typescript-eslint/parser from 5.11.0 to 5.12.0

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.11.0 to 5.12.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.12.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump contentful-management from 8.1.0 to 8.1.2

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 8.1.0 to 8.1.2.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v8.1.0...v8.1.2)

---
updated-dependencies:
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.11.0 to 5.12.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.12.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* fix(deps): bump contentful-management from 8.1.2 to 8.1.3

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 8.1.2 to 8.1.3.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v8.1.2...v8.1.3)

---
updated-dependencies:
- dependency-name: contentful-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump simple-git from 3.2.4 to 3.2.6

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.2.4 to 3.2.6.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/[email protected]/simple-git)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore: use node 16 & cimg images in CI (#882)

* chore: use node 16 & cimg images in CI

* chore: use /tmp

* chore: use node 16.14

* chore(release): release [skip ci]

* chore(deps-dev): bump eslint-config-prettier from 8.3.0 to 8.4.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.3.0 to 8.4.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.3.0...v8.4.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump mocha from 9.2.0 to 9.2.1

Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.0 to 9.2.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v9.2.0...v9.2.1)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore: remove `git add` from lint-staged (#888)

* chore(release): release [skip ci]

* chore(deps-dev): bump @typescript-eslint/parser from 5.12.0 to 5.12.1

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.12.0 to 5.12.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.12.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore(deps-dev): bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.12.0 to 5.12.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.12.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(release): release [skip ci]

* chore: change package versioning to `independent` (#889)

* chore(release): release [skip ci]

 - @contentful/[email protected]
 - @contentful/[email protected]
 - @contentful/[email protected]
 - [email protected]

* chore: npm i

* chore: use LTS for canary

* chore: remove --force-publish (#897)

Co-authored-by: whydah-gally <[email protected]>
Co-authored-by: Dependency Checker <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: bgutsol <[email protected]>
Co-authored-by: Andi Pätzold <[email protected]>
Co-authored-by: Kado <[email protected]>
Co-authored-by: Kado <[email protected]>
# Conflicts:
#	packages/contentful--app-scripts/CHANGELOG.md
#	packages/contentful--app-scripts/package-lock.json
#	packages/contentful--app-scripts/package.json
#	packages/contentful--create-contentful-app/CHANGELOG.md
#	packages/contentful--create-contentful-app/package.json
#	packages/create-contentful-app/CHANGELOG.md
#	packages/create-contentful-app/package.json
ci: fix deployments
whydah-gally and others added 18 commits March 2, 2022 15:35
* chore: tidy wording of help messages

* chore: fix capitalization

* chore: tweak colors

* chore: add npm keywords

* chore: tweak color scheme

* chore: update keywords
* require node version of 14.14 or above, add npmrc file to make sure node version thrown

* add history to git ignore

* engines to 14.15, revert lockfileVersion, update readme

* reinstall package-lock for create-contentful-app

* update circleci to use the supported versions of node
fix: small fixes/improvements
- remove cma.js
- downgrade @types/node to v14
- update other packages
- do not upgrade to esm only packages
* docs: improve create-contentful-app readme

* docs: update help description

* docs: add "CLI Options" subheader

* docs: update -js & -ts description

* docs: add root README

* docs: typo

Co-authored-by: Yuri Mazursky <[email protected]>

* docs: no ampersand

Co-authored-by: Yuri Mazursky <[email protected]>

* docs: colon

Co-authored-by: Yuri Mazursky <[email protected]>

Co-authored-by: Yuri Mazursky <[email protected]>
@andipaetzold andipaetzold self-assigned this Apr 6, 2022
@andipaetzold andipaetzold requested a review from a team as a code owner April 6, 2022 12:53
@andipaetzold andipaetzold marked this pull request as draft April 6, 2022 12:53
@andipaetzold andipaetzold changed the title feat: create-contentful-app Revamp feat: Improved create-contentful-app tooling for the App Framework Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants