This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.14.1
->^7.14.4
^7.14.2
->^7.14.4
^3.4.1
->^3.4.2
^18.5.3
->^18.5.6
^14.1.0
->^14.2.1
^10.0.0
->^10.0.2
^2.912.0
->^2.922.0
^5.2.5
->^5.2.6
^2.21.3
->^2.22.1
^7.27.0
->^7.28.0
^16.0.2
->^16.0.3
^2.23.3
->^2.23.4
^7.23.2
->^7.24.0
^0.20.0
->^0.24.0
1.20
->1.21
^13.0.11
->^13.1.0
^20.15.1
->^20.15.3
^8.0.0
->^8.3.0
^4.2.4
->^4.3.2
Release Notes
babel/babel
v7.14.4
Compare Source
👓 Spec Compliance
babel-parser
babel-plugin-transform-typescript
export {}
when necessary to imply ESM (@wbinnssmith)🐛 Bug Fix
babel-plugin-transform-typescript
@babel/eslint-parser
(@devfservant)babel-parser
🏃♀️ Performance
babel-plugin-transform-block-scoping
babel-parser
🔬 Output optimization
babel-plugin-proposal-object-rest-spread
,babel-plugin-transform-block-scoping
,babel-plugin-transform-destructuring
,babel-plugin-transform-react-constant-elements
,babel-preset-env
octokit/plugin-throttling.js
v3.4.2
Compare Source
Bug Fixes
octokit/rest.js
v18.5.6
Compare Source
Bug Fixes
v18.5.5
Compare Source
Bug Fixes
v18.5.4
Compare Source
(that should have been a feature release, sorry)
Features
octokit.rest.repos.getPagesHealthCheck()
codeScanning.listAlertInstances()
,actions.approveWorkflowRun()
apps.createContentAttachmentForRepo()
,reactions.createForRelease()
,repos.compareCommitsWithBasehead()
Deprecations
codeScanning.listAlertsInstances()
Bug Fixes
POST /repos/{owner}/{repo}/deployments
(repos/create-deployment
) does not accept acreated_at
parameterprimer/octicons
v14.2.1
Compare Source
🐛 Bug fix
v14.2.0
Compare Source
🚀 New Features
key-asterisk-16
Save key-asterisk-16.svg primer/octicons#623sort-asc
Sorting asc + desc primer/octicons#619sort-desc
Sorting asc + desc primer/octicons#619🧽 Chores
aws/aws-sdk-js
v2.922.0
Compare Source
v2.921.0
Compare Source
v2.920.0
Compare Source
v2.919.0
Compare Source
v2.918.0
Compare Source
v2.917.0
Compare Source
v2.916.0
Compare Source
v2.915.0
Compare Source
v2.914.0
Compare Source
v2.913.0
Compare Source
webpack-contrib/css-loader
v5.2.6
Compare Source
date-fns/date-fns
v2.22.1
Compare Source
Thanks to Sasha Koss for working on the release.
Fixed
v2.22.0
Compare Source
On this release worked Sasha Koss, Lucas Silva, Lay, jwbth, fturmel, Tan75 and Anastasia Kobzar.
Fixed
Fixed Taiwanese locale to use traditional Chinese and removed unnecessary spaces.
Fixed Russian locale to use correct long formats.
Added
daysToWeeks
hoursToMilliseconds
hoursToMinutes
hoursToSeconds
millisecondsToHours
millisecondsToMinutes
millisecondsToSeconds
minutesToHours
minutesToMilliseconds
minutesToSeconds
monthsToQuarters
monthsToYears
quartersToMonths
quartersToYears
secondsToHours
secondsToMilliseconds
secondsToMinutes
weeksToDays
yearsToMonths
yearsToQuarters
eslint/eslint
v7.28.0
Compare Source
1237705
Upgrade: @eslint/eslintrc to 0.4.2 (#14672) (Milos Djermanovic)123fb86
Docs: Add Feedback Needed triage description (#14670) (Nicholas C. Zakas)c545163
Update: support multiline /eslint-env/ directives (fixes #14652) (#14660) (薛定谔的猫)8d1e75a
Upgrade: glob-parent version in package.json (#14658) (Hamza Najeeb)1f048cb
Fix: no-implicit-coercion false positive withString()
(fixes #14623) (#14641) (Milos Djermanovic)d709abf
Chore: fix comment location in no-unused-vars (#14648) (Milos Djermanovic)e44ce0a
Fix: no-duplicate-imports allow unmergeable (fixes #12758, fixes #12760) (#14238) (Soufiane Boutahlil)bb66a3d
New: addgetPhysicalFilename()
method to rule context (fixes #11989) (#14616) (Nitin Kumar)2e43dac
Docs: fixno-sequences
example (#14643) (Nitin Kumar)958ff4e
Docs: add note for arrow functions in no-seq rule (#14578) (Nitin Kumar)e4f111b
Fix: arrow-body-style crash with object pattern (fixes #14633) (#14635) (Milos Djermanovic)ec28b5a
Chore: upgrade eslint-plugin-eslint-plugin (#14590) (薛定谔的猫)85a2725
Docs: Update README team and sponsors (ESLint Jenkins)standard/eslint-config-standard
v16.0.3
Compare Source
benmosher/eslint-plugin-import
v2.23.4
Compare Source
Fixed
no-import-module-exports
]: Don't crash if packages have no entrypoint ([#2099], thanks [@eps1lon])no-extraneous-dependencies
]: fix package name algorithm ([#2097], thanks [@paztis])yannickcr/eslint-plugin-react
v7.24.0
Compare Source
Added
no-unused-prop-types
]: add ignore option (#2972 @grit96)Fixed
jsx-handler-names
]: properly substitute value into message (#2975 @G-Rath)jsx-uses-vars
]: ignore namespaces (#2985 @remcohaszing)jsx-no-undef
]: ignore namespaces (#2986 @remcohaszing)jsx-child-element-spacing
]: Don't flag whitespace around<br/>
tags (#2989 @pascalpp)Changed
jsx-newline
]: Fix minor spelling error on rule name (#2974 @DennisSkoko)void-dom-elements-no-children
]: improve performancejsx-child-element-spacing
]: fixes sentence which ends abruptly (#2990 @pascalpp)Microsoft/monaco-editor
v0.24.0
Compare Source
domReadOnly
which controls if the<textarea>
used for editor input should have the DOMreadonly
attributeuseShadowDOM
which can be set tofalse
to prevent the editor from using shadow DOM in its implementation (e.g. for the contextmenus).autoClosingDelete
that controls how backspace works inside auto-closing pairs.DiagnosticsOptions.onlyVisible
for TypeScript which limits the computation of diagnostics to only visible text models.Breaking changes
EditorAutoClosingOvertypeStrategy
has been renamed toEditorAutoClosingEditStrategy
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
autoDetectHighContrast
.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 microsoft/monaco-editor#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 microsoft/monaco-editor#2328).v0.22.1
Compare Source
Fixes a regression where format commands would no longer work (see microsoft/monaco-editor#2327).
v0.22.0
Compare Source
New & Noteworthy
monaco.editor.onDidChangeMarkers
to listen for marker changes.monaco.editor.registerCommand
to register global commands.monaco.languages.setColorMap
to allow defining the color map used for tokenization.IMonarchLanguage.includeLF
to allow matching against the\n
at the end of each line.stickyTabStops
to make interacting with spaces in indentation behave more like interacting with tabs.Breaking changes
monaco
object. You can defineglobal.MonacoEnvironment = { globalAPI: true }
if you want for the editor to define this global object.OnTypeRenameProvider
toLinkedEditingRangeProvider
and related methods like the editor optionrenameOnType
(nowlinkedEditing
),registerOnTypeRenameProvider
(nowregisterLinkedEditingRangeProvider
), etc.OnEnterRule.oneLineAboveText
toOnEnterRule.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
methodsfile, from, isUri, joinPath, parse, revive
are now static. Changingnew monaco.uri.method
tomonaco.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
Paste
in the context menu in browsers which support the clipboard API.monaco-typescript
: support for "deprecated" tags, API to participate in the web worker, improved lib.d.ts resolving.overflowWidgetsDomNode
constructor option to pass in a parent for overflowing widgets.minimap.size
option:proportional
,fill
,fit
.OnTypeRename
provider and optionrenameOnType
.automaticLayout
.tabIndex
,scrollPredominantAxis
,columnSelection
,padding
,unfoldOnClickAfterEndOfLine
,renderLineHighlightOnlyWhenFocus
,definitionLinkOpensInPeek
,showDeprecated
,comments.ignoreEmptyLines
,find.cursorMoveOnType
,find.loop
.originalCodeLens
,modifiedCodeLens
.rulers
can now define different colors,renderWhitespace
can now betrailing
.Breaking changes
CompletionItemLabel.signature
has been renamed toCompletionItemLabel.parameters
.CompletionItemProvider.resolveCompletionItem
has changed.IMarker.code.link
was renamed toIMarker.code.target
.IMarkerData.code.link
was renamed toIMarkerData.code.target
.EditorLayoutInfo
has been restructured.Thank you
Contributions to
monaco-editor
:Contributions to
monaco-typescript
:Contributions to
monaco-json
:Contributions to
monaco-languages
:nock/nock
v13.1.0
Compare Source
Features
balena-io-modules/rendition
v20.15.3
Compare Source
(2021-05-27)
v20.15.2
Compare Source
(2021-05-27)
Microsoft/TypeScript
v4.3.2
Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Configuration
📅 Schedule: "every weekend" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.