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

chore(deps): update all non-major dependencies #5245

Merged
merged 1 commit into from
Nov 9, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node ^16.11.6 -> ^16.11.7 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.3.0 -> ^5.3.1 age adoption passing confidence
@typescript-eslint/parser ^5.3.0 -> ^5.3.1 age adoption passing confidence
react-refresh (source) ^0.10.0 -> ^0.11.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint

v5.3.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

facebook/react

v0.11.0

Compare Source

React Core
Breaking Changes
  • getDefaultProps() is now called once per class and shared across all instances
  • MyComponent() now returns a descriptor, not an instance
  • React.isValidComponent and React.PropTypes.component validate descriptors, not component instances
  • Custom propType validators should return an Error instead of logging directly
New Features
  • Rendering to null
  • Keyboard events include normalized e.key and e.getModifierState() properties
  • New normalized onBeforeInput event
  • React.Children.count has been added as a helper for counting the number of children
Bug Fixes
  • Re-renders are batched in more cases
  • Events: e.view properly normalized
  • Added Support for more HTML attributes (coords, crossOrigin, download, hrefLang, mediaGroup, muted, scrolling, shape, srcSet, start, useMap)
  • Improved SVG support
    • Changing className on a mounted SVG component now works correctly
    • Added support for elements mask and tspan
    • Added support for attributes dx, dy, fillOpacity, fontFamily, fontSize, markerEnd, markerMid, markerStart, opacity, patternContentUnits, patternUnits, preserveAspectRatio, strokeDasharray, strokeOpacity
  • CSS property names with vendor prefixes (Webkit, ms, Moz, O) are now handled properly
  • Duplicate keys no longer cause a hard error; now a warning is logged (and only one of the children with the same key is shown)
  • img event listeners are now unbound properly, preventing the error "Two valid but unequal nodes with the same data-reactid"
  • Added explicit warning when missing polyfills
React With Addons
  • PureRenderMixin: a mixin which helps optimize "pure" components
  • Perf: a new set of tools to help with performance analysis
  • Update: New $apply command to transform values
  • TransitionGroup bug fixes with null elements, Android
React NPM Module
  • Now includes the pre-built packages under dist/.
  • envify is properly listed as a dependency instead of a peer dependency
JSX
  • Added support for namespaces, eg <Components.Checkbox />
  • JSXTransformer
    • Enable the same harmony features available in the command line with <script type="text/jsx;harmony=true">
    • Scripts are downloaded in parallel for more speed. They are still executed in order (as you would expect with normal script tags)
    • Fixed a bug preventing sourcemaps from working in Firefox
React Tools Module
  • Improved readme with usage and API information
  • Improved ES6 transforms available with --harmony option
  • Added --source-map-inline option to the jsx executable
  • New transformWithDetails API which gives access to the raw sourcemap data

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 11, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 52f1406 to 025d9d9 Compare October 19, 2021 07:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 54f3c92 to 2d2b6d7 Compare October 25, 2021 09:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 49731c1 to 2d23ac1 Compare October 27, 2021 01:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from e9abf8a to 859db0d Compare November 6, 2021 00:44
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Nov 6, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 859db0d to b886ea6 Compare November 6, 2021 11:59
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Nov 7, 2021
@renovate renovate bot closed this Nov 7, 2021
@renovate renovate bot deleted the renovate/all-minor-patch branch November 7, 2021 10:38
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Nov 8, 2021
@renovate renovate bot reopened this Nov 8, 2021
@renovate renovate bot restored the renovate/all-minor-patch branch November 8, 2021 20:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b886ea6 to 81753f0 Compare November 8, 2021 22:18
Shinigami92
Shinigami92 previously approved these changes Nov 9, 2021
@Shinigami92
Copy link
Member

@patak-js Would you like to merge this?

@patak-dev patak-dev merged commit 0a3e514 into main Nov 9, 2021
@patak-dev patak-dev deleted the renovate/all-minor-patch branch November 9, 2021 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants