@docusaurus/core 0.0.0-5502 → 0.0.0-5504

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,7 @@ function createInlineHtmlBanner(baseUrl) {
24
24
  return `
25
25
  <div id="${BannerId}" style="border: thick solid red; background-color: rgb(255, 230, 179); margin: 20px; padding: 20px; font-size: 20px;">
26
26
  <p style="font-weight: bold; font-size: 30px;">Your Docusaurus site did not load properly.</p>
27
- <p>A very common reason is a wrong site <a href="https://docusaurus.io/docs/docusaurus.config.js/#baseurl" style="font-weight: bold;">baseUrl configuration</a>.</p>
27
+ <p>A very common reason is a wrong site <a href="https://docusaurus.io/docs/docusaurus.config.js/#baseUrl" style="font-weight: bold;">baseUrl configuration</a>.</p>
28
28
  <p>Current configured baseUrl = <span style="font-weight: bold; color: red;">${baseUrl}</span> ${baseUrl === '/' ? ' (default value)' : ''}</p>
29
29
  <p>We suggest trying baseUrl = <span id="${SuggestionContainerId}" style="font-weight: bold; color: green;"></span></p>
30
30
  </div>
@@ -7,5 +7,5 @@
7
7
  /// <reference types="@docusaurus/module-type-aliases" />
8
8
  import React from 'react';
9
9
  import type { Props } from '@docusaurus/Link';
10
- declare const _default: React.ForwardRefExoticComponent<Pick<Props, "location" | "children" | "replace" | "slot" | "style" | "title" | "component" | "exact" | "sensitive" | "strict" | "type" | "key" | "id" | "lang" | "dir" | "property" | "rel" | "href" | "isNavLink" | "className" | "to" | "innerRef" | "download" | "hrefLang" | "media" | "ping" | "target" | "referrerPolicy" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "activeClassName" | "activeStyle" | "isActive" | "data-noBrokenLinkCheck" | "autoAddBaseUrl"> & React.RefAttributes<HTMLAnchorElement>>;
10
+ declare const _default: React.ForwardRefExoticComponent<Omit<Props, "ref"> & React.RefAttributes<HTMLAnchorElement>>;
11
11
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@docusaurus/core",
3
3
  "description": "Easy to Maintain Open Source Documentation Websites",
4
- "version": "0.0.0-5502",
4
+ "version": "0.0.0-5504",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -34,22 +34,22 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@babel/core": "^7.20.12",
37
- "@babel/generator": "^7.20.7",
37
+ "@babel/generator": "^7.21.1",
38
38
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
39
- "@babel/plugin-transform-runtime": "^7.19.6",
39
+ "@babel/plugin-transform-runtime": "^7.21.0",
40
40
  "@babel/preset-env": "^7.20.2",
41
41
  "@babel/preset-react": "^7.18.6",
42
- "@babel/preset-typescript": "^7.18.6",
43
- "@babel/runtime": "^7.20.7",
44
- "@babel/runtime-corejs3": "^7.20.7",
45
- "@babel/traverse": "^7.20.12",
46
- "@docusaurus/cssnano-preset": "0.0.0-5502",
47
- "@docusaurus/logger": "0.0.0-5502",
48
- "@docusaurus/mdx-loader": "0.0.0-5502",
42
+ "@babel/preset-typescript": "^7.21.0",
43
+ "@babel/runtime": "^7.21.0",
44
+ "@babel/runtime-corejs3": "^7.21.0",
45
+ "@babel/traverse": "^7.21.2",
46
+ "@docusaurus/cssnano-preset": "0.0.0-5504",
47
+ "@docusaurus/logger": "0.0.0-5504",
48
+ "@docusaurus/mdx-loader": "0.0.0-5504",
49
49
  "@docusaurus/react-loadable": "5.5.2",
50
- "@docusaurus/utils": "0.0.0-5502",
51
- "@docusaurus/utils-common": "0.0.0-5502",
52
- "@docusaurus/utils-validation": "0.0.0-5502",
50
+ "@docusaurus/utils": "0.0.0-5504",
51
+ "@docusaurus/utils-common": "0.0.0-5504",
52
+ "@docusaurus/utils-validation": "0.0.0-5504",
53
53
  "@slorber/static-site-generator-webpack-plugin": "^4.0.7",
54
54
  "@svgr/webpack": "^6.5.1",
55
55
  "autoprefixer": "^10.4.13",
@@ -58,19 +58,19 @@
58
58
  "boxen": "^6.2.1",
59
59
  "chalk": "^4.1.2",
60
60
  "chokidar": "^3.5.3",
61
- "clean-css": "^5.3.1",
61
+ "clean-css": "^5.3.2",
62
62
  "cli-table3": "^0.6.3",
63
63
  "combine-promises": "^1.1.0",
64
64
  "commander": "^5.1.0",
65
65
  "copy-webpack-plugin": "^11.0.0",
66
- "core-js": "^3.27.1",
66
+ "core-js": "^3.29.0",
67
67
  "css-loader": "^6.7.3",
68
68
  "css-minimizer-webpack-plugin": "^4.2.2",
69
- "cssnano": "^5.1.14",
69
+ "cssnano": "^5.1.15",
70
70
  "del": "^6.1.1",
71
71
  "detect-port": "^1.5.1",
72
72
  "escape-html": "^1.0.3",
73
- "eta": "^2.0.0",
73
+ "eta": "^2.0.1",
74
74
  "file-loader": "^6.2.0",
75
75
  "fs-extra": "^11.1.0",
76
76
  "html-minifier-terser": "^7.1.0",
@@ -79,7 +79,7 @@
79
79
  "import-fresh": "^3.3.0",
80
80
  "leven": "^3.1.0",
81
81
  "lodash": "^4.17.21",
82
- "mini-css-extract-plugin": "^2.7.2",
82
+ "mini-css-extract-plugin": "^2.7.3",
83
83
  "postcss": "^8.4.21",
84
84
  "postcss-loader": "^7.0.2",
85
85
  "prompts": "^2.4.2",
@@ -94,22 +94,22 @@
94
94
  "semver": "^7.3.8",
95
95
  "serve-handler": "^6.1.5",
96
96
  "shelljs": "^0.8.5",
97
- "terser-webpack-plugin": "^5.3.6",
98
- "tslib": "^2.4.1",
97
+ "terser-webpack-plugin": "^5.3.7",
98
+ "tslib": "^2.5.0",
99
99
  "update-notifier": "^6.0.2",
100
100
  "url-loader": "^4.1.1",
101
101
  "wait-on": "^7.0.1",
102
- "webpack": "^5.75.0",
103
- "webpack-bundle-analyzer": "^4.7.0",
102
+ "webpack": "^5.76.0",
103
+ "webpack-bundle-analyzer": "^4.8.0",
104
104
  "webpack-dev-server": "^4.11.1",
105
105
  "webpack-merge": "^5.8.0",
106
106
  "webpackbar": "^5.0.2"
107
107
  },
108
108
  "devDependencies": {
109
- "@docusaurus/module-type-aliases": "0.0.0-5502",
110
- "@docusaurus/types": "0.0.0-5502",
109
+ "@docusaurus/module-type-aliases": "0.0.0-5504",
110
+ "@docusaurus/types": "0.0.0-5504",
111
111
  "@types/detect-port": "^1.3.2",
112
- "@types/react-dom": "^18.0.10",
112
+ "@types/react-dom": "^18.0.11",
113
113
  "@types/react-router-config": "^5.0.6",
114
114
  "@types/rtl-detect": "^1.0.0",
115
115
  "@types/serve-handler": "^6.1.1",
@@ -127,5 +127,5 @@
127
127
  "engines": {
128
128
  "node": ">=16.14"
129
129
  },
130
- "gitHead": "bb58b0fd3442b2ce9b251199c6d9982923d102ca"
130
+ "gitHead": "845b09e59ffae7495a109e6d5b05fa778f8c0c58"
131
131
  }