Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency monaco-editor to v0.52.2 #348

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 21, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
monaco-editor 0.20.0 -> 0.52.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

microsoft/monaco-editor (monaco-editor)

v0.52.2

Compare Source

Changes:

This list of changes was auto generated.

v0.52.0

Compare Source

  • Comment added inside of IModelContentChangedEvent

v0.51.0

Compare Source

  • New fields IEditorOptions.placeholder and IEditorOptions.compactMode
  • New fields IGotoLocationOptions.multipleTests and IGotoLocationOptions.alternativeTestsCommand
  • New field IInlineEditOptions.backgroundColoring
  • New experimental field IEditorOptions.experimental.useTrueInlineView
  • New options CommentThreadRevealOptions for comments

Contributions to monaco-editor:

v0.50.0

Compare Source

  • New field IEditorMinimapOptions.sectionHeaderLetterSpacing
  • New field IOverlayWidgetPosition.stackOridinal
  • New field EmitOutput.diagnostics
  • New event IOverlayWidget.onDidLayout
  • New events ICodeEditor.onBeginUpdate and ICodeEditor.onEndUpdate
  • HoverVerbosityRequest.action -> HoverVerbosityRequest.verbosityDelta
  • MultiDocumentHighlightProvider.selector changed from LanguageFilter to LanguageSelector
  • New optional parameters in getEmitOutput: emitOnlyDtsFiles and forceDtsEmit

Contributions to monaco-editor:

v0.49.0

Compare Source

  • New proposed editorHoverVerbosityLevel API
  • New proposed newSymbolNamesProvider API

Contributions to monaco-editor:

v0.48.0

Compare Source

Additions
  • Various bug fixes
  • Minimap Section Headers (see config option showRegionSectionHeaders)
  • Diff Editor Gutter Menu (see config option renderGutterMenu)
  • InlineCompletionsProvider.handlePartialAccept has PartialAcceptInfo

Contributions to monaco-editor:

v0.47.0

Compare Source

Additions
  • Bug fixes
  • registerNewSymbolNameProvider
  • Experimental registerInlineEditProvider

v0.46.0

Compare Source

  • Bug fixes

v0.45.0

Compare Source

Breaking Changes
  • wordBasedSuggestions: boolean -> 'off' | 'currentDocument' | 'matchingDocuments' | 'allDocuments'
  • occurrencesHighlight: boolean -> 'off' | 'singleFile' | 'multiFile'
Additions
  • Many bug fixes
  • IEditorScrollbarOptions.ignoreHorizontalScrollbarInContentHeight
  • IDiffEditor.goToDiff
  • IDiffEditor.revealFirstDiff

v0.44.0

Compare Source

  • Removes old diff editor implementation.
  • Custom diff algorithms no longer can be passed via diff editor options, instead a service should be used (see #​3558 for more details).

v0.43.0

Compare Source

v0.41.0

Compare Source

  • IDiffEditor.diffReviewNext was renamed to IDiffEditor.accessibleDiffViewerNext.
  • IDiffEditor.diffReviewPrev was renamed to IDiffEditor.accessibleDiffViewerPrev.
  • Introduces InlineCompletionsProvider.yieldsToGroupIds to allows inline completion providers to yield to other providers.
  • Bugfixes

Contributions to monaco-editor:

v0.40.0

Compare Source

  • Support for Glyph Margin Widgets
  • Removes getDiffLineInformationForOriginal and getDiffLineInformationForModified from IDiffEditor
  • createTrustedTypesPolicy is optional now
  • New option IModelDecorationOptions.shouldFillLineOnLineBreak
  • New option EditorOptions.readOnlyMessage

v0.39.0

Compare Source

  • New method Environment.createTrustedTypesPolicy to override trusted types handling.
  • Bugfixes

Contributions to monaco-editor:

v0.38.0

Compare Source

  • diffAlgorithm values changed: smart -> legacy, experimental -> advanced
  • New registerEditorOpener API
  • New property IViewZone.showInHiddenAreas to show view zones in hidden areas
  • New properties InlineCompletions.suppressSuggestions and InlineCompletions.enableForwardStability
  • Bugfixes

Contributions to monaco-editor:

v0.37.1

Compare Source

  • Fixes Inline Completions feature

v0.37.0

Compare Source

  • New registerLinkOpener API
  • New onLanguageEncountered event for when a language is encountered during tokenization.
  • Updated TypeScript to 5.0
  • New required field canFormatMultipleRanges on DocumentRangeFormattingEditProvider
  • Bugfixes

Contributions to monaco-editor:

v0.36.1

Compare Source

  • Marks unneeded dependencies as dev dependencies.

v0.36.0

Compare Source

  • Maintenance release

v0.35.0

Compare Source

  • Adds sticky scrolling
  • Support for custom diff algorithms
Breaking Changes
  • Renamed the option enableDropIntoEditor to dropIntoEditor
  • Changed IContentWidgetPosition.range: Range to IContentWidgetPosition.secondaryPosition: Position
  • renderFinalNewline config: is now of type 'on' | 'off' | 'dimmed' (was boolean).
  • cursorSmoothCaretAnimation config: is now of type 'off' | 'explicit' | 'on' (was boolean)

Contributions to monaco-editor:

v0.34.1

Compare Source

  • Adds API to register global actions, commands, or keybinding rules

v0.34.0

Compare Source

  • Introduction of IEditor.createDecorationsCollection API
  • New function removeAllMarkers to remove all markers
  • Support for light high contrast theme
  • Introduction of BracketPairColorizationOptions.independentColorPoolPerBracketType
  • Introduction of PositionAffinity.LeftOfInjectedText and PositionAffinity.RightOfInjectedText
  • Introduction of IEditorOptions.showFoldingControls: 'never'
  • Introduction of IDiffEditorBaseOptions.renderMarginRevertIcon: boolean
  • Inline Quick Suggestions
  • Introduction of IContentWidgetPosition.positionAffinity
  • Provider can now be registered for a LanguageSelector
Breaking Changes
  • IEditorInlayHintsOptions tweaks
  • Iteration on InlineCompletion API
  • WorkspaceFileEdit -> IWorkspaceFileEdit
    • oldUri -> oldResource
    • newUri -> newResource
  • WorkspaceTextEdit -> IWorkspaceTextEdit
    • edit -> textEdit (now supports insertAsSnippet)
    • modelVersionId?: number -> versionId: number | undefined
  • InlayHint API tweaks
  • Soft deprecation of ICodeEditor.deltaDecorations, no adoption required. IEditor.createDecorationsCollection API should be used instead.

Contributions to monaco-editor:

v0.33.0

  • The first parameter of all monaco.languages.register*Provider functions has changed to take a DocumentSelector instead of a single languageId
  • The Environment.getWorker function can now return a Promise
Breaking Changes
  • InlayHintKind.Other is removed.
Thank you

Contributions to monaco-editor:

v0.32.1

v0.32.0

Breaking Changes
  • The binary format for IEncodedLineTokens has changed to support strikethrough text.
  • IDiffEditor.getDomNode() has been renamed to IDiffEditor.getContainerDomNode().
  • InlayHint.text has been replaced by InlayHint.label and InlayHintsProvider.provideInlayHints now returns an InlayHintList.
Thank you

Contributions to monaco-editor:

v0.31.1

v0.31.0

Compare Source

Breaking Changes
  • the generated code is now bundled with ESBuild and the generated code makes use of newer browser features, e.g. optional chaining. These features should be available in all browsers, but they might not be parsed correctly by older JS parsers, specifically parcel v1 might have problems parsing the JS.
Thank you

v0.30.1

Compare Source

v0.30.0

Compare Source

  • adds support for rendering horizontal guides between bracket pairs and improves the vertical rendering to account for content in between brackets.
  • adds new hover.above option to control the hover position.
  • adds ICodeEditor.onDidChangeHiddenAreas which is fired when folding/unfolding.
  • to address CVE-2021-42574, the editor now renders Unicode directional formatting characters by default. The special rendering can be turned off using renderControlCharacters. See https://code.visualstudio.com/updates/v1\_62#\_unicode-directional-formatting-characters for an explanation.
Breaking Changes
  • renamed enum members of monaco.KeyCode to align with the names given for browser codes.
  • renamed ITextModel.getModeId() to ITextModel.getLanguageId()
  • renamed IPasteEvent.mode to IPasteEvent.languageId
Thank you

Contributions to monaco-editor-webpack-plugin:

Contributions to monaco-languages:

v0.29.1

Compare Source

Thank you

Contributions to monaco-languages:

v0.29.0

  • adds an ariaContainerElement option for editors
  • adds guides.bracketPairs to enable guides driven by bracket pairs
  • adds maxFileSize to control the maximum file size for which to compute diffs
  • adds CodeActionProvider.resolveCodeAction
Breaking Change
  • consolidated the options renderIndentGuides, highlightActiveIndentGuide to guides
Thank you

Contributions to monaco-editor:

Contributions to monaco-editor-samples:

Contributions to monaco-editor-webpack-plugin:

Contributions to monaco-languages:

Contributions to monaco-typescript:

v0.28.0

Compare Source

monaco.languages.typescript.typescriptDefaults.setInlayHintsOptions({
	includeInlayParameterNameHints: 'all',
	includeInlayParameterNameHintsWhenArgumentMatchesName: true,
	includeInlayFunctionParameterTypeHints: true,
	includeInlayVariableTypeHints: true,
	includeInlayPropertyDeclarationTypeHints: true,
	includeInlayFunctionLikeReturnTypeHints: true,
	includeInlayEnumMemberValueHints: true
});
  • adds support for bracket pair highlighting, which can be enabled by configuring bracketPairColorization.enabled when creating a new editor:
var editor = monaco.editor.create(document.getElementById('container'), {
	model: model,
	language: 'javascript',
	'bracketPairColorization.enabled': true
});
  • registerCodeActionProvider now accepts metadata to specify provided code action kinds (e.g. quickfix, refactor or source).
Thank you

Contributions to monaco-editor:

Contributions to monaco-html:

Contributions to monaco-languages:

Contributions to monaco-typescript:

v0.27.0

Compare Source

  • added property inlineClassName to style injected text
  • added option foldingImportsByDefault
  • added more JSON diagnostic options.
Breaking Change
  • changed seedSearchStringFromSelection from boolean to 'never' | 'always' 'selection'
  • changed suggestion preview mode subwordDiff to subwordSmart, introduced subword
Thank you

Contributions to monaco-editor:

Contributions to monaco-languages:

v0.26.1

Compare Source

v0.26.0

Compare Source

  • added support for injected text. Use IModelDecorationOptions.before/after.
  • added support for inlay hints provider.
Breaking Changes
  • CompletionItemLabel now has the property label, detail and description (instead of name, parameters, qualifier and type).
Thank you

Contributions to monaco-editor:

Contributions to monaco-languages:

Contributions to monaco-typescript:

v0.25.2

Compare Source

v0.25.1

Compare Source

v0.25.0

Compare Source

  • added a new feature inlineSuggest that features a provider api and new settings.
  • added suggest.preview to toggle previewing the selected suggest item.
  • added suggest.showDeprecated
  • CSS/HTML: added support for custom data format
  • HTML: added registerHTMLLanguageService
Breaking changes
  • renamed inlineHints to inlayHints.
Thank you

Contributions to monaco-editor:

Contributions to monaco-languages:

Contributions to monaco-typescript:

v0.24.0

Compare Source

  • added a setting domReadOnly which controls if the <textarea> used for editor input should have the DOM readonly attribute
  • added a setting useShadowDOM which can be set to false to prevent the editor from using shadow DOM in its implementation (e.g. for the contextmenus).
  • added a settings autoClosingDelete that controls how backspace works inside auto-closing pairs.
  • added DiagnosticsOptions.onlyVisible for TypeScript which limits the computation of diagnostics to only visible text models.
  • fixed issue where the editor would not load in Safari 13.
Breaking changes
  • EditorAutoClosingOvertypeStrategy has been renamed to EditorAutoClosingEditStrategy
Thank you

Contributions to monaco-editor:

Contributions to monaco-editor-webpack-plugin:

Contributions to monaco-languages:

Contributions to monaco-typescript:

v0.23.0

Compare Source

Thank you

Contributions to monaco-languages:

Contributions to monaco-typescript:

v0.22.3

Compare Source

Fixes a regression where symbol icons used in suggestions or quick outline were missing colors (see https://github.com/microsoft/monaco-editor/issues/2329).

v0.22.2

Compare Source

Fixes a regression where under certain webpack configurations process.nextTick could be used without explicitly checking for it being defined (see https://github.com/microsoft/monaco-editor/issues/2328).

v0.22.1

Compare Source

Fixes a regression where format commands would no longer work (see https://github.com/microsoft/monaco-editor/issues/2327).

v0.22.0

Compare Source

New & Noteworthy
  • new grammars for Modula-3 and ECL (Enterprise Control Language).
  • added monaco.editor.onDidChangeMarkers to listen for marker changes.
  • added monaco.editor.registerCommand to register global commands.
  • added monaco.languages.setColorMap to allow defining the color map used for tokenization.
  • added IMonarchLanguage.includeLF to allow matching against the \n at the end of each line.
  • new editor option stickyTabStops to make interacting with spaces in indentation behave more like interacting with tabs.
Breaking changes
  • The ESM version of the editor will no longer define a global monaco object. You can define global.MonacoEnvironment = { globalAPI: true } if you want for the editor to define this global object.
  • Renamed OnTypeRenameProvider to LinkedEditingRangeProvider and related methods like the editor option renameOnType (now linkedEditing), registerOnTypeRenameProvider (now registerLinkedEditingRangeProvider), etc.
  • Renamed OnEnterRule.oneLineAboveText to OnEnterRule.previousLineText
Thank you

Contributions to monaco-editor:

Contributions to monaco-languages:

Contributions to monaco-typescript:

Contributions to monaco-css:

v0.21.3

Compare Source

Fixes a regression in suggestions where the browser clipboard API would be accessed by incomplete suggestion lists (see microsoft/vscode@96d6184).

v0.21.2

Compare Source

Fixes a regression in monaco-css.

Breaking changes
  • monaco.uri methods file, from, isUri, joinPath, parse, revive are now static. Changing new monaco.uri.method to monaco.uri.method resolves 'TypeError: monaco.Uri.file is not a constructor at...' errors.

v0.21.1

Compare Source

Fixes a few regressions.

Thank you

Contributions to monaco-html:

Contributions to monaco-languages:

Contributions to monaco-typescript:

v0.21.0

Compare Source

New & Noteworthy
  • Added Paste in the context menu in browsers which support the clipboard API.
  • Many improvements in monaco-typescript: support for "deprecated" tags, API to participate in the web worker, improved lib.d.ts resolving.
  • New tokenization support for: Julia, Scala, Lexon, Terraform HCL, Dart, Systemverilog.
  • New semantic tokens provider sample on the playground.
  • New shadow dom sample
  • New overflowWidgetsDomNode constructor option to pass in a parent for overflowing widgets.
  • New minimap.size option: proportional, fill, fit.
  • New OnTypeRename provider and option renameOnType.
  • Fixed issue where cross-origin web workers were not working on Safari.
  • Fixed many issues around embedding the editor in iframes or in shadow dom.
  • Fixed issue with automaticLayout.
  • Fixed issue with scrolling speed on Firefox.
  • New options: tabIndex, scrollPredominantAxis, columnSelection, `pad

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from d4d8c97 to 41682c0 Compare September 24, 2020 19:08
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.21.0 fix(deps): update dependency monaco-editor to v0.21.1 Sep 24, 2020
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 41682c0 to 26ec618 Compare September 27, 2020 15:02
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.21.1 fix(deps): update dependency monaco-editor to v0.21.2 Sep 27, 2020
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 26ec618 to fee057b Compare January 24, 2021 11:03
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.21.2 fix(deps): update dependency monaco-editor to v0.21.3 Jan 24, 2021
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from fee057b to fda5a9e Compare January 31, 2021 19:01
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.21.3 fix(deps): update dependency monaco-editor to v0.22.1 Jan 31, 2021
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from fda5a9e to f938e4e Compare February 7, 2021 15:14
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.22.1 fix(deps): update dependency monaco-editor to v0.22.3 Feb 7, 2021
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from f938e4e to a14c7d9 Compare April 17, 2021 04:51
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.22.3 fix(deps): update dependency monaco-editor to v0.23.0 Apr 17, 2021
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch 3 times, most recently from 074fa26 to 4d6a209 Compare April 20, 2021 11:26
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 4d6a209 to 9952c25 Compare May 12, 2021 18:23
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.23.0 fix(deps): update dependency monaco-editor to v0.24.0 May 12, 2021
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 9952c25 to fea6a64 Compare June 11, 2021 11:21
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.24.0 fix(deps): update dependency monaco-editor to v0.25.0 Jun 11, 2021
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.25.0 fix(deps): update dependency monaco-editor to v0.25.1 Jun 15, 2021
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch 2 times, most recently from 5d35503 to ccab051 Compare June 17, 2021 21:36
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.25.1 fix(deps): update dependency monaco-editor to v0.25.2 Jun 17, 2021
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from ccab051 to fee1724 Compare July 15, 2021 16:12
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.25.2 fix(deps): update dependency monaco-editor to v0.26.0 Jul 15, 2021
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.26.0 fix(deps): update dependency monaco-editor to v0.26.1 Jul 16, 2021
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from fee1724 to 8de0738 Compare July 16, 2021 09:47
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 8de0738 to aa540ec Compare August 16, 2021 12:05
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.26.1 fix(deps): update dependency monaco-editor to v0.27.0 Aug 16, 2021
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.38.0 fix(deps): update dependency monaco-editor to v0.39.0 Jun 6, 2023
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 3c44a1e to 765c8d7 Compare July 7, 2023 20:26
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.39.0 fix(deps): update dependency monaco-editor to v0.40.0 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 765c8d7 to 957b7ba Compare August 3, 2023 16:25
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.40.0 fix(deps): update dependency monaco-editor to v0.41.0 Aug 3, 2023
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 957b7ba to 968cbc8 Compare September 11, 2023 17:24
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.41.0 fix(deps): update dependency monaco-editor to v0.43.0 Sep 11, 2023
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 968cbc8 to 49aa147 Compare October 6, 2023 19:18
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.43.0 fix(deps): update dependency monaco-editor to v0.44.0 Oct 6, 2023
@renovate
Copy link
Author

renovate bot commented Oct 6, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yogo/dawlets/algolet/package-lock.json
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@dawlet%2fgraphql - Not found
npm ERR! 404 
npm ERR! 404  '@dawlet/graphql@^0.10.0' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'algolet'
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-04-23T12_15_05_835Z-debug.log

@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 49aa147 to b32de49 Compare December 7, 2023 16:37
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.44.0 fix(deps): update dependency monaco-editor to v0.45.0 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from b32de49 to 6420796 Compare February 8, 2024 12:54
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.45.0 fix(deps): update dependency monaco-editor to v0.46.0 Feb 8, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 6420796 to 98d7581 Compare March 8, 2024 17:25
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.46.0 fix(deps): update dependency monaco-editor to v0.47.0 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 98d7581 to 5cdeebd Compare April 23, 2024 12:15
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.47.0 fix(deps): update dependency monaco-editor to v0.48.0 Apr 23, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 5cdeebd to a013879 Compare May 24, 2024 14:47
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.48.0 fix(deps): update dependency monaco-editor to v0.49.0 May 24, 2024
Copy link
Author

renovate bot commented May 24, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yogo/dawlets/algolet/package-lock.json
(node:1132) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@dawlet%2fengine - Not found
npm ERR! 404 
npm ERR! 404  '@dawlet/engine@^0.10.0' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'algolet'
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-12-09T17_29_54_227Z-debug.log

@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from a013879 to 23dd47f Compare June 20, 2024 15:46
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.49.0 fix(deps): update dependency monaco-editor to v0.50.0 Jun 20, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 23dd47f to 85c8df4 Compare August 23, 2024 11:14
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.50.0 fix(deps): update dependency monaco-editor to v0.51.0 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from 85c8df4 to ea7730f Compare September 19, 2024 14:39
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.51.0 fix(deps): update dependency monaco-editor to v0.52.0 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/monaco-editor-0.x branch from ea7730f to e4369c5 Compare December 9, 2024 17:29
@renovate renovate bot changed the title fix(deps): update dependency monaco-editor to v0.52.0 fix(deps): update dependency monaco-editor to v0.52.2 Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant