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

chore(deps-dev): bump @koopjs/auth-direct-file from 3.0.0-alpha.0 to 3.0.0 #869

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps @koopjs/auth-direct-file from 3.0.0-alpha.0 to 3.0.0.

Release notes

Sourced from @​koopjs/auth-direct-file's releases.

v3.0.0

Changed

  • eliminate authenticationSpecification method

Added

  • allow authenticate method to "refresh" a token
  • allow token to arrive on header, query, body

Fixed

  • strip 'Bearer ' string from any authorization header
Changelog

Sourced from @​koopjs/auth-direct-file's changelog.

3.0.0

Changed

  • eliminate authenticationSpecification method

Added

  • allow authenticate method to "refresh" a token
  • allow token to arrive on header, query, body

Fixed

  • strip 'Bearer ' string from any authorization header

2.0.3

Fixed

  • username and password can arrive on query or body

2.0.2

  • patch - invalidate with user not found

2.0.1

  • migrate to jest

2.0.0

Changed

  • authorize function argument is now the full Express request object
  • Authorization token may be delivered by query parameter token or the authorization header
  • authenticate function argument is now the full Express request object
  • authenticate function rejects if username or password are missing
  • Update koop-output-geoservices peer dependency to 2.0.0

1.2.0 - 2018-06-08

Added

  • replaced getAuthenticationSpecification with authenticationSpecification

1.1.1 - 2018-05-31

Fixed

  • Include peer-dependencies koop and and koop-output-geoservices

1.1.0 - 2018-05-29

Added

  • new option useHttp. Must be a boolean. This will get added verbatim to the result of authenticationSpecification function

1.0.0 - 2018-05-22

Added

  • Initial release of an authentication plugin for Koop that leverages a file-based user-store.
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Update one or more dependencies version label Nov 27, 2023
Copy link

changeset-bot bot commented Nov 27, 2023

⚠️ No Changeset found

Latest commit: 85fb09f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/koopjs/auth-direct-file-3.0.0 branch 3 times, most recently from 3dcac8d to db4b2f5 Compare November 27, 2023 20:33
Bumps [@koopjs/auth-direct-file](https://github.com/koopjs/koop-auth-direct-file) from 3.0.0-alpha.0 to 3.0.0.
- [Release notes](https://github.com/koopjs/koop-auth-direct-file/releases)
- [Changelog](https://github.com/koopjs/koop-auth-direct-file/blob/master/CHANGELOG.md)
- [Commits](https://github.com/koopjs/koop-auth-direct-file/commits/v3.0.0)

---
updated-dependencies:
- dependency-name: "@koopjs/auth-direct-file"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/koopjs/auth-direct-file-3.0.0 branch 8 times, most recently from 8d335bd to d53cec0 Compare November 27, 2023 20:36
@rgwozdz rgwozdz merged commit 2f7592b into master Nov 29, 2023
2 checks passed
@rgwozdz rgwozdz deleted the dependabot/npm_and_yarn/master/koopjs/auth-direct-file-3.0.0 branch November 29, 2023 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update one or more dependencies version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant