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

📦 Update core dependencies #40141

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@use-gesture/react (source) 10.2.10 -> 10.3.1 age adoption passing confidence
@webcomponents/webcomponentsjs (source) 2.6.0 -> 2.8.0 age adoption passing confidence
date-fns 2.27.0 -> 2.30.0 age adoption passing confidence
intersection-observer 0.12.0 -> 0.12.2 age adoption passing confidence
jss (source) 10.8.2 -> 10.10.0 age adoption passing confidence
jss-preset-default (source) 10.8.2 -> 10.10.0 age adoption passing confidence
moment (source) 2.29.4 -> 2.30.1 age adoption passing confidence
preact (source) 10.16.0 -> 10.24.2 age adoption passing confidence
react-day-picker (source) 8.0.0-beta.37 -> 8.10.1 age adoption passing confidence
react-jss (source) 10.8.2 -> 10.10.0 age adoption passing confidence
rrule (source) 2.7.2 -> 2.8.1 age adoption passing confidence

See all other Renovate PRs on the Dependency Dashboard

How to resolve breaking changes

This PR may introduce breaking changes that require manual intervention. In such cases, you will need to check out this branch, fix the cause of the breakage, and commit the fix to ensure a green CI build. To check out and update this PR, follow the steps below:

# Check out the PR branch
git checkout -b renovate/core-dependencies main
git pull https://github.com/ampproject/amphtml.git renovate/core-dependencies

# Directly make fixes and commit them
amp lint --fix # For lint errors in JS files
amp prettify --fix # For prettier errors in non-JS files
# Edit source code in case of new compiler warnings / errors

# Push the changes to the branch
git push git@github.com:ampproject/amphtml.git renovate/core-dependencies:renovate/core-dependencies

Release Notes

pmndrs/use-gesture (@​use-gesture/react)

v10.3.1

Compare Source

Patch Changes

v10.3.0

Compare Source

Patch Changes

v10.2.27

Compare Source

Patch Changes

v10.2.26

Compare Source

Patch Changes

v10.2.25

Compare Source

Patch Changes

v10.2.24

Compare Source

Patch Changes

v10.2.23

Compare Source

Patch Changes

v10.2.22

Compare Source

Patch Changes

v10.2.21

Compare Source

Patch Changes

v10.2.20

Compare Source

Patch Changes

v10.2.19

Compare Source

Patch Changes

v10.2.18

Compare Source

Patch Changes

v10.2.17

Compare Source

Patch Changes

v10.2.16

Compare Source

Patch Changes

v10.2.15

Compare Source

Patch Changes

v10.2.14

Compare Source

Patch Changes

v10.2.13

Compare Source

Patch Changes

v10.2.12

Compare Source

Patch Changes

v10.2.11

Compare Source

Patch Changes
webcomponents/polyfills (@​webcomponents/webcomponentsjs)

v2.8.0

Compare Source

  • Update dependencies (#​542)
  • Polyfill Element.toggleAttribute(). (#​541)

v2.7.0

Compare Source

  • Polyfill addEventListener/removeEventListener event listener options,
    including {capture: boolean, once: boolean}.
    (#​469)
  • Make webcomponents-loader.js compatible with the Trusted Types API
    (#​501)
  • Remove an arrow function in webcomponents-loader.js.
    (#​507)
date-fns/date-fns (date-fns)

v2.30.0

Compare Source

Kudos to @​kossnocorp and @​Andarist for working on the release.

Changes
  • Fixed increased build size after enabling compatibility with older browsers in the previous release. This was done by adding @​babel/runtime as a dependency. See more details.

v2.29.3

Compare Source

This release is prepared by our own @​leshakoss.

Fixed

v2.29.2

Compare Source

This release is brought to you by @​nopears, @​vadimpopa and @​leshakoss.

Fixed

v2.29.1

Compare Source

Thanks to @​fturmel for working on the release.

Fixed

v2.29.0

Compare Source

On this release worked @​tan75, @​kossnocorp, @​nopears, @​Balastrong, @​cpapazoglou, @​dovca, @​aliasgar55, @​tomchentw, @​JuanM04, @​alexandresaura, @​fturmel, @​aezell, @​andersravn, @​TiagoPortfolio, @​SukkaW, @​Zebreus, @​aviskarkc10, @​maic66, @​a-korzun, @​Mejans, @​davidspiess, @​alexgul1, @​matroskin062, @​undecaf, @​mprovenc, @​jooola and @​leshakoss.

Added
Fixed
Changed

v2.28.0

Compare Source

Kudos to @​tan75, @​fturmel, @​arcanar7, @​jeffjose, @​helmut-lang, @​zrev2220, @​jooola, @​minitesh, @​cowboy-bebug, @​mesqueeb, @​JuanM04, @​zhirzh, @​damon02 and @​leshakoss for working on the release.

Added
Fixed
GoogleChromeLabs/intersection-observer (intersection-observer)

v0.12.2

Compare Source

cssinjs/jss (jss)

v10.10.0

Compare Source

Improvements

v10.9.2

Compare Source

Bug fixes
  • [react-jss] Fix import useInsertionEffect 1627

v10.9.1

Compare Source

Bug fixes
  • [jss] Update stylesheet if !important flag is set before and after the update 1612

v10.9.0

Compare Source

Bug fixes
  • [jss, jss-plugin-global, jss-plugin-nested, jss-plugin-rule-value-function] Fixes a memory leak with nested function rules 1574
Improvements
  • Keep classes ref when sheet and dynamicRules have not any change 1573
moment/moment (moment)

v2.30.1

Compare Source

v2.30.0

Compare Source

  • Release Dec 26, 2023
preactjs/preact (preact)

v10.24.2

Compare Source

Performance

Types

Maintenance

v10.24.1

Compare Source

Fixes

Types

Maintenance

v10.24.0

Compare Source

Features

Fixes

Types

Maintenance

v10.23.2

Compare Source

Fixes

Types

Maintenance

v10.23.1

Compare Source

Fixes

v10.23.0

Compare Source

Features

This adds support for returning a function in functional refs, example

<input
  ref={(ref) => {
    // Assign ref, do something with it
    return () => {
      // ref cleanup, when the element unmounts
      // we run the cleanup
    };
  }}
/>

Fixes

Types

Maintenance

v10.22.1

Compare Source

Fixes

Types

Maintenance

Performance

v10.22.0

Compare Source

Features

Types

Maintenance

Fixes

@renovate renovate bot force-pushed the renovate/core-dependencies branch 2 times, most recently from e228dd3 to 6f53f45 Compare September 23, 2024 15:58
@renovate renovate bot force-pushed the renovate/core-dependencies branch 5 times, most recently from 0a9b4cf to ec02a74 Compare October 1, 2024 16:07
@renovate renovate bot force-pushed the renovate/core-dependencies branch from ec02a74 to 837e52e Compare October 3, 2024 16:03
@renovate renovate bot force-pushed the renovate/core-dependencies branch from 837e52e to ee77641 Compare October 4, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants