Closed renovate[bot] closed 1 year ago
Name | Link |
---|---|
Latest commit | 472e1d92094f1c562a8de7dd0a1ee644927dabde |
Latest deploy log | https://app.netlify.com/sites/defichain-website/deploys/649285bcd0f53c000891d5d5 |
Because you closed this PR without merging, Renovate will ignore this update (2.6.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps
array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
2.5.0
->2.6.2
Release Notes
inorganik/countUp.js
### [`v2.6.2`](https://togithub.com/inorganik/countUp.js/releases/tag/v2.6.2): 2.6.2 [Compare Source](https://togithub.com/inorganik/countUp.js/compare/v2.6.1...v2.6.2) 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`](https://togithub.com/inorganik/countUp.js/releases/tag/v2.6.1): 2.6.1 [Compare Source](https://togithub.com/inorganik/countUp.js/compare/v2.6.0...v2.6.1) 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](https://togithub.com/inorganik/countUp.js/issues/311) ### [`v2.6.0`](https://togithub.com/inorganik/countUp.js/releases/tag/v2.6.0): 2.6.0 [Compare Source](https://togithub.com/inorganik/countUp.js/compare/2.5.0...v2.6.0) Support animation plugins: A plugin is a class instance or object passed in options for the `plugin` param that implements a render method: ```ts 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.
This PR has been generated by Mend Renovate. View repository job log here.