Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Conversation

@dependabot-preview
Copy link

Bumps @docusaurus/core from 2.0.0-alpha.50 to 2.0.0-alpha.72.

Release notes

Sourced from @docusaurus/core'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

  • docusaurus-theme-classic
    • #4429 chore(v2): upgrade Infima to v0.2.0-alpha.21 (@lex111)
    • #4428 fix(v2): allow using pre tag in Markdown directly (@lex111)
    • #4381 fix(v2): specify proper TS path in classic theme (@lex111)
    • #4383 fix(v2): set theme color mode for SSR (@lex111)
  • docusaurus-plugin-pwa
  • docusaurus
    • #4407 fix(v2): broken link checker should not report false positives when using encoded chars (@Harvtronix)
  • Other
    • #4410 fix(v1): Fix v1 site deployment with Crowdin again... (@slorber)
    • #4396 fix(v1): Temp fix v1 site deployment: fail-safe on Crowdin upload translations error (@slorber)
    • #4395 fix(v1): fix v1 site deploy issues (@slorber)

💅 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
    • #4427 refactor(v2): Updated theme label translations for Traditional Chinese (@Rhodanthe1116)
  • 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/core'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

  • docusaurus-init
  • docusaurus-theme-classic

🐛 Bug Fix

  • docusaurus-theme-classic
    • #4429 chore(v2): upgrade Infima to v0.2.0-alpha.21 (@lex111)
    • #4428 fix(v2): allow using pre tag in Markdown directly (@lex111)
    • #4381 fix(v2): specify proper TS path in classic theme (@lex111)
    • #4383 fix(v2): set theme color mode for SSR (@lex111)
  • docusaurus-plugin-pwa
  • docusaurus
    • #4407 fix(v2): broken link checker should not report false positives when using encoded chars (@Harvtronix)
  • Other
    • #4410 fix(v1): Fix v1 site deployment with Crowdin again... (@slorber)
    • #4396 fix(v1): Temp fix v1 site deployment: fail-safe on Crowdin upload translations error (@slorber)
    • #4395 fix(v1): fix v1 site deploy issues (@slorber)

💅 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
  • abae86f refactor(v2): use correct plugin types (#4418)
  • 1078341 refactor(v2): i18n cleanups / refactors (#4405)
  • 735b3b3 fix(v2): broken link checker should not report false positives when using enc...
  • bfe52cd refactor(v2): correct some of type errors reported by eslint (#4382)
  • 986de6b chore(v2): prepare v2.0.0.alpha-71 release (#4376)
  • e6261af 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)
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 22, 2021
@dependabot-preview
Copy link
Author

Superseded by #57.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/docusaurus/core-2.0.0-alpha.72 branch April 26, 2021 09:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

0 participants