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: Update canary with master #879

Merged
merged 115 commits into from
Jul 23, 2021
Merged

fix: Update canary with master #879

merged 115 commits into from
Jul 23, 2021

Conversation

loweisz
Copy link
Contributor

@loweisz loweisz commented Jul 23, 2021

Keep canary fresh and up to date 🚀

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 21 commits July 9, 2021 13:32
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>
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>
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>
…#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>
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>
* feat: add typings and expose metadata methods

* chore: fix lint errors

* chore: address review issues
# [3.39.0](v3.38.0...v3.39.0) (2021-07-20)

### Features

* Add typings and expose metadata methods ([#865](#865)) ([b0bbaad](b0bbaad))
* chore: remove stale entries before each run and fix envs

* chore: delete stale entries/envs in parallel

* chore: unpublish before deleting entry

* docs: add comment about environment names
# Conflicts:
#	CHANGELOG.md
#	lib/types.ts
#	package-lock.json
#	package.json
#	test/integration/index.ts
#	test/integration/tasks/delete-stale-environments.ts
#	test/unit/delete-stale-environments.spec.ts
@loweisz loweisz requested a review from a team as a code owner July 23, 2021 14:22
@loweisz loweisz merged commit 9c1c84d into canary Jul 23, 2021
@loweisz loweisz deleted the update-canary-with-master branch July 23, 2021 14:25
ghost pushed a commit that referenced this pull request Jul 23, 2021
# [4.0.0-alpha.28](v4.0.0-alpha.27...v4.0.0-alpha.28) (2021-07-23)

### Bug Fixes

* Update canary with master ([#879](#879)) ([9c1c84d](9c1c84d))
@ghost
Copy link

ghost commented Jul 23, 2021

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

The release is available on:

Your semantic-release bot 📦🚀

@ghost ghost added the released on @canary label Jul 23, 2021
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.

9 participants