Open
Conversation
933e229 to
8a7d036
Compare
8a7d036 to
60d3f60
Compare
d100226 to
0029253
Compare
a52b9a2 to
1091cdf
Compare
80dc1cd to
5acbaf3
Compare
23b8aac to
ea52072
Compare
Author
|
4054789 to
4acebfb
Compare
4acebfb to
bf7b227
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
16.0.0→17.0.134.3.1→35.0.116.4.0→17.1.01.13.6→2.0.154.1.0→5.0.116.25.0→17.0.039.0.1→40.0.0Release Notes
prantlf/jsonlint (@prantlf/jsonlint)
v17.0.1Compare Source
Bug Fixes
v17.0.0Compare Source
Features
Refactoring
BREAKING CHANGES
Pretty-printing will not insert a line break between
empty
{}and[]by default. Although this will probably be thedesired output of all users, it might break some use cases, which
dependend on the extra line break. It can be achieved again by setting
the new option
--no-compact-empty-objects(compactEmptyObjects:false).The minimum supported version of Node.js is 22 from now on.
Also, any file path supplied on the command line is considered a glob
pattern. It shouldn't break anything though.
The minimum supported version of Node.js is 18 from now on.
v16.1.0Compare Source
Features
Bug Fixes
ag-grid/ag-grid (ag-grid-community)
v35.0.1Compare Source
v35.0.0Compare Source
sindresorhus/globals (globals)
v17.1.0Compare Source
webpackandrspackglobals (#333)65cae73v17.0.0Compare Source
Breaking
audioWorkletenvironment frombrowser(#320)7bc293eImprovements
ebe1063chromeandfirefox(#321)59ceff8bunBuiltinenvironment (#324)1bc6e3bdenoBuiltinenvironment (#324)1bc6e3bpaintWorkletenvironment (#323)4b78f56sharedWorkerenvironment (#322)4a02a85v16.5.0Compare Source
6d441caea31521evilmartians/lefthook (lefthook)
v2.0.15Compare Source
v2.0.14Compare Source
v2.0.13Compare Source
v2.0.12Compare Source
v2.0.11Compare Source
v2.0.10Compare Source
v2.0.9Compare Source
v2.0.8Compare Source
v2.0.7Compare Source
v2.0.6Compare Source
v2.0.5Compare Source
v2.0.4Compare Source
v2.0.3Compare Source
v2.0.2Compare Source
v2.0.1Compare Source
v2.0.0Compare Source
Breaking changes
excludeoption no longer accepts regexp, only globs.skip_outputoption is dropped, useoutputinstead.lefthook run -hfor details.onlyandskipoptions with- run: '...'values the command executer was changed to Bourne Shell.Commits
jonpyt/prism-code-editor (prism-code-editor)
v5.0.1Compare Source
2da5b4e) (7220858) (7f2e9b5)<DIV>and</div>can be matched together (0cba41c)aria-activedescendantnot always being added to the textarea when opening the autocompletion tooltip (332024c)v5.0.0Compare Source
Breaking changes
Many CSS variable names have been changed (
5e80b80). To migrate, perform a controlled search and replace on your project. The following table shows which names have been changed:--editor__line-number--pce-line-number--editor__bg-highlight--pce-bg-highlight--editor__border-highlight--pce-border-highlight--editor__bg-selection-match--pce-selection-match--editor__bg-scrollbar--pce-scrollbar--editor__bg-fold--pce-bg-fold--editor__bg--pce-bg--bg-guide-indent--pce-guide-indent--widget__bg-input--pce-widget-bg-input--widget__bg-active--pce-widget-bg-active--widget__bg-hover--pce-widget-bg-hover--widget__bg-error--pce-widget-bg-error--widget__bg--pce-widget-bg--widget__border--pce-widget-border--widget__color-active--pce-widget-color-active--widget__color-options--pce-widget-color-options--widget__color--pce-widget-color--widget__focus-ring--pce-widget-focus--widget__error-ring--pce-widget-error--search__bg-find--pce-search-matchdata-lineattribute (5fabaae)next-matchandprev-matchtopce-nextandpce-prev(e5f109b)alwaysShowparameter of theshowInvisibles()extension. UsetokenizeInvisibles()instead to highlight all invisibles (be0510a)globalregex flag now use greedy matching. This means thegreedyflag is no longer needed (b938258)this. This does not apply to listeners added by theeditor.on()method (0b8243f)New features
customCursor()extension. Check the custom cursor guide to see it in action (95f08c3) (328e6e7)getDocumentPosition()utility to calculate the cursor's column, line, and selected character count (459f878)2477f8f)--pce-cursorcan now be used to configure the cursor's color. This variable also doesn't affect the cursor of the inputs inside the search widget (5fabaae)Other changes
editor.extensions.history.clear()is now called automatically after changing the editor's value (940d1ff)7f58e2a)34bc36f) (1bb72e9)Cursor.getPosition()returning the old position when called inside aselectionChangehandler added before thecursorPosition()extension (4154f0b)value="''foo"won't be highlighted as punctuation (bf972ce)596f291) (e194d2c)css-extras(019d65a)colortoken fromstylusgrammar (ab750e1)v4.2.0Compare Source
Changes
9e14dbb)da9bb8e)1227a17)New features
startQuery()andinsertCompletion()methods to theAutoCompleteextension (#49) (db22e78)prism-code-editor/prism/utilsto modify tokens (1a91d26):tokenizeString(): applies a tokenization function to all stringstokenizeInvisibles(): usestokenizeString()to highlight all spaces and tabs as tokens.tokenizeDataUris(): usestokenizeString()to highlight the body of data-uris likedata:image/svg+xml,<svg></svg>.stylelint/stylelint (stylelint)
v17.0.0Compare Source
It contains 14 breaking changes, which we've detailed in the migrating to
17.0.0guide. Additionally, it adds 3 options to the rules and fixes 9 bugs. We've also released compatible versions of our shared config, Visual Studio Code extension, Node.js Rule Tester and Jest preset.outputproperty in the Node.js API returned resolved object (#8878) (@jeddy3).resolveNestedSelectorsoption fromselector-class-pattern(#8931) (@jeddy3).checkContextFunctionalPseudoClassesoption fromselector-max-id(#8913) (@jeddy3).fixmode tostrict(#8889) (@jeddy3).reportto be consistent and predictable in how it handles the provided position arguments (#8217) (@romainmenke).selector-max-*syntax rules for standard CSS nesting and modern functional pseudo-classes (#8913) (@jeddy3).*-specificitysemantic rules for standard CSS nesting (#8913) (@jeddy3).no-duplicate-selectorsandselector-no-qualifying-typefor standard CSS nesting (#8913) (@jeddy3).*-listrules to have consistent behaviour for vendor prefixes and case (#8912) (@jeddy3).*-no-vendor-prefixrules to have consistent behaviour for theirignore*: []secondary options (#8924) (@jeddy3).declaration-property-max-valuesrule to have consistent behaviour for vendor prefixes (#8926) (@jeddy3).except: ["after-block"]tocustom-property-empty-line-before(#8921) (@kovsu).except: ["after-block"]todeclaration-empty-line-before(#8910) (@kovsu).ignoreSelectors: []tono-duplicate-selectors(#8883) (@kovsu).at-rule-descriptor-no-unknownfalse positives for declarations within feature-value-blocks (#8868) (@kovsu).declaration-block-no-redundant-longhand-propertiesfalse negatives for short and long combinations (#8892) (@nathannewyen).media-feature-name-no-unknownfalse positives for namespaced dollar variables and range context queries (#8890) (@kovsu).nesting-selector-no-missing-scoping-rootfalse positives for CSS-in-JS (#8905) (@kovsu).no-invalid-position-declarationfalse negatives for embedded blocks (#8907) (@kovsu).selector-no-qualifying-typefalse negatives for:is/where()(#8940) (@romainmenke).selector-type-no-unknownfalse positives for MathML 4 tags (#8874) (@jeddy3).v16.26.1Compare Source
It fixes numerous false positive bugs, including many in the
declaration-property-value-no-unknownrule for the latest CSS specifications.*-no-unknownfalse positives for latest specs by integrating@csstools/css-syntax-patches-for-csstree(#8850) (@romainmenke).at-rule-no-unknownfalse positives for@function(#8851) (@jeddy3).declaration-property-value-no-unknownfalse positives forattr(),if()and custom functions (#8853) (@jeddy3).function-url-quotesfalse positives when URLs require quoting (#8804) (@taearls).selector-pseudo-element-no-unknownfalse positives for::scroll-button()(#8856) (@Mouvedia).v16.26.0Compare Source
It adds 1 feature and fixes 2 bugs.
customSyntaxwith function export (#8834) (@silverwind).custom-property-no-missing-var-functionfalse positives for style query inif()function (#8813) (@sajdakabir).media-feature-range-notationfalse positives for multiple queries andexcept: exact-value(#8832) (@jeddy3).stylelint/stylelint-config-standard (stylelint-config-standard)
v40.0.0Compare Source
stylelintless than17.0.0from peer dependencies.20.19.0.stylelint-config-recommended@18.0.0.Configuration
📅 Schedule: Branch creation - "every 2 months on the first day of the month" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.