Skip to content

build(deps): bump @docusaurus/module-type-aliases from 2.0.0-alpha.51 to 2.0.0-alpha.72 in /docs#384

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/docs/docusaurus/module-type-aliases-2.0.0-alpha.72
Closed

build(deps): bump @docusaurus/module-type-aliases from 2.0.0-alpha.51 to 2.0.0-alpha.72 in /docs#384
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/docs/docusaurus/module-type-aliases-2.0.0-alpha.72

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2021

Bumps @docusaurus/module-type-aliases from 2.0.0-alpha.51 to 2.0.0-alpha.72.

Release notes

Sourced from @​docusaurus/module-type-aliases's releases.

2.0.0-alpha.72 (2021-03-16)

💥 Breaking Change

Starting with this release for a proper work of i18n functionality, you need to either use Node v14+ or in case of using earlier version of Node.js install full-icu package and set NODE_ICU_DATA environment variable in your npm scripts, for example:

"scripts": {
  "start": "cross-env NODE_ICU_DATA=node_modules/full-icu docusaurus start"
}

🚀 New Feature

🐛 Bug Fix

💅 Polish

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-theme-classic, docusaurus-types, docusaurus-utils-validation, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-common, docusaurus-utils, docusaurus
  • docusaurus-theme-classic
  • docusaurus-module-type-aliases
    • #4387 refactor(v2): add ExecutionEnvironment, BrowserOnly, isInternalUrl to type aliases (@​armano2)
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-utils
    • #4402 refactor(v2): merge linkify function used in blog and docs and align properties (@​armano2)
  • docusaurus-plugin-client-redirects, docusaurus-plugin-content-docs, docusaurus-theme-common, docusaurus-utils-validation, docusaurus
    • #4382 refactor(v2): correct some of type errors reported by eslint (@​armano2)
  • docusaurus-theme-bootstrap, docusaurus-theme-classic, docusaurus-theme-common

... (truncated)

Changelog

Sourced from @​docusaurus/module-type-aliases's changelog.

2.0.0-alpha.72 (2021-03-16)

💥 Breaking Change

Starting with this release for a proper work of i18n functionality, you need to either use Node v14+ or in case of using earlier version of Node.js install full-icu package and set NODE_ICU_DATA environment variable in your npm scripts, for example:

"scripts": {
  "start": "cross-env NODE_ICU_DATA=node_modules/full-icu docusaurus start"
}

🚀 New Feature

🐛 Bug Fix

💅 Polish

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-theme-classic, docusaurus-types, docusaurus-utils-validation, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-common, docusaurus-utils, docusaurus
  • docusaurus-module-type-aliases
    • #4387 refactor(v2): add ExecutionEnvironment, BrowserOnly, isInternalUrl to type aliases (@​armano2)
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-utils
    • #4402 refactor(v2): merge linkify function used in blog and docs and align properties (@​armano2)
  • docusaurus-plugin-client-redirects, docusaurus-plugin-content-docs, docusaurus-theme-common, docusaurus-utils-validation, docusaurus
    • #4382 refactor(v2): correct some of type errors reported by eslint (@​armano2)
  • docusaurus-theme-bootstrap, docusaurus-theme-classic, docusaurus-theme-common

... (truncated)

Commits
  • e7527ad v2.0.0-alpha.72
  • f51f219 refactor(v2): add ExecutionEnvironment, BrowserOnly, isInternalUrl to known t...
  • 986de6b chore(v2): prepare v2.0.0.alpha-71 release (#4376)
  • 1734975 feat(v2): Add Interpolate / interpolate APIs + complete theme translations (#...
  • 0ac34b7 feat(v2): add support for RTL direction (#4140)
  • 0252d01 docs(v2): Add READMEs to v2 packages (#4034)
  • 3fc29f4 chore(v2): prepare v2.0.0.alpha-70 release (#3933)
  • aff6561 feat(v2): Add localeDropdown navbar item type + i18n localeConfigs field (#3916)
  • 3166fab feat(v2): core v2 i18n support + Docusaurus site Crowdin integration (#3325)
  • d25a54f chore(v2): prepare v2.0.0.alpha-69 release (#3808)
  • 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)

@codecov-io
Copy link

Codecov Report

Merging #384 (efeee2b) into master (3497ab0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #384   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          163       163           
  Branches        51        51           
=========================================
  Hits           163       163           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3497ab0...efeee2b. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 19, 2021

Superseded by #412.

@dependabot dependabot bot closed this Apr 19, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/docs/docusaurus/module-type-aliases-2.0.0-alpha.72 branch April 19, 2021 08:01
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 npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant