Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2023

Bumps Platane/snk from 2 to 3.

Release notes

Sourced from Platane/snk's releases.

v3.0.0

use github api to fetch the contribution calendar (instead of parsing the html page)

⚠️ breaking changes

  • the action now requires a github token.
      - name: generate-snake-game-from-github-contribution-grid
        id: generate-snake
        uses: ./svg-only
        with:
          github_user_name:  ${{ github.repository_owner }}
          outputs: |
            dist/github-contribution-grid-snake.svg
            dist/github-contribution-grid-snake-dark.svg?palette=github-dark
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

v2.3.0

update the contribution calendar parser

v2.2.1

by default, do not include media query to guess the theme, as it might conflict with github own way to detect dark mode

v2.2.0

adapt the parser to the new github page markup

v2.1.0

  • Refactor how the css is minified ( for svg output ) resulting in lighter build
  • Update canvas@2.10.2
  • Update ncc builder
Commits

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

Bumps [Platane/snk](https://github.com/platane/snk) from 2 to 3.
- [Release notes](https://github.com/platane/snk/releases)
- [Commits](Platane/snk@v2...v3)

---
updated-dependencies:
- dependency-name: Platane/snk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 18, 2023
@pAkalpa pAkalpa merged commit c40aaf9 into main Apr 15, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/Platane/snk-3 branch April 15, 2025 20:20
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.

1 participant