This repository has been archived by the owner on Apr 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps): bump @docusaurus/core from 2.0.0-alpha.70 to 2.0.0-alpha.71 #171
Merged
dependabot
merged 1 commit into
master
from
dependabot/npm_and_yarn/docusaurus/core-2.0.0-alpha.71
Mar 15, 2021
Merged
build(deps): bump @docusaurus/core from 2.0.0-alpha.70 to 2.0.0-alpha.71 #171
dependabot
merged 1 commit into
master
from
dependabot/npm_and_yarn/docusaurus/core-2.0.0-alpha.71
Mar 15, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Mar 15, 2021
@dependabot squash and merge |
Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) from 2.0.0-alpha.70 to 2.0.0-alpha.71. - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/master/CHANGELOG-2.x.md) - [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-alpha.71/packages/docusaurus) Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/docusaurus/core-2.0.0-alpha.71
branch
from
March 15, 2021 12:54
b4af33a
to
9feb590
Compare
One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass. |
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
dependabot
bot
deleted the
dependabot/npm_and_yarn/docusaurus/core-2.0.0-alpha.71
branch
March 15, 2021 14:03
felipecrs
pushed a commit
that referenced
this pull request
Mar 15, 2021
🎉 This PR is included in version 1.0.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
felipecrs
pushed a commit
that referenced
this pull request
Mar 15, 2021
### [1.1.1](v1.1.0...v1.1.1) (2021-03-15) ### Dependencies * **deps:** bump @docusaurus/core from 2.0.0-alpha.70 to 2.0.0-alpha.71 ([#171](#171)) ([e177546](e177546)) * **deps:** bump @docusaurus/preset-classic ([#172](#172)) ([bd3619e](bd3619e)) * **deps:** bump @oclif/plugin-help from 3.2.1 to 3.2.2 ([#153](#153)) ([322ec7e](322ec7e)) * **deps:** bump tslib from 2.0.3 to 2.1.0 ([#145](#145)) ([8128569](8128569))
🎉 This PR is included in version 1.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
felipecrs
added a commit
that referenced
this pull request
Mar 15, 2021
* feat(charts): add list-images command (#122) * chore(release): 1.1.0 [skip ci] ## [1.1.0](v1.0.5...v1.1.0) (2021-01-12) ### Features * **charts:** add list-images command ([#122](#122)) ([34793d3](34793d3)) * chore(release): 1.1.1 [skip ci] ### [1.1.1](v1.1.0...v1.1.1) (2021-03-15) ### Dependencies * **deps:** bump @docusaurus/core from 2.0.0-alpha.70 to 2.0.0-alpha.71 ([#171](#171)) ([e177546](e177546)) * **deps:** bump @docusaurus/preset-classic ([#172](#172)) ([bd3619e](bd3619e)) * **deps:** bump @oclif/plugin-help from 3.2.1 to 3.2.2 ([#153](#153)) ([322ec7e](322ec7e)) * **deps:** bump tslib from 2.0.3 to 2.1.0 ([#145](#145)) ([8128569](8128569)) * build(deps): upgrade js-yaml and jsonpath-plus * test: add utils and remove unneeded await * refactor(chart:list-images): use execa sync instead of await * chore(release): 1.1.2 [skip ci] ### [1.1.2](v1.1.1...v1.1.2) (2021-03-15) ### Dependencies * **deps:** upgrade js-yaml and jsonpath-plus ([c338afc](c338afc)) ### Code Refactoring * **chart:list-images:** use execa sync instead of await ([c5807a7](c5807a7)) * ci: fix tests with helm Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
felipecrs
pushed a commit
that referenced
this pull request
Mar 15, 2021
## [1.2.0](v1.1.2...v1.2.0) (2021-03-15) ### Features * **charts:** add list-images command ([#174](#174)) ([224625b](224625b)), closes [#122](#122) [#122](#122) [#171](#171) [#172](#172) [#153](#153) [#145](#145) ### Bug Fixes * **chart:list-images:** enhance help function and examples ([75fec80](75fec80))
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps @docusaurus/core from 2.0.0-alpha.70 to 2.0.0-alpha.71.
Release notes
Sourced from
@docusaurus/core's releases
.... (truncated)
Changelog
Sourced from
@docusaurus/core's changelog
.... (truncated)
Commits
3aec8af
v2.0.0-alpha.71e6261af
refactor(v2): remove duplicated lodash dependencies and import only what need...25489b4
fix(v2): align installed core-js version with babel config (#4366)36dc206
perf(v2): improve blog mdx-loader and postcss loader (#4355)96e7fce
feat(v2): add ability to set custom heading id (#4222)6fc6cfe
fix(v2): always extract translations from site/src (#4345)43c53df
chore(v2): bump clean-css to 5.1.1 (#4342)364d4db
fix(v2): fix bad theme pluralization rules for some labels (#4304)f46adff
feat(v2): add --config option to CLI (#4308)1734975
feat(v2): Add Interpolate / interpolate APIs + complete theme translations (#...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 will merge this PR once CI passes on it, as requested by @felipecrs.
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