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

Update canary #834

Merged
merged 92 commits into from Jul 2, 2021
Merged

Update canary #834

merged 92 commits into from Jul 2, 2021

Conversation

loweisz
Copy link
Contributor

@loweisz loweisz commented Jul 2, 2021

Purpose of PR

PR Checklist

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

dependabot-preview bot and others added 30 commits May 18, 2021 07:50
Change stale limit to 2 hours instead of 1 day
To prevent some flaky integration tests failing when reaching the rate limit on visiting the entry, this adds a command to visit entries and when failed with a 429 it waits 1second and revisits the page.
dependabot bot and others added 16 commits June 25, 2021 09:13
Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.24.0 to 7.25.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.24.0...v7.25.1)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [cypress](https://github.com/cypress-io/cypress) from 7.5.0 to 7.6.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](cypress-io/cypress@v7.5.0...v7.6.0)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
It was failing with the asset editor migrated to react-router because the callback was triggered immediately, while being in the previous cy command context, which was failing with "cypress detected that you returned a promise from a command while also invoking one or more cy commands in that promise."
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.27.0 to 4.28.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.1/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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# [3.38.0](v3.37.0...v3.38.0) (2021-06-30)

### Features

* add resolved info to tasks sys ([#822](#822)) ([e0be824](e0be824))
Bumps [rollup](https://github.com/rollup/rollup) from 2.52.3 to 2.52.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.52.3...v2.52.4)

---
updated-dependencies:
- dependency-name: rollup
  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>
Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.25.1 to 7.27.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.25.1...v7.27.0)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: allow injecting host

* chore: logging

* feat: add host to extension config

* refactor: make the tests environment agostic

* chore: rename base

* fix: missing space id

* chore: use fixtures

* chore: set ui version via cookie

* fix: cleanup one further test

* refactor: use plain client

* fix: adjust unit test

* chore: typo

* fix: create entry with environmentId

* chore: remove sys

* chor: no id

* chore: rename baseUrl

* chore: remove user variable data and fix test case
Bumps [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) from 16.2.11 to 16.2.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom)

---
updated-dependencies:
- dependency-name: "@types/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>
# Conflicts:
#	CHANGELOG.md
#	lib/types.ts
#	package-lock.json
#	package.json
#	test/extensions/test-extension/package-lock.json
#	test/integration/tasks/create-new-environment.ts
@loweisz loweisz requested a review from andipaetzold July 2, 2021 10:50
@loweisz loweisz requested a review from a team as a code owner July 2, 2021 10:50
package.json Outdated Show resolved Hide resolved
Copy link
Contributor

@andipaetzold andipaetzold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you pin the dependency?

@loweisz loweisz requested a review from andipaetzold July 2, 2021 11:52
@loweisz loweisz merged commit 0c41793 into canary Jul 2, 2021
@loweisz loweisz deleted the update-canary-2 branch July 2, 2021 12:06
@ghost
Copy link

ghost commented Jul 2, 2021

🎉 This PR is included in version 4.0.0-alpha.21 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants