Skip to content

Commit

Permalink
build(deps-dev): bump mocha and @types/mocha (#1163)
Browse files Browse the repository at this point in the history
* chore(config-tests): refactor config tests (#1102)

* chore(config-tests): refactor config tests

* chore(config-tests): adjust tests to pick up .contentfulrc

* fix: use management token as fallback (#1183)

* fix: adjust tests to reflect new desired behavior

* fix: cli picks up managementToken as fallback after cmaToken

* chore: send ci alerts to the slack [SDK-2507] (#1184)

This PR will enable CI alerts to let the team know when the default branch is broken and needs fixing.

Those alerts will be send to the team internal Slack channel.

* chore: change-repo-ownership (#1192)

Auto-generated with @contentful-repo-migration/change-repo-ownership

* build(deps): bump yaml, semantic-release and @commitlint/load (#1194)

Bumps [yaml](https://github.com/eemeli/yaml) to 2.2.2 and updates ancestor dependencies [yaml](https://github.com/eemeli/yaml), [semantic-release](https://github.com/semantic-release/semantic-release) and [@commitlint/load](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/load). These dependencies need to be updated together.


Updates `yaml` from 2.1.3 to 2.2.2
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.1.3...v2.2.2)

Updates `semantic-release` from 19.0.3 to 21.0.1
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v19.0.3...v21.0.1)

Updates `@commitlint/load` from 11.0.0 to 17.5.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/load/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.5.0/@commitlint/load)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: indirect
- dependency-name: semantic-release
  dependency-type: direct:development
- dependency-name: "@commitlint/load"
  dependency-type: indirect
...

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

* build(deps): bump uuid from 8.3.2 to 9.0.0 (#1147)

Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 9.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v8.3.2...v9.0.0)

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

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

* chore: improve test setup [NONE] (#1211)

* chore: bump node to 18 (#1210)

* chore: bump node to 18

* chore: better test env handling

* build(deps-dev): bump mocha and @types/mocha

Bumps [mocha](https://github.com/mochajs/mocha) and [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha). These dependencies needed to be updated together.

Updates `mocha` from 7.2.0 to 10.2.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v7.2.0...v10.2.0)

Updates `@types/mocha` from 9.1.0 to 10.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Janko Marklein <[email protected]>
Co-authored-by: Piotr Ciążyński <[email protected]>
Co-authored-by: Marco Link <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Jun 6, 2023
1 parent 9899beb commit 522a291
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@types/hoek": "^4.1.3",
"@types/joi": "^17.2.3",
"@types/lodash": "^4.14.149",
"@types/mocha": "^9.0.0",
"@types/mocha": "^10.0.1",
"@types/node": "^17.0.14",
"@types/sinon-chai": "^3.2.4",
"chai": "^4.2.0",
Expand Down

0 comments on commit 522a291

Please sign in to comment.