[PR #1191] [CLOSED] chore(deps): bump tymon/jwt-auth from 0.5.12 to 1.0.0 #1630

Closed
opened 2026-02-26 03:31:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1191
Author: @dependabot-preview[bot]
Created: 3/6/2020
Status: Closed

Base: masterHead: dependabot/composer/tymon/jwt-auth-1.0.0


📝 Commits (2)

  • 6b05729 chore(deps): bump tymon/jwt-auth from 0.5.12 to 1.0.0
  • ec88eb6 Apply fixes from StyleCI (#1192)

📊 Changes

6 files changed (+105 additions, -34 deletions)

View changed files

📝 app/Services/FileSynchronizer.php (+3 -2)
📝 app/Services/InteractionService.php (+3 -2)
📝 app/Services/YouTubeService.php (+2 -1)
📝 app/Services/iTunesService.php (+3 -1)
📝 composer.json (+1 -1)
📝 composer.lock (+93 -27)

📄 Description

Bumps tymon/jwt-auth from 0.5.12 to 1.0.0.

Release notes

Sourced from tymon/jwt-auth's releases.

1.0.0 Release

Improvements

  • Compatible with Laravel 7

💥 Breaking changes

  • Drop support for Laravel 5.1
  • Drop support for Cartalyst Sentinel

1.0.0-rc.5.1

🐛 Bug fixes

  • Fix for php 7.3 when defining persistent claims that do not exist

1.0.0-rc.5 + Laravel 6 compatibility

Improvements

  • Compatible with Laravel 6 (4908d376687bc836e463d851a842d5f0c1c8f494)
  • Added "always-no" option to secret generate command (59421160e5713f14972a72edce7c63ba6a1e3332)

1.0.0-rc.4.1

🐛 Bug fixes

  • Do not add to blacklist if it already exists (63698d304554e5d0bc3eb481cc260a9fc900e151)
  • Fix issue with php 5 (1ce697e1fa280bf22196bc397b324bc9997b90b3)

1.0.0-beta.3

  • includes some important fixes along with some minor tweaks and improvements

Initial beta release

No release notes provided.

1.0.0-alpha.3

No release notes provided.

1.0.0-alpha.2

No release notes provided.

1.0.0-alpha.1

Tagging an alpha version of the next release.

No documentation just yet (soon) so only use if you know what you're doing 😄

Will populate here with a quick start soon too

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1191 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/6/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/tymon/jwt-auth-1.0.0` --- ### 📝 Commits (2) - [`6b05729`](https://github.com/koel/koel/commit/6b05729c5eaf07c380f88ac0f70edb1415a5882b) chore(deps): bump tymon/jwt-auth from 0.5.12 to 1.0.0 - [`ec88eb6`](https://github.com/koel/koel/commit/ec88eb6d6c27dcbf30ba09b60a2608b29d16961f) Apply fixes from StyleCI (#1192) ### 📊 Changes **6 files changed** (+105 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `app/Services/FileSynchronizer.php` (+3 -2) 📝 `app/Services/InteractionService.php` (+3 -2) 📝 `app/Services/YouTubeService.php` (+2 -1) 📝 `app/Services/iTunesService.php` (+3 -1) 📝 `composer.json` (+1 -1) 📝 `composer.lock` (+93 -27) </details> ### 📄 Description Bumps [tymon/jwt-auth](https://github.com/tymondesigns/jwt-auth) from 0.5.12 to 1.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tymondesigns/jwt-auth/releases">tymon/jwt-auth's releases</a>.</em></p> <blockquote> <h2>1.0.0 Release</h2> <h3>:sparkles: Improvements</h3> <ul> <li>Compatible with Laravel 7</li> </ul> <h3>:boom: Breaking changes</h3> <ul> <li>Drop support for Laravel 5.1</li> <li>Drop support for Cartalyst Sentinel</li> </ul> <h2>1.0.0-rc.5.1</h2> <h3>:bug: Bug fixes</h3> <ul> <li>Fix for php 7.3 when defining persistent claims that do not exist</li> </ul> <h2>1.0.0-rc.5 + Laravel 6 compatibility</h2> <h3>:sparkles: Improvements</h3> <ul> <li>Compatible with Laravel 6 (4908d376687bc836e463d851a842d5f0c1c8f494)</li> <li>Added &quot;always-no&quot; option to secret generate command (59421160e5713f14972a72edce7c63ba6a1e3332)</li> </ul> <h2>1.0.0-rc.4.1</h2> <h3>:bug: Bug fixes</h3> <ul> <li>Do not add to blacklist if it already exists (63698d304554e5d0bc3eb481cc260a9fc900e151)</li> <li>Fix issue with php 5 (1ce697e1fa280bf22196bc397b324bc9997b90b3)</li> </ul> <h2>1.0.0-beta.3</h2> <ul> <li>includes some important fixes along with some minor tweaks and improvements</li> </ul> <h2>Initial beta release</h2> <p>No release notes provided.</p> <h2>1.0.0-alpha.3</h2> <p>No release notes provided.</p> <h2>1.0.0-alpha.2</h2> <p>No release notes provided.</p> <h2>1.0.0-alpha.1</h2> <p>Tagging an alpha version of the next release.</p> <p>No documentation just yet (soon) so only use if you know what you're doing :smile:</p> <p>Will populate here with a quick start soon too</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tymondesigns/jwt-auth/commit/d4cf9fd2b98790712d3e6cd1094e5ff018431f19"><code>d4cf9fd</code></a> chore(deps): Support Laravel 7 (<a href="https://github-redirect.dependabot.com/tymondesigns/jwt-auth/issues/1947">#1947</a>)</li> <li><a href="https://github.com/tymondesigns/jwt-auth/commit/f57a0ff33f20d2a0c3ebc9e13ce8382a83f921a8"><code>f57a0ff</code></a> fix</li> <li><a href="https://github.com/tymondesigns/jwt-auth/commit/f3a94f7bbef13ffbcc63bcbe682f4fb865265f87"><code>f3a94f7</code></a> fix</li> <li><a href="https://github.com/tymondesigns/jwt-auth/commit/449f4cd236f336c09e99fb4918d9f540ecdc0f01"><code>449f4cd</code></a> revert(styleci): Psh</li> <li><a href="https://github.com/tymondesigns/jwt-auth/commit/b351a025cf4ffbd768b498bc0596f6ce306bc24f"><code>b351a02</code></a> chore(styleci): Length ordered imports</li> <li><a href="https://github.com/tymondesigns/jwt-auth/commit/3af7ac13bf07154ed2c2b9270af5bbabde47c033"><code>3af7ac1</code></a> Apply fixes from StyleCI (<a href="https://github-redirect.dependabot.com/tymondesigns/jwt-auth/issues/1925">#1925</a>)</li> <li><a href="https://github.com/tymondesigns/jwt-auth/commit/ca33c64b6c2c36ada5520be6817039e6be7ced93"><code>ca33c64</code></a> fix(php): Dont use compact</li> <li><a href="https://github.com/tymondesigns/jwt-auth/commit/103739700dc0358039a33b5bc91247570bb83529"><code>1037397</code></a> fix php 7.3</li> <li><a href="https://github.com/tymondesigns/jwt-auth/commit/4908d376687bc836e463d851a842d5f0c1c8f494"><code>4908d37</code></a> chore(deps): Allow Laravel 6</li> <li><a href="https://github.com/tymondesigns/jwt-auth/commit/6e9457185ef4e4ff52eb54a73a64be58aa46847b"><code>6e94571</code></a> Create FUNDING.yml</li> <li>Additional commits viewable in <a href="https://github.com/tymondesigns/jwt-auth/compare/0.5.12...1.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tymon/jwt-auth&package-manager=composer&previous-version=0.5.12&new-version=1.0.0)](https://dependabot.com/compatibility-score/?dependency-name=tymon/jwt-auth&package-manager=composer&previous-version=0.5.12&new-version=1.0.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:31:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1630
No description provided.