build(deps): bump json5, @docusaurus/core and @docusaurus/preset-classic
Bumps json5 to 2.2.3 and updates ancestor dependencies json5, @docusaurus/core and @docusaurus/preset-classic. These dependencies need to be updated together.
Updates json5 from 1.0.1 to 2.2.3
Release notes
Sourced from json5's releases.
v2.2.3
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2
- Fix: Properties with the name
__proto__are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. (#236, #244)v2.1.3 [code, diff]
v2.1.2
- Fix: Bump
minimisttov1.2.5. (#222)v2.1.1
- New:
package.jsonandpackage.json5include amoduleproperty so bundlers like webpack, rollup and parcel can take advantage of the ES Module build. (#208)- Fix:
stringifyoutputs\0as\\x00when followed by a digit. (#210)- Fix: Spelling mistakes have been fixed. (#196)
v2.1.0
- New: The
index.mjsandindex.min.mjsbrowser builds in thedistdirectory support ES6 modules. (#187)v2.0.1
- Fix: The browser builds in the
distdirectory support ES5. (#182)v2.0.0
Major: JSON5 officially supports Node.js v6 and later. Support for Node.js v4 has been dropped. Since Node.js v6 supports ES5 features, the code has been rewritten in native ES5, and the dependence on Babel has been eliminated.
New: Support for Unicode 10 has been added.
New: The test framework has been migrated from Mocha to Tap.
New: The browser build at
dist/index.jsis no longer minified by default. A minified version is available atdist/index.min.js. (#181)Fix: The warning has been made clearer when line and paragraph separators are
... (truncated)
Changelog
Sourced from json5's changelog.
v2.2.3 [code, diff]
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2 [code, diff]
- Fix: Properties with the name
__proto__are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1 [code, diff]
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0 [code, diff]
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. (#236, #244)v2.1.3 [code, diff]
v2.1.2 [code, diff]
- Fix: Bump
minimisttov1.2.5. (#222)v2.1.1 [code, [diff][d2.1.1]]
... (truncated)
Commits
c3a75242.2.394fd06ddocs: update CHANGELOG for v2.2.33b8cebfdocs(security): use GitHub security advisoriesf0fd9e1docs: publish a security policy6a91a05docs(template): bug -> bug report14f8cb12.2.210cc7cadocs: update CHANGELOG for v2.2.27774c10fix: add proto to objects and arraysedde30aReadme: slight tweak to intro97286f8Improve example in readme- Additional commits viewable in compare view
Updates @docusaurus/core from 2.0.0-alpha.69 to 2.2.0
Release notes
Sourced from @docusaurus/core's releases.
2.2.0 (2022-10-29)
- Blog post
- Tweet
:rocket: New Feature
docusaurus-plugin-client-redirects
- #8227 feat(plugin-client-redirects): keep the query string + hash (
@Xabilahu)docusaurusdocusaurus-mdx-loader,docusaurus-plugin-content-blog,docusaurus-plugin-content-docs,docusaurus-plugin-content-pages,docusaurus-theme-classic,docusaurus-theme-mermaid,docusaurus-types,docusaurusdocusaurus-types,docusaurus
- #8151 feat(core): siteConfig.headTags API to render extra tags in document head (
@johnnyreilly):bug: Bug Fix
docusaurus-plugin-ideal-imagedocusaurus-theme-common
- #8246 fix(mdx-loader): properly unwrap mdxAdmonitionTitle placeholder (
@Josh-Cena)docusaurus-plugin-content-docs
- #8234 fix(plugin-content-docs): fix error message context (error cause) when doc processing fails (
@shanpriyan)docusaurus-theme-classic,docusaurus-theme-translations
- #8207 fix(theme-classic): hamburger menu control navigation by keyboard (
@jeferson-sb)docusaurus-theme-classic,docusaurus-theme-commondocusaurusdocusaurus-theme-classic
- #8174 fix(theme): announce theme switches (
@mturoci)- #8190 fix(theme): add more tag names to inline code element set (
@Josh-Cena)- #8163 fix(theme): mobile navbar & skipToContent should cover announcementBar (
@adnanhashmi09)- #8068 fix(theme): preserve line breaks when copying code with showLineNumbers in Firefox (
@LittleboyHarry)docusaurus-utils
- #8137 fix(utils): remove non-ASCII limitation for path normalization (
@birjj)- #8158 fix(content-blog): make RSS feed generation work with slugs with .html extension (
@Pranav2612000)docusaurus-theme-translations
- #8105 fix(theme-translations): complete turkish theme default translations (
@ramazansancar)- #8087 fix(theme-translations): remove extra vi translations (
@namnguyenthanhwork)docusaurus-plugin-client-redirects
- #8067 fix(redirect): tolerate trailing slash difference if config is undefined (
@Josh-Cena):nail_care: Polish
docusaurus-theme-translations
- #8253 chore(theme-translations): complete ru translations (
@lex111)- #8243 chore(theme-translations): complete French translations (
@forresst)
... (truncated)
Changelog
Sourced from @docusaurus/core's changelog.
2.2.0 (2022-10-29)
:rocket: New Feature
docusaurus-plugin-client-redirects
- #8227 feat(plugin-client-redirects): keep the query string + hash (
@Xabilahu)docusaurusdocusaurus-mdx-loader,docusaurus-plugin-content-blog,docusaurus-plugin-content-docs,docusaurus-plugin-content-pages,docusaurus-theme-classic,docusaurus-theme-mermaid,docusaurus-types,docusaurusdocusaurus-types,docusaurus
- #8151 feat(core): siteConfig.headTags API to render extra tags in document head (
@johnnyreilly):bug: Bug Fix
docusaurus-plugin-ideal-imagedocusaurus-theme-common
- #8246 fix(mdx-loader): properly unwrap mdxAdmonitionTitle placeholder (
@Josh-Cena)docusaurus-plugin-content-docs
- #8234 fix(plugin-content-docs): fix error message context (error cause) when doc processing fails (
@shanpriyan)docusaurus-theme-classic,docusaurus-theme-translations
- #8207 fix(theme-classic): hamburger menu control navigation by keyboard (
@jeferson-sb)docusaurus-theme-classic,docusaurus-theme-commondocusaurusdocusaurus-theme-classic
- #8174 fix(theme): announce theme switches (
@mturoci)- #8190 fix(theme): add more tag names to inline code element set (
@Josh-Cena)- #8163 fix(theme): mobile navbar & skipToContent should cover announcementBar (
@adnanhashmi09)- #8068 fix(theme): preserve line breaks when copying code with showLineNumbers in Firefox (
@LittleboyHarry)docusaurus-utils
- #8137 fix(utils): remove non-ASCII limitation for path normalization (
@birjj)- #8158 fix(content-blog): make RSS feed generation work with slugs with .html extension (
@Pranav2612000)docusaurus-theme-translations
- #8105 fix(theme-translations): complete turkish theme default translations (
@ramazansancar)- #8087 fix(theme-translations): remove extra vi translations (
@namnguyenthanhwork)docusaurus-plugin-client-redirects
- #8067 fix(redirect): tolerate trailing slash difference if config is undefined (
@Josh-Cena):nail_care: Polish
docusaurus-theme-translationsdocusaurus
... (truncated)
Commits
a308fb7v2.2.0828d711chore: fix tree-node-cli license (#8248)7dd225afeat(core): add --config param to swizzle command (#8210)433f08bfeat: support mermaid code blocks in Markdown (#7490)a990a5efix(core): throw error for invalid URL in config file (#8192)38e65f4feat(core): siteConfig.headTags API to render extra tags in document head (#8...da01da1fix(core): throw error for invalid URL in config file (#8159)9063488feat(core): prefetch on mobile touchstart (#8109)c7301f5fix(core): normalize slashes for url/baseUrl instead of throwing (#8066)7743aa6chore: release Docusaurus v2.1.0 (#8040)- Additional commits viewable in compare view
Updates @docusaurus/preset-classic from 2.0.0-alpha.69 to 2.2.0
Release notes
Sourced from @docusaurus/preset-classic's releases.
2.2.0 (2022-10-29)
- Blog post
- Tweet
:rocket: New Feature
docusaurus-plugin-client-redirects
- #8227 feat(plugin-client-redirects): keep the query string + hash (
@Xabilahu)docusaurusdocusaurus-mdx-loader,docusaurus-plugin-content-blog,docusaurus-plugin-content-docs,docusaurus-plugin-content-pages,docusaurus-theme-classic,docusaurus-theme-mermaid,docusaurus-types,docusaurusdocusaurus-types,docusaurus
- #8151 feat(core): siteConfig.headTags API to render extra tags in document head (
@johnnyreilly):bug: Bug Fix
docusaurus-plugin-ideal-imagedocusaurus-theme-common
- #8246 fix(mdx-loader): properly unwrap mdxAdmonitionTitle placeholder (
@Josh-Cena)docusaurus-plugin-content-docs
- #8234 fix(plugin-content-docs): fix error message context (error cause) when doc processing fails (
@shanpriyan)docusaurus-theme-classic,docusaurus-theme-translations
- #8207 fix(theme-classic): hamburger menu control navigation by keyboard (
@jeferson-sb)docusaurus-theme-classic,docusaurus-theme-commondocusaurusdocusaurus-theme-classic
- #8174 fix(theme): announce theme switches (
@mturoci)- #8190 fix(theme): add more tag names to inline code element set (
@Josh-Cena)- #8163 fix(theme): mobile navbar & skipToContent should cover announcementBar (
@adnanhashmi09)- #8068 fix(theme): preserve line breaks when copying code with showLineNumbers in Firefox (
@LittleboyHarry)docusaurus-utils
- #8137 fix(utils): remove non-ASCII limitation for path normalization (
@birjj)- #8158 fix(content-blog): make RSS feed generation work with slugs with .html extension (
@Pranav2612000)docusaurus-theme-translations
- #8105 fix(theme-translations): complete turkish theme default translations (
@ramazansancar)- #8087 fix(theme-translations): remove extra vi translations (
@namnguyenthanhwork)docusaurus-plugin-client-redirects
- #8067 fix(redirect): tolerate trailing slash difference if config is undefined (
@Josh-Cena):nail_care: Polish
docusaurus-theme-translations
- #8253 chore(theme-translations): complete ru translations (
@lex111)- #8243 chore(theme-translations): complete French translations (
@forresst)
... (truncated)
Changelog
Sourced from @docusaurus/preset-classic's changelog.
2.2.0 (2022-10-29)
:rocket: New Feature
docusaurus-plugin-client-redirects
- #8227 feat(plugin-client-redirects): keep the query string + hash (
@Xabilahu)docusaurusdocusaurus-mdx-loader,docusaurus-plugin-content-blog,docusaurus-plugin-content-docs,docusaurus-plugin-content-pages,docusaurus-theme-classic,docusaurus-theme-mermaid,docusaurus-types,docusaurusdocusaurus-types,docusaurus
- #8151 feat(core): siteConfig.headTags API to render extra tags in document head (
@johnnyreilly):bug: Bug Fix
docusaurus-plugin-ideal-imagedocusaurus-theme-common
- #8246 fix(mdx-loader): properly unwrap mdxAdmonitionTitle placeholder (
@Josh-Cena)docusaurus-plugin-content-docs
- #8234 fix(plugin-content-docs): fix error message context (error cause) when doc processing fails (
@shanpriyan)docusaurus-theme-classic,docusaurus-theme-translations
- #8207 fix(theme-classic): hamburger menu control navigation by keyboard (
@jeferson-sb)docusaurus-theme-classic,docusaurus-theme-commondocusaurusdocusaurus-theme-classic
- #8174 fix(theme): announce theme switches (
@mturoci)- #8190 fix(theme): add more tag names to inline code element set (
@Josh-Cena)- #8163 fix(theme): mobile navbar & skipToContent should cover announcementBar (
@adnanhashmi09)- #8068 fix(theme): preserve line breaks when copying code with showLineNumbers in Firefox (
@LittleboyHarry)docusaurus-utils
- #8137 fix(utils): remove non-ASCII limitation for path normalization (
@birjj)- #8158 fix(content-blog): make RSS feed generation work with slugs with .html extension (
@Pranav2612000)docusaurus-theme-translations
- #8105 fix(theme-translations): complete turkish theme default translations (
@ramazansancar)- #8087 fix(theme-translations): remove extra vi translations (
@namnguyenthanhwork)docusaurus-plugin-client-redirects
- #8067 fix(redirect): tolerate trailing slash difference if config is undefined (
@Josh-Cena):nail_care: Polish
docusaurus-theme-translationsdocusaurus
... (truncated)
Commits
a308fb7v2.2.07743aa6chore: release Docusaurus v2.1.0 (#8040)26d2b9achore: backport retro compatible commits for the Docusaurus v2.1 release (#8033)bb65b5cchore: release v2.0.1 (#7919)d255389chore: prepare v2.0.0-rc.1 release (#7778)f0f97f2chore: prepare v2.0.0-beta.22 release (#7741)b4d93b9chore: upgrade to TS 4.7, compile with NodeNext (#7586)8b1acb5fix: make type-checking pass in Yarn PnP (#7521)613d938chore: prepare v2.0.0-beta.21 release (#7513)47a2ccachore: require Node 16.14 (#7501)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.