create-contentful-app icon indicating copy to clipboard operation
create-contentful-app copied to clipboard

Bootstrap a Contentful App

Results 10 create-contentful-app issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.0.0. Release notes Sourced from eslint's releases. v9.0.0 Breaking Changes b7cf3bd fix!: correct camelcase rule schema for allow option (#18232) (eMerzh) 09bd7fe feat!: move AST...

dependencies

I currently have a problem that I have no way to monitor file upload when using `sdk.cma.upload` The only available methods are these upload: { get(params: OptionalDefaults): Promise; create(params: OptionalDefaults,...

Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 6.6.2 to 7.0.0. Release notes Sourced from lerna's releases. 7.0.0 7.0.0 (2023-06-08) BREAKING CHANGES After updating we strongly recommend running lerna repair in your project. This will...

dependencies

When running the `upload` script, we have noticed that whilst it fails to create the bundle and it prints out the reason (bundle size too large in our case), it...

Node LTS v20.10.0 ``` PS C:\Projects\data-generator-app> npm run build > [email protected] build > react-scripts build Creating an optimized production build... One of your dependencies, babel-preset-react-app, is importing the "@babel/plugin-proposal-private-property-in-object" package...

I am sure it has to do with the config the contentful app is extending ```json { "extends": "@tsconfig/create-react-app/tsconfig.json", "compilerOptions": { "target": "es5", "lib": ["dom", "dom.iterable", "esnext"] }, "include": ["src"]...

I expect to retrieve all data linked to this entry. I used the following code: ```javascript const sdk = useSDK(); const entryId = sdk.entry.getSys().id; sdk.cma.entry.references({ entryId: entryId, include: 10 }).then(a=>{...

Node: v18.8.0 npm: 8.18.0 ``` # npm audit report nth-check

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.1.1. Release notes Sourced from eslint's releases. v9.1.1 Bug Fixes a26b402 fix: use @​eslint/create-config latest (#18373) (唯然) v9.1.0 Features 03068f1 feat: Provide helpful error message...

dependencies