Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: [EXT-3363] use correct IDS api for fields #1184

Merged
merged 1 commit into from
Feb 14, 2022
Merged

fix: [EXT-3363] use correct IDS api for fields #1184

merged 1 commit into from
Feb 14, 2022

Conversation

Jwhiles
Copy link
Contributor

@Jwhiles Jwhiles commented Feb 11, 2022

Purpose of PR

Previously the IDs API type for the FieldExtensionSDK actually excluded field specific ids. This PR fixes that issue.

Error that we saw previously:
image

PR Checklist

  • Tests are added/updated/not required
  • Tests are passing
  • Typescript typings are added/updated/not required

@Jwhiles Jwhiles requested a review from a team as a code owner February 11, 2022 14:27
@Jwhiles Jwhiles merged commit 84daaa2 into master Feb 14, 2022
@Jwhiles Jwhiles deleted the EXT-3363 branch February 14, 2022 10:10
ghost pushed a commit that referenced this pull request Feb 14, 2022
## [4.3.3](v4.3.2...v4.3.3) (2022-02-14)

### Bug Fixes

* [EXT-3363] use correct IDS api for fields ([#1184](#1184)) ([84daaa2](84daaa2))
@ghost
Copy link

ghost commented Feb 14, 2022

🎉 This PR is included in version 4.3.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ghost ghost added the released label Feb 14, 2022
bgutsol added a commit that referenced this pull request Apr 1, 2022
* feat!: App SDK v4 (#1008)

feat!: App SDK v4

This major release of the Contentful App SDK provides two great features to make app development for Contentful even easier.

## Contentful Management API Adapter

You can now use the [`contentful-management` library](https://github.com/contentful/contentful-management.js) within apps. This gives you access to a huge load of APIs that were previously not available. Also, you can reuse existing code utilising the `contentful-management` library which makes it easier to convert your custom Contentful scripts to convenient apps.

After installing the library, a new client can be created using the `cmaAdapter` which is exposed by the App SDK. There is no need to deal with authentication and tokens.

```javascript
import { createClient } from 'contentful-management';

const nestedClient = createClient({ apiAdapter: sdk.cmaAdapter });

const cma = createClient(
  { apiAdapter: sdk.cmaAdapter },
  {
    type: 'plain',
    defaults: {
      environmentId: sdk.ids.environment,
      spaceId: sdk.ids.space,
    },
  }
);
```

Please note that not all methods are available. You can only use methods that access entities within the app’s space environment.

## Deprecation of Space API

The Space API (`sdk.space`) is deprecated and will be removed in a future major update of the App SDK. We recommend using the new CMA Adapters to replace existing Space API functionality.

## Typings revamp

In the previous version of the App SDK app developers sometimes struggled with our provided types. For version 4 we took the opportunity to revamp and significantly improve the types of the whole library. These changes are likely to break existing TypeScript apps as we are more specific about each property and also changed the usage of generics on API methods.
The new types of the App SDK now align with the types of the `contentful-management` library.
To get the best development experience, you need to install `contentful-management` as a separate dependency.

```bash
npm install contentful-management
```

We do not include this dependency by default to keep your dependency tree clean and ensure small bundle sizes and short build times.

BREAKING CHANGE: breaking changes in typings, new `cmaAdapter`, Space API deprecation

* chore: 4.0.0 [skip ci]

# [4.0.0](v3.42.0...v4.0.0) (2021-10-05)

* feat!: App SDK v4 (#1008) ([08e1309](08e1309)), closes [#1008](#1008)

### BREAKING CHANGES

* breaking changes in typings, new `cmaAdapter`, Space API deprecation

* chore(deps): bump semver-regex from 3.1.2 to 3.1.3 (#1009)

* chore: update CHANGELOG

* fix: measure old css file usage (#1010)

* chore: 4.0.1 [skip ci]

## [4.0.1](v4.0.0...v4.0.1) (2021-10-05)

### Bug Fixes

* measure old css file usage ([#1010](#1010)) ([7dcd079](7dcd079))

* feat: [] export validation error type (#1011)

Co-authored-by: Manuel Spagnolo <shikaan@users.noreply.github.com>

* chore: 4.1.0 [skip ci]

# [4.1.0](v4.0.1...v4.1.0) (2021-10-05)

### Features

* [] export validation error type ([#1011](#1011)) ([983407e](983407e))

* chore(deps-dev): bump cypress-terminal-report from 3.3.2 to 3.3.3 (#1013)

* chore(deps-dev): bump @typescript-eslint/parser from 4.32.0 to 4.33.0 (#1015)

* fix: [3161] use correct type for conflicting errors (#1017)

* fix: [3161] use correct type for conflicting errors

* chore: use link properly

* chore: 4.1.1 [skip ci]

## [4.1.1](v4.1.0...v4.1.1) (2021-10-06)

### Bug Fixes

* [3161] use correct type for conflicting errors ([#1017](#1017)) ([621a1d0](621a1d0))

* chore(deps-dev): bump contentful-management from 7.41.1 to 7.42.1 (#1019)

* chore(deps-dev): bump @types/sinon from 10.0.2 to 10.0.4 (#1016)

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

* feat: export Action and ValidationError types (#1018)

* chore: 4.2.0 [skip ci]

# [4.2.0](v4.1.1...v4.2.0) (2021-10-06)

### Features

* export Action and ValidationError types ([#1018](#1018)) ([dcff361](dcff361))

* chore(deps-dev): bump nanoid from 3.1.28 to 3.1.29 (#1020)

* fix: LinkContentTypeValidationError contains a list of content types (#1021)

* chore: 4.2.1 [skip ci]

## [4.2.1](v4.2.0...v4.2.1) (2021-10-07)

### Bug Fixes

* LinkContentTypeValidationError contains a list of content types ([#1021](#1021)) ([64a8c05](64a8c05))

* chore(deps-dev): bump contentful-management from 7.42.1 to 7.42.2 (#1023)

* chore(deps-dev): bump mochawesome from 6.3.0 to 6.3.1 (#1022)

* chore(deps-dev): bump contentful-management from 7.42.2 to 7.42.3 (#1024)

* chore(deps-dev): bump mocha-junit-reporter from 2.0.0 to 2.0.2 (#1026)

* chore(deps-dev): bump lint-staged from 11.2.0 to 11.2.3 (#1025)

* chore(deps-dev): bump jsdom from 17.0.0 to 18.0.0 (#1027)

* chore(deps-dev): bump @testing-library/dom from 8.7.2 to 8.9.0 (#1033)

* chore(deps-dev): bump nanoid from 3.1.29 to 3.1.30 (#1036)

* chore(deps-dev): bump ts-node from 10.2.1 to 10.3.0 (#1028)

* chore: add CODEOWNERS [EXT-3151] (#1038)

* chore: add CODEOWNERS [EXT-3151]

Add @contentful/team-extensibility for all but package.json and package-lock.json.

* chore: do not assign team-extensibility as dependabot reviewer (#1039)

* chore(deps-dev): bump contentful-management from 7.42.3 to 7.44.1 (#1041)

* chore(deps-dev): bump eslint-plugin-import from 2.24.2 to 2.25.2 (#1035)

* chore(deps-dev): bump @testing-library/dom from 8.9.0 to 8.10.0 (#1044)

* chore(deps-dev): bump cypress-terminal-report from 3.3.3 to 3.3.4 (#1043)

* chore(deps-dev): bump cypress from 8.5.0 to 8.6.0 (#1031)

* chore(deps-dev): bump typescript from 4.4.3 to 4.4.4 (#1034)

* chore(deps-dev): bump @testing-library/dom from 8.10.0 to 8.10.1 (#1047)

* chore(deps-dev): bump contentful-management from 7.44.1 to 7.44.2 (#1048)

* chore(deps-dev): bump ts-node from 10.3.0 to 10.3.1 (#1050)

* chore(deps-dev): bump eslint-plugin-promise from 5.1.0 to 5.1.1 (#1049)

* chore(deps-dev): bump ts-node from 10.3.1 to 10.4.0 (#1053)

* feat: [EXT-2755] add save and (un)publish command (#1040)

* chore: 4.3.0 [skip ci]

# [4.3.0](v4.2.1...v4.3.0) (2021-10-26)

### Features

* [EXT-2755] add save and (un)publish command ([#1040](#1040)) ([f1a4de4](f1a4de4))

* chore(deps-dev): bump lint-staged from 11.2.3 to 11.2.4 (#1054)

* chore(deps-dev): bump rollup from 2.58.0 to 2.58.3 (#1056)

* chore(deps-dev): bump @types/sinon from 10.0.4 to 10.0.6 (#1055)

* chore(deps-dev): bump cypress from 8.6.0 to 8.7.0 (#1057)

* chore(deps-dev): bump lint-staged from 11.2.4 to 11.2.6 (#1059)

* chore(deps-dev): bump rollup from 2.58.3 to 2.59.0 (#1061)

* chore(deps-dev): bump contentful-management from 7.44.2 to 7.45.0 (#1060)

* chore(deps-dev): bump @testing-library/dom from 8.10.1 to 8.11.0 (#1065)

* chore(deps-dev): bump mochawesome-report-generator from 5.2.0 to 6.0.1 (#1069)

* chore(deps-dev): bump cypress-terminal-report from 3.3.4 to 3.4.0 (#1063)

* chore(deps-dev): bump mochawesome from 6.3.1 to 7.0.1 (#1070)

* chore(deps-dev): bump jsdom from 18.0.0 to 18.0.1 (#1062)

* chore(deps-dev): bump eslint-plugin-react from 7.26.1 to 7.27.0 (#1073)

* fix: export team type (#1072)

* chore: 4.3.1 [skip ci]

## [4.3.1](v4.3.0...v4.3.1) (2021-11-10)

### Bug Fixes

* export team type ([#1072](#1072)) ([2845c96](2845c96))

* chore(deps-dev): bump eslint-plugin-import from 2.25.2 to 2.25.3 (#1074)

* chore(deps-dev): bump sinon from 11.1.2 to 12.0.1 (#1068)

* chore(deps-dev): bump @testing-library/dom from 8.11.0 to 8.11.1 (#1075)

* chore(deps-dev): bump contentful-management from 7.45.0 to 7.45.2 (#1076)

* chore(deps-dev): bump rollup from 2.59.0 to 2.60.0 (#1077)

* chore(deps-dev): bump @testing-library/cypress from 8.0.1 to 8.0.2 (#1078)

* chore(deps-dev): bump jsdom from 18.0.1 to 18.1.0 (#1080)

* chore(deps-dev): bump lint-staged from 11.2.6 to 12.0.2 (#1079)

* chore(deps-dev): bump rollup-plugin-typescript2 from 0.30.0 to 0.31.0 (#1082)

* chore(deps-dev): bump cypress from 8.7.0 to 9.0.0 (#1081)

* chore(deps-dev): bump typescript from 4.4.4 to 4.5.2 (#1083)

* chore(deps-dev): bump eslint-plugin-react from 7.27.0 to 7.27.1 (#1085)

* chore(deps-dev): bump lint-staged from 12.0.2 to 12.0.3 (#1084)

* chore(deps-dev): bump rollup from 2.60.0 to 2.60.1 (#1087)

* chore(deps-dev): bump jsdom from 18.1.0 to 18.1.1 (#1086)

Bumps [jsdom](https://github.com/jsdom/jsdom) from 18.1.0 to 18.1.1.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](jsdom/jsdom@18.1.0...18.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump lint-staged from 12.0.3 to 12.1.2 (#1088)

* chore(deps-dev): bump @types/sinon-chai from 3.2.5 to 3.2.6 (#1092)

* chore(deps-dev): bump rollup-plugin-typescript2 from 0.31.0 to 0.31.1 (#1091)

* chore: [EXT-3324] Remove integration tests (#1089)

* chore(deps-dev): bump prettier from 2.4.1 to 2.5.0 (#1093)

* chore(deps-dev): bump rollup from 2.60.1 to 2.60.2 (#1094)

* chore(deps-dev): bump eslint-plugin-promise from 5.1.1 to 5.2.0 (#1095)

* chore(deps-dev): bump contentful-management from 7.45.2 to 7.45.3 (#1096)

* chore(deps-dev): bump contentful-management from 7.45.3 to 7.45.5 (#1097)

* chore(deps-dev): bump jsdom from 18.1.1 to 19.0.0 (#1098)

* chore(deps-dev): bump mochawesome-merge from 4.2.0 to 4.2.1 (#1099)

* chore(deps-dev): bump prettier from 2.5.0 to 2.5.1 (#1100)

* chore(deps-dev): bump contentful-management from 7.45.5 to 7.45.7 (#1101)

* chore(deps-dev): bump typescript from 4.5.2 to 4.5.3 (#1103)

* chore(deps-dev): bump rollup from 2.60.2 to 2.61.0 (#1102)

* chore(deps-dev): bump rollup from 2.61.0 to 2.61.1 (#1104)

* chore(deps-dev): bump typescript from 4.5.3 to 4.5.4 (#1106)

* chore(deps-dev): bump contentful-management from 7.45.7 to 7.46.0 (#1107)

* chore(deps-dev): bump contentful-management from 7.46.0 to 7.47.0 (#1108)

* chore(deps-dev): bump contentful-management from 7.47.0 to 7.47.1 (#1109)

* chore(deps-dev): bump eslint-plugin-react from 7.27.1 to 7.28.0 (#1113)

* chore(deps-dev): bump lint-staged from 12.1.2 to 12.1.3 (#1111)

* chore(deps-dev): bump @types/jsdom from 16.2.13 to 16.2.14 (#1110)

* chore(deps-dev): bump lint-staged from 12.1.3 to 12.1.4 (#1114)

* chore(deps-dev): bump rollup from 2.61.1 to 2.62.0 (#1116)

* chore(deps-dev): bump @types/sinon-chai from 3.2.6 to 3.2.7 (#1115)

* chore(deps-dev): bump contentful-management from 7.47.1 to 7.47.2 (#1112)

* chore(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.25.4 (#1119)

* chore(deps-dev): bump lint-staged from 12.1.4 to 12.1.5 (#1118)

* chore(deps-dev): bump rollup from 2.62.0 to 2.63.0 (#1120)

* chore(deps-dev): bump @types/sinon-chai from 3.2.7 to 3.2.8 (#1117)

* chore(deps-dev): bump contentful-management from 7.47.2 to 7.48.0 (#1121)

* chore(deps-dev): bump lint-staged from 12.1.5 to 12.1.6 (#1122)

* chore(deps-dev): bump lint-staged from 12.1.6 to 12.1.7 (#1123)

* chore(deps): bump follow-redirects from 1.14.6 to 1.14.7 (#1125)

* chore(deps-dev): bump contentful-management from 7.48.0 to 7.49.0 (#1124)

* chore(deps-dev): bump ts-mocha from 8.0.0 to 9.0.2 (#1126)

* chore(deps-dev): bump mocha from 8.4.0 to 9.1.3 (#1127)

* chore(deps-dev): bump mocha from 9.1.3 to 9.1.4 (#1128)

* chore(deps-dev): bump lint-staged from 12.1.7 to 12.2.0 (#1132)

* chore(deps-dev): bump @testing-library/dom from 8.11.1 to 8.11.2 (#1129)

* chore(deps-dev): bump contentful-management from 7.49.0 to 7.50.0 (#1130)

* chore(deps-dev): bump rollup from 2.63.0 to 2.64.0 (#1131)

* chore(deps-dev): bump lint-staged from 12.2.0 to 12.2.1 (#1133)

* chore(deps): bump trim-off-newlines from 1.0.1 to 1.0.3 (#1136)

* chore(deps-dev): bump contentful-management from 7.50.0 to 7.50.1 (#1134)

* chore(deps-dev): bump @types/sinon from 10.0.6 to 10.0.8 (#1135)

* chore(deps-dev): bump lint-staged from 12.2.1 to 12.2.2 (#1137)

* chore(deps-dev): bump rollup from 2.64.0 to 2.65.0 (#1138)

* chore(deps-dev): bump contentful-management from 7.50.1 to 7.51.0 (#1139)

* chore(deps-dev): bump typescript from 4.5.4 to 4.5.5 (#1140)

* chore(deps-dev): bump contentful-management from 7.51.0 to 7.51.1 (#1141)

* chore(deps): bump node-fetch from 2.6.1 to 2.6.7 (#1142)

* chore(deps-dev): bump rollup from 2.65.0 to 2.66.0 (#1143)

* chore(deps-dev): bump lint-staged from 12.2.2 to 12.3.1 (#1145)

* chore(deps-dev): bump mocha from 9.1.4 to 9.2.0 (#1144)

* chore(deps): bump nanoid from 3.1.30 to 3.2.0 (#1146)

* chore(deps-dev): bump rollup from 2.66.0 to 2.66.1 (#1147)

* chore(deps-dev): bump contentful-management from 7.51.1 to 7.51.2 (#1148)

* chore(deps-dev): bump chai from 4.3.4 to 4.3.5 (#1149)

* chore(deps-dev): bump @testing-library/dom from 8.11.2 to 8.11.3 (#1150)

* chore(deps-dev): bump contentful-management from 7.51.2 to 7.51.3 (#1151)

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

* chore(deps): bump path-parse from 1.0.6 to 1.0.7 (#1157)

* chore(deps): bump tar from 4.4.13 to 4.4.19 (#1158)

* chore(deps-dev): bump chai from 4.3.5 to 4.3.6 (#1152)

* chore(deps-dev): bump lint-staged from 12.3.1 to 12.3.2 (#1153)

* chore(deps-dev): bump @types/sinon from 10.0.8 to 10.0.9 (#1154)

* chore(deps-dev): bump contentful-management from 7.51.3 to 7.51.4 (#1156)

* chore(deps-dev): bump contentful-management from 7.51.4 to 7.51.5 (#1160)

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

* chore(deps-dev): bump contentful-management from 7.51.5 to 7.52.0 (#1165)

* chore(deps-dev): bump @types/sinon from 10.0.9 to 10.0.10 (#1166)

* chore(deps-dev): bump rollup from 2.66.1 to 2.67.0 (#1164)

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

* chore(deps-dev): bump contentful-management from 7.52.0 to 7.53.0 (#1167)

* chore(deps-dev): bump rollup-plugin-typescript2 from 0.31.1 to 0.31.2 (#1162)

* chore(deps-dev): bump rollup from 2.67.0 to 2.67.1 (#1168)

* chore(deps-dev): bump @types/sinon from 10.0.10 to 10.0.11 (#1169)

* chore: node 16 (#1170)

* chore: use node 16 in CI

* chore: use lockfile version 2

* chore: use cimg/node instead of circleci/node (#1171)

* chore: update husky to v7 (#1172)

* chore(deps-dev): bump contentful-management from 7.53.0 to 7.54.1 (#1174)

* chore(deps-dev): bump eslint-plugin-promise from 5.2.0 to 6.0.0 (#1175)

* chore(deps-dev): bump semantic-release from 17.4.2 to 19.0.2 (#1177)

* chore(deps-dev): bump @semantic-release/changelog from 5.0.1 to 6.0.1 (#1178)

* chore(deps-dev): bump @semantic-release/git from 9.0.1 to 10.0.1 (#1179)

* chore(deps-dev): bump @semantic-release/exec from 5.0.0 to 6.0.3 (#1180)

* fix: return same SDK instance when calling `init` multiple times (#1173)

* chore: 4.3.2 [skip ci]

## [4.3.2](v4.3.1...v4.3.2) (2022-02-09)

### Bug Fixes

* return same SDK instance when calling `init` multiple times ([#1173](#1173)) ([8acc077](8acc077))

* chore(deps-dev): bump rollup from 2.67.1 to 2.67.2 (#1181)

* chore(deps-dev): bump contentful-management from 7.54.1 to 8.1.0 (#1182)

* fix: [EXT-3363] use correct IDS api for fields (#1184)

* chore: 4.3.3 [skip ci]

## [4.3.3](v4.3.2...v4.3.3) (2022-02-14)

### Bug Fixes

* [EXT-3363] use correct IDS api for fields ([#1184](#1184)) ([84daaa2](84daaa2))

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

* chore(deps-dev): bump @types/chai-as-promised from 7.1.4 to 7.1.5 (#1183)

* chore(deps-dev): bump contentful-management from 8.1.0 to 8.1.2 (#1187)

* chore(deps-dev): bump contentful-management from 8.1.2 to 8.1.3 (#1188)

* chore(deps-dev): bump rollup from 2.67.2 to 2.67.3 (#1189)

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

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

* fix: support contentful-management v8 and later (#1190)

* chore: 4.3.4 [skip ci]

## [4.3.4](v4.3.3...v4.3.4) (2022-02-21)

### Bug Fixes

* support contentful-management v8 and later ([#1190](#1190)) ([45fdefe](45fdefe))

* chore(deps-dev): bump rollup from 2.67.3 to 2.68.0 (#1193)

* fix: explicitly state 5.0.0 deprecation plan (#1194)

* chore: 4.3.5 [skip ci]

## [4.3.5](v4.3.4...v4.3.5) (2022-02-23)

### Bug Fixes

* explicitly state 5.0.0 deprecation plan ([#1194](#1194)) ([6a73271](6a73271))

* chore(deps-dev): bump fs-extra from 10.0.0 to 10.0.1 (#1195)

* chore(deps-dev): bump mochawesome from 7.0.1 to 7.1.0 (#1197)

* chore(deps-dev): bump eslint-plugin-react from 7.28.0 to 7.29.0 (#1198)

* chore(deps-dev): bump mochawesome-report-generator from 6.0.1 to 6.1.0 (#1199)

* chore(deps-dev): bump typescript from 4.5.5 to 4.6.2 (#1202)

* chore(deps-dev): bump eslint-plugin-react from 7.29.0 to 7.29.2 (#1200)

* chore(deps-dev): bump contentful-management from 8.1.3 to 8.2.0 (#1201)

* chore(deps-dev): bump rollup from 2.68.0 to 2.69.0 (#1203)

* chore(deps-dev): bump eslint-config-prettier from 8.4.0 to 8.5.0 (#1204)

* chore(deps-dev): bump eslint-plugin-react from 7.29.2 to 7.29.3 (#1206)

* chore(deps-dev): bump mochawesome from 7.1.0 to 7.1.1 (#1205)

* chore(deps-dev): bump rollup from 2.69.0 to 2.70.0 (#1207)

* chore(deps-dev): bump lint-staged from 12.3.4 to 12.3.5 (#1210)

* chore(deps-dev): bump mochawesome-report-generator from 6.1.0 to 6.1.1 (#1208)

* chore(deps-dev): bump mochawesome from 7.1.1 to 7.1.2 (#1209)

* chore(deps-dev): bump rollup from 2.70.0 to 2.70.1 (#1211)

* chore(deps-dev): bump eslint-plugin-react from 7.29.3 to 7.29.4 (#1212)

* chore(deps-dev): bump mocha from 9.2.1 to 9.2.2 (#1213)

* chore(deps-dev): bump prettier from 2.5.1 to 2.6.0 (#1216)

* chore(deps-dev): bump lint-staged from 12.3.5 to 12.3.6 (#1218)

* chore(deps-dev): bump lint-staged from 12.3.6 to 12.3.7 (#1219)

* chore(deps-dev): bump contentful-management from 8.2.0 to 8.2.2 (#1217)

* chore(deps-dev): bump @testing-library/dom from 8.11.3 to 8.12.0 (#1225)

* chore(deps): bump minimist from 1.2.5 to 1.2.6 (#1226)

* chore(deps-dev): bump mochawesome from 7.1.2 to 7.1.3 (#1224)

* chore(deps-dev): bump mochawesome-report-generator from 6.1.1 to 6.2.0 (#1223)

* chore(deps-dev): bump typescript from 4.6.2 to 4.6.3 (#1221)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.6.2...v4.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: update pkg-lock.json

Co-authored-by: Manuel Spagnolo <shikaan@users.noreply.github.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andi Pätzold <andreas.paetzold@contentful.com>
Co-authored-by: John Whiles <john.whiles@contentful.com>
Co-authored-by: Lorenz Weiß <34910067+loweisz@users.noreply.github.com>
Co-authored-by: Felix Boenke <FLoppix@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants