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

chore(deps-dev): bump cypress from 7.5.0 to 7.6.0 #811

Merged
merged 1 commit into from
Jun 25, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2021

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps cypress from 7.5.0 to 7.6.0.

Release notes

Sourced from cypress's releases.

7.6.0

Released 06/23/2021

Features:

  • You can now override the default delay between typing characters for .type() with Cypress.Keyboard.defaults() or via test configuration. Addresses #566.
  • The experience when opening a new project via cypress open has been improved. Addressed in #15826.
    • The scaffolded example files have been updated to include examples tests of the TodoMVC project.
    • You can now easily delete all of the scaffolded example files directly from the Test Runner GUI.
    • There's now a button to create a new spec file when no spec files are found in the project.
    • A new onboarding banner with be present with helpful links for new users and new projects.
  • The incoming request object yielded to request handler functions passed to cy.intercept() (req) now has a req.query property, which is a getter/setter for the query parameters on the request URL. Addresses #16327.
  • You can now pass an ArrayBuffer as a request / response body with cy.intercept(). Addresses #16722

Bugfixes:

  • Cypress no longer hangs intermittently when using webpack 5. Fixes #15447.
  • It is no longer necessary to return the config from the plugins function when using the dev-server:start event for component testing. Fixes #16860.
  • cy.intercept() now correctly sets the response body as a string instead of an ArrayBuffer when it contains multi-byte characters. Fixes #16292.
  • cy.intercept() won't corrupt certain binary responses. Fixes #16722.
  • On Windows, the Cypress executable is now code signed by "Cypress.io, Inc.". This fixes spawn UNKNOWN errors when launching Cypress with code signing required by policy on Windows. Fixes #2543
  • We now warn on EPERM errors when accessing the project directory instead of erroring. Fixes #16933.
  • Cypress now better handles running when browsers with unconventional versions are present on the machine. Fixes #15485.
  • Expanded the types for CyHttpMessages.BaseMessage.headers to support the value being an array of strings. Fixes #16734.

Dependency Updates:

  • Added enquirer dependency. Fixes #16846.
Commits
  • 39542ef release 7.6.0 [skip ci]
  • 157a3b9 chore: add showedOnBoardingModal back to allowed state keys (#17086)
  • 8f6d55a feat: cy.intercept provides req.query. (#16916)
  • 2bfe264 refactor: remove project token, unused since 0.19.0 (#17039)
  • 4c864e3 fix: better handle unconventional browser version (#16990)
  • 8e11b2d chore(server,server-ct): share initPlugins and spec watcher via Server Base c...
  • da3e49b feat: updated scaffolding, new project & user banners, ability to remove scaf...
  • 03ab08d fix: warn on EPERM for project directory just like EACCES (#16934)
  • 56bcbb6 fix(webpack-preprocessor): hanging issues with webpack 5 (#15611)
  • fafc7b0 Merge branch 'master' into develop
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner June 24, 2021 13:01
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 24, 2021
@shikaan shikaan merged commit 7a20fc6 into master Jun 25, 2021
@shikaan shikaan deleted the dependabot/npm_and_yarn/cypress-7.6.0 branch June 25, 2021 07:14
@ghost
Copy link

ghost commented Jun 30, 2021

🎉 This PR is included in version 3.38.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ghost ghost added the released label Jun 30, 2021
kdamball pushed a commit that referenced this pull request Jul 20, 2021
* chore: bump contentful-management from 7.19.1 to 7.20.0 (#718)

* chore: bump @typescript-eslint/eslint-plugin from 4.23.0 to 4.24.0 (#719)

* chore: bump rollup from 2.47.0 to 2.48.0 (#715)

* chore: bump @typescript-eslint/parser from 4.23.0 to 4.24.0 (#720)

* chore: bump contentful-management from 7.20.0 to 7.20.1 (#723)

* test: [] change stale limit to 2 hours (#721)

Change stale limit to 2 hours instead of 1 day

* test: retry visit on integration tests (#724)

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.

* chore: bump contentful-management from 7.20.1 to 7.22.0 (#726)

* chore: bump ts-node from 9.1.1 to 10.0.0 (#729)

* chore: bump eslint-plugin-import from 2.23.2 to 2.23.3 (#731)

* chore: bump dotenv from 9.0.2 to 10.0.0 (#733)

* chore: bump contentful-management from 7.22.0 to 7.22.2 (#728)

* chore: bump rollup from 2.48.0 to 2.49.0 (#727)

* chore: bump eslint from 7.26.0 to 7.27.0 (#730)

* chore: bump jsdom from 16.5.3 to 16.6.0 (#732)

* chore: bump cypress from 7.3.0 to 7.4.0 (#734)

* chore: bump @typescript-eslint/parser from 4.24.0 to 4.25.0 (#735)

* chore: bump eslint-config-standard from 16.0.2 to 16.0.3 (#738)

* chore: bump @types/nanoid from 2.1.0 to 3.0.0 (#736)

* chore: bump @typescript-eslint/eslint-plugin from 4.24.0 to 4.25.0 (#737)

* chore: bump rollup from 2.49.0 to 2.50.0 (#740)

* chore: bump eslint-plugin-promise from 4.3.1 to 5.1.0 (#743)

* chore: bump sinon-chai from 3.6.0 to 3.7.0 (#741)

* chore: bump @types/sinon from 10.0.0 to 10.0.1 (#742)

* chore: bump rollup from 2.50.0 to 2.50.1 (#746)

* chore: bump contentful-management from 7.22.2 to 7.22.4 (#749)

* chore: bump sinon from 10.0.1 to 11.1.1 (#748)

* chore: bump rollup from 2.50.1 to 2.50.2 (#751)

* chore: bump eslint-plugin-react from 7.23.2 to 7.24.0 (#755)

* chore: bump eslint-plugin-import from 2.23.3 to 2.23.4 (#757)

* chore: bump rollup from 2.50.2 to 2.50.5 (#756)

* test: adds integration alias tests (#752)

* chore: bump ws from 7.4.5 to 7.4.6 (#754)

* chore: bump y18n from 3.2.1 to 3.2.2 in /test/extensions/test-extension (#626)

* chore: bump @typescript-eslint/eslint-plugin from 4.25.0 to 4.26.0 (#758)

* chore: bump @typescript-eslint/parser from 4.25.0 to 4.26.0 (#759)

* chore: bump browserslist in /test/extensions/test-extension (#739)

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.6.1 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.6.1...4.16.6)

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

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

* chore: bump hosted-git-info in /test/extensions/test-extension (#690)

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.4 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](npm/hosted-git-info@v2.8.4...v2.8.9)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Manuel Spagnolo <[email protected]>
Co-authored-by: Andi Pätzold <[email protected]>

* chore: bump lodash in /test/extensions/test-extension (#687)

* chore: bump elliptic in /test/extensions/test-extension (#585)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](indutny/elliptic@v6.5.3...v6.5.4)

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

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

* chore: bump typescript from 4.1.5 to 4.3.2 (#747)

* chore: bump typescript from 4.1.5 to 4.3.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.1.5...v4.3.2)

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

* chore: install tslib

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Andi Pätzold <[email protected]>
Co-authored-by: Manuel Spagnolo <[email protected]>

* chore: bump @types/sinon from 10.0.1 to 10.0.2 (#760)

* chore: [] upgrade to GitHub-native Dependabot (#670)

* chore: [] upgrade to GitHub-native Dependabot

* chore: use correct yaml

* chore: remove unwanted file

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Manuel Spagnolo <[email protected]>
Co-authored-by: Manuel Spagnolo <[email protected]>

* chore(deps-dev): bump rollup from 2.50.5 to 2.50.6 (#762)

* chore(deps-dev): bump @testing-library/dom from 7.31.0 to 7.31.2 (#763)

* chore: add tracking for old uie assets (#764)

* chore: add tracking for old uie assets

* chore: lint

* chore: some more lint

* chore(deps-dev): bump eslint from 7.27.0 to 7.28.0 (#768)

Bumps [eslint](https://github.com/eslint/eslint) from 7.27.0 to 7.28.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v7.27.0...v7.28.0)

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

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

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

* chore(deps-dev): bump @typescript-eslint/parser from 4.26.0 to 4.26.1 (#770)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.26.0 to 4.26.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.26.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]>

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

* chore(deps-dev): bump prettier from 2.2.1 to 2.3.1 (#767)

* chore(deps-dev): bump prettier from 2.2.1 to 2.3.1

Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.2.1...2.3.1)

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

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

* chore: [] run lint fix with new prettier version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Whiles <[email protected]>
Co-authored-by: Manuel Spagnolo <[email protected]>

* chore: update CODEOWNERS (#777)

* chore(deps-dev): bump cypress from 7.4.0 to 7.5.0 (#772)

Bumps [cypress](https://github.com/cypress-io/cypress) from 7.4.0 to 7.5.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.4.0...v7.5.0)

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

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

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

* chore(deps): bump trim-newlines from 3.0.0 to 3.0.1 (#773)

Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sindresorhus/trim-newlines/releases)
- [Commits](https://github.com/sindresorhus/trim-newlines/commits)

---
updated-dependencies:
- dependency-name: trim-newlines
  dependency-type: indirect
...

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

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

* chore(deps): bump glob-parent from 5.1.1 to 5.1.2 (#774)

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

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

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

* chore(deps-dev): bump rollup from 2.50.6 to 2.51.1 (#775)

Bumps [rollup](https://github.com/rollup/rollup) from 2.50.6 to 2.51.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.50.6...v2.51.1)

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

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

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

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

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.26.0 to 4.26.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.26.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]>

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

* chore(deps): bump normalize-url from 5.3.0 to 5.3.1 (#778)

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

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

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

* chore(deps): bump ws in /test/extensions/test-extension (#780)

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@5.2.2...5.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

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

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

* chore(deps-dev): bump @types/jsdom from 16.2.10 to 16.2.11 (#779)

Bumps [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) from 16.2.10 to 16.2.11.
- [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] <[email protected]>

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

* feat: add due date as a task field type (#776)

* chore: 3.35.0 [skip ci]

# [3.35.0](v3.34.3...v3.35.0) (2021-06-11)

### Features

* add due date as a task field type ([#776](#776)) ([ed0bf60](ed0bf60))

* chore(deps-dev): bump tslib from 2.2.0 to 2.3.0 (#786)

* chore: remove tracking for old uie assets (#782)

This reverts commit b7a8d26.

* chore(deps-dev): bump contentful-management from 7.22.4 to 7.24.0 (#784)

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.22.4 to 7.24.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.22.4...v7.24.0)

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

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

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

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

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.26.1 to 4.27.0.
- [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.27.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]>

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

* chore(deps-dev): bump rollup from 2.51.1 to 2.52.1 (#796)

* feat: add interface for space.getTeams [HOMER-75] (#789)

* feat: add interface for space.getTeams

* test: add getTeams

* fix: use correct Team type

* chore: 3.36.0 [skip ci]

# [3.36.0](v3.35.0...v3.36.0) (2021-06-17)

### Features

* add interface for space.getTeams [HOMER-75] ([#789](#789)) ([a5b8dac](a5b8dac))

* chore(deps-dev): bump @typescript-eslint/parser from 4.26.1 to 4.27.0 (#791)

* feat: add type parameter to create task input data (#809)

* chore: 3.37.0 [skip ci]

# [3.37.0](v3.36.0...v3.37.0) (2021-06-23)

### Features

* add type parameter to create task input data ([#809](#809)) ([e0fe688](e0fe688))

* chore(deps): bump color-string in /test/extensions/test-extension (#810)

Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.5.5.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/commits/1.5.5)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

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

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

* chore(deps-dev): bump @typescript-eslint/parser from 4.27.0 to 4.28.0 (#805)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.27.0 to 4.28.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.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]>

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

* chore(deps-dev): bump rollup from 2.52.1 to 2.52.2 (#803)

Bumps [rollup](https://github.com/rollup/rollup) from 2.52.1 to 2.52.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.52.1...v2.52.2)

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

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

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

* chore(deps-dev): bump eslint from 7.28.0 to 7.29.0 (#802)

Bumps [eslint](https://github.com/eslint/eslint) from 7.28.0 to 7.29.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v7.28.0...v7.29.0)

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

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

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

* chore(deps-dev): bump typescript from 4.3.2 to 4.3.4 (#800)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.3.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.3.2...v4.3.4)

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

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

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

* chore(deps-dev): bump contentful-management from 7.24.0 to 7.25.1 (#801)

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] <[email protected]>

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

* chore(deps-dev): bump cypress from 7.5.0 to 7.6.0 (#811)

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] <[email protected]>

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

* test: [] check for slide in visibility instead of is clicked variable (#812)

* test: fix openAsset waitForSlideIn test (#817)

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."

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

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] <[email protected]>

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

* chore(deps-dev): bump prettier from 2.3.1 to 2.3.2 (#815)

* chore(deps-dev): bump @typescript-eslint/parser from 4.28.0 to 4.28.1 (#821)

* chore(deps-dev): bump rollup from 2.52.2 to 2.52.3 (#813)

* feat: add resolved info to tasks sys (#822)

* chore: 3.38.0 [skip ci]

# [3.38.0](v3.37.0...v3.38.0) (2021-06-30)

### Features

* add resolved info to tasks sys ([#822](#822)) ([e0be824](e0be824))

* chore(deps-dev): bump rollup from 2.52.3 to 2.52.4 (#826)

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] <[email protected]>

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

* chore(deps-dev): bump contentful-management from 7.25.1 to 7.27.0 (#827)

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] <[email protected]>

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

* chore: allow running integration tests in different environments (#818)

* 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

* chore(deps-dev): bump @types/jsdom from 16.2.11 to 16.2.12 (#814)

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] <[email protected]>

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

* chore(deps-dev): bump typescript from 4.3.4 to 4.3.5 (#830)

* chore(deps-dev): bump rollup from 2.52.4 to 2.52.7 (#832)

* chore(deps-dev): bump rollup from 2.52.7 to 2.52.8 (#846)

* test: throw on cleanup failure (#850)

* chore(deps-dev): bump contentful-management from 7.27.0 to 7.27.1 (#842)

* chore(deps-dev): bump rollup from 2.52.8 to 2.53.0 (#851)

* chore(deps-dev): bump @types/async-retry from 1.4.2 to 1.4.3 (#843)

Bumps [@types/async-retry](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async-retry) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async-retry)

---
updated-dependencies:
- dependency-name: "@types/async-retry"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

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

* chore(deps-dev): bump eslint from 7.29.0 to 7.30.0 (#836)

Bumps [eslint](https://github.com/eslint/eslint) from 7.29.0 to 7.30.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v7.29.0...v7.30.0)

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

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

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

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

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.28.1 to 4.28.2.
- [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.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]>

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

* chore(deps-dev): bump @typescript-eslint/parser from 4.28.1 to 4.28.2 (#838)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.28.1 to 4.28.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.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]>

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

* chore(deps-dev): bump cypress from 7.6.0 to 7.7.0 (#848)

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

Bumps [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) from 16.2.12 to 16.2.13.
- [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] <[email protected]>

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

* chore(deps-dev): bump @types/fs-extra from 9.0.11 to 9.0.12 (#844)

* chore(deps-dev): bump ts-node from 10.0.0 to 10.1.0 (#853)

* chore(deps-dev): bump rollup from 2.53.0 to 2.53.1 (#852)

* chore: ignore teamMemberships in the user object (#857)

* chore(deps-dev): bump @typescript-eslint/parser from 4.28.2 to 4.28.3 (#856)

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

* feat: Add typings and expose metadata methods (#865)

* feat: add typings and expose metadata methods

* chore: fix lint errors

* chore: address review issues

* fix: adjust types

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Manuel Spagnolo <[email protected]>
Co-authored-by: Andi Pätzold <[email protected]>
Co-authored-by: Manuel Spagnolo <[email protected]>
Co-authored-by: John Whiles <[email protected]>
Co-authored-by: ronaldronson <[email protected]>
Co-authored-by: semantic-release-bot <[email protected]>
Co-authored-by: Thomas Kellermeier <[email protected]>
Co-authored-by: Danil Zak <[email protected]>
Co-authored-by: Matthew Hickey <[email protected]>
Co-authored-by: Felix Boenke <[email protected]>
Co-authored-by: Yuri Mazursky <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants