etclabscore / expedition

🧭 A block explorer for the Ethereum stack.
https://expedition.dev/
Apache License 2.0
65 stars 121 forks source link

chore(deps): bump @monaco-editor/react from 2.6.1 to 4.0.1 #487

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @monaco-editor/react from 2.6.1 to 4.0.1.

Release notes

Sourced from @monaco-editor/react's releases.

v4.0.1

  • Editor: dispose the current model if the Editor component is unmounted

v4.0.0

  • package.json: update dependency (@monaco-editor/loader) version to - v1.0.0
  • hooks: create useMonaco hook
  • lib: export (named) useMonaco from the entry file
  • monaco: rename the main utility: monaco -> loader
  • Editor/Diff: rename editorDidMount to onMount
  • Editor/Diff: expose monaco instance from onMount as a second argument (first is the editor instance)
  • Editor/Diff: add beforeMount prop: function with a single argument -> monaco instance
  • Editor: add defaultModelPath prop, use it as a default model path
  • Editor: add defaultValue prop and use it during default model creation
  • Editor: add subscription (onChange prop) to listen default model content change
  • Editor: remove _isControlledMode prop
  • Diff: add originalModelPath and modifiedModelPath props, use them as model paths for original/modified models
  • ControlledEditor: remove; the Editor component, now, handles both controlled and uncontrolled modes
  • package.json: move prop-types to dependencies
  • types: fix types according to changed
  • Editor: add onValidate prop: an event emitted when the length of the model markers of the current model isn't 0

v3.8.3

  • README: fix DiffEditor options prop type name
  • types: rename index.d.ts to types.d.ts

v3.8.2

  • package.json: add @monaco-editor/loader as a dependency
  • Editor/Diff Editor components: use @monaco-editor/loader instead of monaco utility
  • utilities: remove utilities that were being replaced by the @monaco-editor/loader
  • utilities: collect remaining utilities all in the entry file / add some new ones for the next version
  • config: remove config as it's already replaced by the @monaco-editor/loader
  • hooks: create usePrevious hook
  • cs: coding style fixes
  • build: use Rollup as a build system; now, we have bundles for cjs/es/umd

v3.7.5

  • utilities (monaco): fix state-local import

v3.7.4

  • Editor/Diff Editor components: fix componentDidMount call order
  • src: (minor) some corrections according to coding style

v3.7.3

  • Editor component: set forceMoveMarkers true in executeEdits

v3.7.2

  • package: add react/react-dom 17 version as a peer dependency

v3.7.1

-editor: fix - remove unnecessary value set before language update

... (truncated)

Changelog

Sourced from @monaco-editor/react's changelog.

4.0.1

Jan 18, 2021
  • Editor: dispose the current model if the Editor component is unmounted

4.0.0

Jan 16, 2021
  • package.json: update dependency (@monaco-editor/loader) version to - v1.0.0
  • hooks: create useMonaco hook
  • lib: export (named) useMonaco from the entry file
  • monaco: rename the main utility: monaco -> loader
  • Editor/Diff: rename editorDidMount to onMount
  • Editor/Diff: expose monaco instance from onMount as a second argument (first is the editor instance)
  • Editor/Diff: add beforeMount prop: function with a single argument -> monaco instance
  • Editor: add defaultModelPath prop, use it as a default model path
  • Editor: add defaultValue prop and use it during default model creation
  • Editor: add subscription (onChange prop) to listen default model content change
  • Editor: remove _isControlledMode prop
  • Diff: add originalModelPath and modifiedModelPath props, use them as model paths for original/modified models
  • ControlledEditor: remove; the Editor component, now, handles both controlled and uncontrolled modes
  • package.json: move prop-types to dependencies
  • types: fix types according to changed
  • Editor: add onValidate prop: an event emitted when the length of the model markers of the current model isn't 0

3.8.3

Jan 8, 2021
  • README: fix DiffEditor options prop type name
  • types: rename index.d.ts to types.d.ts

3.8.2

Jan 7, 2021
  • package.json: add @monaco-editor/loader as a dependency
  • Editor/Diff Editor components: use @monaco-editor/loader instead of monaco utility
  • utilities: remove utilities that were being replaced by the @monaco-editor/loader
  • utilities: collect remaining utilities all in the entry file / add some new ones for the next version
  • config: remove config as it's already replaced by the @monaco-editor/loader
  • hooks: create usePrevious hook
  • cs: coding style fixes
  • build: use Rollup as a build system; now, we have bundles for cjs/es/umd

3.7.5

Jan 3, 2021
  • utilities (monaco): fix state-local import

3.7.4

Dec 16, 2020

... (truncated)

Commits


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](https://app.dependabot.com): - 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[bot] commented 3 years ago

Superseded by #488.