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

npm(deps): bump spin.js from 2.3.2 to 4.1.2 #1618

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps spin.js from 2.3.2 to 4.1.2.

Release notes

Sourced from spin.js's releases.

4.1.2

Changed

  • Removed some dead code left over from version 3.x.
Changelog

Sourced from spin.js's changelog.

[4.1.2] - 2024-07-19

Changed

  • Removed some dead code left over from version 3.x.

[4.1.1] - 2021-09-01

Changed

  • Set package type to module to better support native ES module imports.
  • Improved website design.

[4.1.0] - 2019-10-22

Added

  • spinner-line-shrink animation preset.

[4.0.0] - 2018-05-06

Changed

  • Switched from requestAnimationFrame back to CSS keyframe animations for better performance.
  • In order to preserve compatibility with the style-src 'self'; Content Security Policy, animations are now defined via an external CSS file rather than inserted dynamically.

Add the following to your page to use one of the preset animations:

<link rel="stylesheet" href="node_modules/spin.js/spin.css"/>

You can also define custom opacity animations in your own CSS file and select them via the animation option.

Fixed

  • A transparent shadow is now set by default to resolve aliased lines in certain browsers (issue #355).

Removed

  • opacity and trail options (define a custom opacity animation instead).
  • Support for Internet Explorer 9 (it doesn't support keyframe animations).
  • fps option (only used for IE 9).

[3.1.0] - 2017-11-26

Added

  • Support for custom box-shadows with corrected positioning (issue #35).
  • fadeColor option to customize the color that lines fade to (issue #30).

[3.0.0] - 2017-11-09

Added

... (truncated)

Commits
  • 653e79c Release 4.1.2
  • 4e68504 Update dependencies and enable TS strict mode
  • ab28215 Remove dead code
  • ae42fa6 Set package type to "module"
  • 0e38ebf Fix site compatibility with IE 11
  • 0f5fb8b Use Prism for code syntax highlighting
  • d6f1504 Remove Google Analytics tracking
  • d43360d Use CSS for fork ribbon and update favicon and preview image
  • 0faf3f8 Improve mobile layout
  • 15569fe List Theodore Brown as second author
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by theodorejb, a new releaser for spin.js since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 22, 2024
@datengraben
Copy link
Contributor

@dependabot recreate

Bumps [spin.js](https://github.com/fgnass/spin.js) from 2.3.2 to 4.1.2.
- [Release notes](https://github.com/fgnass/spin.js/releases)
- [Changelog](https://github.com/fgnass/spin.js/blob/master/CHANGELOG.md)
- [Commits](fgnass/spin.js@2.3.2...4.1.2)

---
updated-dependencies:
- dependency-name: spin.js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/spin.js-4.1.2 branch from 288988f to d230efc Compare November 18, 2024 09:55
Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.34%. Comparing base (1995c96) to head (d42f878).
Report is 31 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1618   +/-   ##
=========================================
  Coverage     50.34%   50.34%           
  Complexity     2724     2724           
=========================================
  Files            99       99           
  Lines         11315    11315           
=========================================
  Hits           5696     5696           
  Misses         5619     5619           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant