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

bump(deps): update dependency countup.js to v2.8.0 #705

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 28, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
countup.js 2.5.0 -> 2.8.0 age adoption passing confidence

Release Notes

inorganik/countUp.js (countup.js)

v2.8.0: 2.8.0

Compare Source

Added onStartCallback option, useful for when scroll spy is enabled, thanks to @​cherrol !

v2.7.1

Compare Source

v2.7.0: 2.7.0

Compare Source

Reverted change which made "main" in package.json point to the module file, instead of the umd file. It now points again at the umd file.

v2.6.2: 2.6.2

Compare Source

When revamping the build, I tried to resolve a rollup warning that had been occurring on the build for a long time:

"(!) `this` has been rewritten to `undefined`

It occurs because of typescript's Object.assign polyfill, which uses this on the global scope. If you set context: 'window' in the rollup config, it will silence the warning, but it will cause issues if CountUp is not run in the browser. Allowing rollup to rewrite this to undefined on just the global scope is harmless and doesn't break anything, so I reverted the change.

v2.6.1: 2.6.1

Compare Source

This release doesn't change the CountUp code at all, just the distribution files - The requestAnimationFrame polyfill is no longer bundled with CountUp but served separately. The other files in dist remain the same. More details in the PR: #​311

v2.6.0: 2.6.0

Compare Source

Support animation plugins: A plugin is a class instance or object passed in options for the plugin param that implements a render method:

export declare interface CountUpPlugin {
  render(elem: HTMLElement, formatted: string): void;
}

The plugin's render method will be called on each frame to display the formatted value instead of CountUp's.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Jun 28, 2023

Deploy Preview for defichain-website failed.

Name Link
🔨 Latest commit 8609ce2
🔍 Latest deploy log https://app.netlify.com/sites/defichain-website/deploys/66f23226fcdf1f0008befcc8

@renovate renovate bot force-pushed the renovate/countup.js-2.x branch 4 times, most recently from 49fdb00 to be27b5d Compare July 10, 2023 10:40
@renovate renovate bot force-pushed the renovate/countup.js-2.x branch from be27b5d to d7ee72c Compare July 24, 2023 09:34
@renovate renovate bot changed the title bump(deps): update dependency countup.js to v2.7.0 bump(deps): update dependency countup.js to v2.7.1 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/countup.js-2.x branch from d7ee72c to 1f255df Compare August 15, 2023 14:12
@renovate renovate bot changed the title bump(deps): update dependency countup.js to v2.7.1 bump(deps): update dependency countup.js to v2.8.0 Aug 25, 2023
@renovate renovate bot force-pushed the renovate/countup.js-2.x branch 2 times, most recently from e86d273 to 35c41ca Compare August 29, 2023 07:11
@renovate renovate bot force-pushed the renovate/countup.js-2.x branch from 35c41ca to c2f0088 Compare November 14, 2023 02:20
@renovate renovate bot force-pushed the renovate/countup.js-2.x branch from c2f0088 to 2e05211 Compare November 22, 2023 03:25
@renovate renovate bot force-pushed the renovate/countup.js-2.x branch 2 times, most recently from 0d9d2cc to 428b4ab Compare December 19, 2023 02:28
@renovate renovate bot force-pushed the renovate/countup.js-2.x branch from 428b4ab to cbdeafe Compare January 5, 2024 05:58
@renovate renovate bot force-pushed the renovate/countup.js-2.x branch 3 times, most recently from 09b0dcb to f619749 Compare February 8, 2024 01:22
@renovate renovate bot force-pushed the renovate/countup.js-2.x branch 3 times, most recently from 3cc6924 to 95f1ba0 Compare February 27, 2024 11:40
@renovate renovate bot force-pushed the renovate/countup.js-2.x branch from 95f1ba0 to eb0b9ea Compare April 1, 2024 09:40
@renovate renovate bot force-pushed the renovate/countup.js-2.x branch from eb0b9ea to 6f3c7a0 Compare April 11, 2024 05:47
@renovate renovate bot force-pushed the renovate/countup.js-2.x branch from 6f3c7a0 to 8609ce2 Compare September 24, 2024 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants