shiny.blueprint
shiny.blueprint copied to clipboard
fix(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @blueprintjs/core (source) | 5.10.2 -> 5.19.0 |
||||
| @blueprintjs/popover2 (source) | 2.1.4 -> 2.1.31 |
||||
| @blueprintjs/select (source) | 5.1.4 -> 5.3.20 |
||||
| eslint (source) | 8.57.0 -> 8.57.1 |
||||
| eslint-plugin-react | 7.34.1 -> 7.37.5 |
||||
| react (source) | 18.2.0 -> 18.3.1 |
||||
| react-dom (source) | 18.2.0 -> 18.3.1 |
||||
| start-server-and-test | 2.0.3 -> 2.0.12 |
Release Notes
palantir/blueprint (@blueprintjs/core)
v5.19.0
v5.18.0
v5.17.6
v5.17.5
v5.17.4
v5.17.3
v5.17.2
v5.17.1
v5.17.0
v5.16.6
v5.16.5
v5.16.4
v5.16.3
v5.16.2
v5.16.1
v5.16.0
v5.15.0
v5.14.2
v5.14.1
v5.14.0
v5.13.1
v5.13.0
v5.12.0
v5.11.0
v5.10.5
v5.10.4
v5.10.3
palantir/blueprint (@blueprintjs/popover2)
v2.1.31
v2.1.30
v2.1.29
v2.1.28
v2.1.27
v2.1.26
v2.1.25
v2.1.24
v2.1.23
v2.1.22
v2.1.21
v2.1.20
v2.1.19
v2.1.18
v2.1.17
v2.1.16
v2.1.15
v2.1.14
v2.1.13
v2.1.12
v2.1.11
v2.1.10
v2.1.9
v2.1.8
v2.1.7
v2.1.6
v2.1.5
palantir/blueprint (@blueprintjs/select)
v5.3.20
v5.3.19
v5.3.18
v5.3.17
v5.3.16
v5.3.15
v5.3.14
v5.3.13
v5.3.12
v5.3.11
v5.3.10
v5.3.9
v5.3.8
v5.3.7
v5.3.6
v5.3.5
v5.3.4
v5.3.3
v5.3.2
v5.3.1
v5.3.0
v5.2.5
v5.2.4
v5.2.3
v5.2.2
v5.2.1
v5.2.0
v5.1.5
eslint/eslint (eslint)
v8.57.1
Bug Fixes
a19072ffix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta)04c7188fix: Don't lint same file multiple times (#18899) (Francesco Trotta)87ec3c4fix: do not throw when defining a global named__defineSetter__(#18898) (Francesco Trotta)60a1267fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic)a0dea8efix: allownamein global ignores, fix--no-ignorefor non-global (#18875) (Milos Djermanovic)3836bb4fix: do not crash on error infs.walkfilter (#18886) (Milos Djermanovic)2dec349fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)
Documentation
6a5add4docs: v8.x Add EOL banner (#18744) (Amaresh S M)b034575docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)760ef7ddocs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)428b7eadocs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)c68c07fdocs: version selectors synchronization (#18265) (Milos Djermanovic)
Build Related
Chores
140ec45chore: upgrade @eslint/js@8.57.1 (#18913) (Milos Djermanovic)bcdfc04chore: package.json update for @eslint/js release (Jenkins)3f6ce8dchore: pin [email protected] (#18910) (Milos Djermanovic)9f07549chore: ignore/docs/v8.xin link checker (#18660) (Milos Djermanovic)
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.5
Fixed
- [
no-unknown-property]: allow shadow root attrs on<template>(#3912 @ljharb) - [
prop-types]: supportComponentPropsWithReffrom a namespace import (#3651 @corydeppen) - [
jsx-no-constructed-context-values]: detect constructed context values in React 19<Context>usage (#3910 @TildaDares) - [
no-unknown-property]: allowtransform-originonrect(#3914 @ljharb)
Changed
- [Docs] [
button-has-type]: clean up phrasing (#3909 @hamirmahal)
v7.37.4
Fixed
- [
no-unknown-property]: supportonBeforeToggle,popoverTarget,popoverTargetActionattributes (#3865 @acusti) - [types] fix types of flat configs (#3874 @ljharb)
v7.37.3
Fixed
- [
no-danger]: avoid a crash on a nested component name (#3833 @ljharb) - [Fix] types: correct generated type declaration (#3840 @ocavue)
- [
no-unknown-property]: supportprecedenceprop in react 19 (#3829 @acusti) - [
prop-types]: props missing in validation when using generic types from a namespace import (#3859 @rbondoc96)
Changed
- [Tests] [
jsx-no-script-url]: Improve tests (#3849 @radu2147) - [Docs] fix broken links: [
default-props-match-prop-types], [jsx-boolean-value], [jsx-curly-brace-presence], [jsx-no-bind], [no-array-index-key], [no-is-mounted], [no-render-return-value], [require-default-props] (#3841 @bastiendmt)
v7.37.2
Fixed
Changed
v7.37.1
Fixed
Changed
- [readme] Fix shared settings link (#3834 @MgenGlder)
v7.37.0
Added
- add type generation (#3830 @voxpelli)
- [
no-unescaped-entities]: add suggestions (#3831 @StyleShit) - [
forbid-component-props]: addallowedForPatterns/disallowedForPatternsoptions (#3805 @Efimenko) - [
no-unstable-nested-components]: addpropNamePatternto support custom render prop naming conventions (#3826 @danreeves)
Changed
- [readme] flat config example for react 17+ (#3824 @GabenGar)
v7.36.1
Fixed
- [
no-is-mounted]: fix logic in method name check (#3821 @Mathias-S) - [
jsx-no-literals]: Avoid crashing on valueless boolean props (#3823 @reosarevok)
v7.36.0
Added
- [
no-string-refs]: allow this.refs in > 18.3.0 (#3807 @henryqdineen) - [
jsx-no-literals] AddelementOverridesoption and the ability to ignore this rule on specific elements (#3812 @Pearce-Ropion) - [
forward-ref-uses-ref]: add rule for checking ref parameter is added ([#3667][] @NotWoods)
Fixed
- [
function-component-definition], [boolean-prop-naming], [jsx-first-prop-new-line], [jsx-props-no-multi-spaces],propTypes: use type args (#3629 @HenryBrown0) - JSX pragma: fail gracefully (#3632 @ljharb)
- [
jsx-props-no-spreading]: addexplicitSpreadoption to schema (#3799 @ljharb)
Changed
- [Tests] add @typescript-eslint/parser v6 (#3629 @HenryBrown0)
- [Tests] add @typescript-eslint/parser v7 and v8 (#3629 @hampustagerud)
- [Docs] [
no-danger]: update broken link (#3817 @lucasrmendonca) - [types] add jsdoc type annotations (#3731 @y-hsgw)
- [Tests]
button-has-type: add test case with spread (#3731 @y-hsgw)
v7.35.2
Fixed
- [
jsx-curly-brace-presence]: avoid autofixing attributes with double quotes to a double quoted attribute (#3814 @ljharb)
v7.35.1
Fixed
- [
jsx-curly-brace-presence]: do not trigger on strings containing a quote character (#3798 @akulsr0)
v7.35.0
Added
- support eslint v9 (#3759 @mdjermanovic)
- export flat configs from plugin root and fix flat config crash (#3694 @bradzacher @mdjermanovic)
- add [
jsx-props-no-spread-multi] (#3724 @SimonSchick) - [
forbid-component-props]: addpropNamePatternto allow / disallow prop name patterns (#3774 @akulsr0) - [
jsx-handler-names]: support ignoring component names (#3772 @akulsr0) - version settings: Allow react defaultVersion to be configurable (#3771 @onlywei)
- [
jsx-closing-tag-location]: addline-alignedoption (#3777 @kimtaejin3) - [
no-danger]: addcustomComponentNamesoption (#3748 @akulsr0)
Fixed
- [
no-invalid-html-attribute]: substitute placeholders in suggestion messages (#3759 @mdjermanovic) - [
sort-prop-types]: single line type ending without semicolon (#3784 @akulsr0) - [
require-default-props]: report when required props have default value (#3785 @akulsr0)
Changed
- [Refactor]
variableUtil: Avoid creating a single flat variable scope for each lookup (#3782 @DanielRosenwasser)
v7.34.4
Fixed
- [
prop-types]: fixclassNamemissing in prop validation false negative (#3749 @akulsr0) - [
sort-prop-types]: Check for undefined before accessingnode.typeAnnotation.typeAnnotation(#3779 @tylerlaprade)
v7.34.3
Fixed
- [
prop-types]: null-check rootNode before calling getScope (#3762 @crnhrv) - [
boolean-prop-naming]: avoid a crash with a spread prop (#3733 @ljharb) - [
jsx-boolean-value]:assumeUndefinedIsFalsewithnevermust not allow explicittruevalue (#3757 @6uliver) - [
no-object-type-as-default-prop]: enable rule for components with many parameters (#3768 @JulienR1) - [
jsx-key]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks (#3769 @akulsr0)
v7.34.2
Fixed
- [
boolean-prop-naming]: avoid a crash with a non-TSTypeReference type (#3718 @developer-bandi) - [
jsx-no-leaked-render]: invalid report if left eside is boolean (#3746 @akulsr0) - [
jsx-closing-bracket-location]: message shows{{details}}when there are no details (#3759 @mdjermanovic) - [
no-invalid-html-attribute]: ensure error messages are correct (#3759 @mdjermanovic, @ljharb)
Changed
- [Refactor] create various eslint utils to fix eslint deprecations (#3759 @mdjermanovic, @ljharb)
facebook/react (react)
v18.3.1
- Export
actfromreactf1338f
v18.3.0
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
- Allow writing to
this.refsto support string ref codemod 909071 - Warn for deprecated
findDOMNodeoutside StrictMode c3b283 - Warn for deprecated
test-utilsmethods d4ea75 - Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultPropsfor function components #25699 - Warn when spreading
key#25697 - Warn when using
actfromtest-utilsd4ea75
React DOM
bahmutov/start-server-and-test (start-server-and-test)
v2.0.12
v2.0.11
Bug Fixes
v2.0.10
Bug Fixes
v2.0.9
Bug Fixes
v2.0.8
Bug Fixes
- deps: update dependency wait-on to v8.0.1 (fe1c25d)
v2.0.7
Bug Fixes
v2.0.6
Bug Fixes
- deps: update dependency debug to v4.3.7 (78c6f53)
v2.0.5
Bug Fixes
- deps: update dependency debug to v4.3.6 (8ebb70b)
v2.0.4
Bug Fixes
- deps: update dependency debug to v4.3.5 (dd8a2d7)
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 0.00%. Comparing base (
a6244d2) to head (f075fcc). Report is 9 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #89 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 6 6
Lines 135 135
=====================================
Misses 135 135
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.