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

Bump osm-auth from 1.0.2 to 2.0.1 #95

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 28, 2022

Bumps osm-auth from 1.0.2 to 2.0.1.

Release notes

Sourced from osm-auth's releases.

v2.0.1

https://github.com/osmlab/osm-auth/blob/main/CHANGELOG.md#201

v2.0.0

https://github.com/osmlab/osm-auth/blob/main/CHANGELOG.md#200--oauth-v20

v1.1.2

https://github.com/osmlab/osm-auth/blob/main/CHANGELOG.md#112

v1.1.1

https://github.com/osmlab/osm-auth/blob/main/CHANGELOG.md#111

v1.1.0

https://github.com/osmlab/osm-auth/blob/main/CHANGELOG.md#110

Changelog

Sourced from osm-auth's changelog.

2.0.1

2022-Sep-27

#106: osmlab/osm-auth#106 [@​caspg]: https://github.com/caspg

2.0.0 (OAuth v2.0)

2022-Apr-27
  • ⚠️ Breaking change: This library is now focused on supporting OAuth 2.0 (#77, #93, thanks [@​HelNershingThapa]!)
  • ⚠️ xhr and rawxhr options have changed slightly - check docs if you are using options with custom headers.
  • ⚠️ osm-auth is marked as "type": "module" now
  • ⚠️ Replace browserify with esbuild for super fast build speed. Package outputs are now:
    • "module": "./src/osm-auth.mjs" - ESM, works with import
    • "main": "./dist/osm-auth.cjs" - CJS bundle, works with require()
    • "browser": "./dist/osm-auth.iife.js" - IIFE bundle, works in browser <script> tag
    • Not testing on older environments like Internet Explorer or ES5. No promises that this will work there.
  • Improve documentation around the use of all functions, some returns have changed (#53)

#77: osmlab/osm-auth#77 #93: osmlab/osm-auth#93 #53: osmlab/osm-auth#53 [@​HelNershingThapa]: https://github.com/HelNershingThapa

1.1.2 (OAuth v1.0a)

2022-Apr-26
  • Remove ecstatic, to avoid deprecation warnings
  • Test on Node 14, 16, 18

1.1.1

2021-May-24
  • Remove xtend, to avoid deprecation warnings

#76: osmlab/osm-auth#76

1.1.0

2020-Jul-27
  • Improve interaction with popup window (#67)
  • Add function bringPopupWindowToFront()

#67: osmlab/osm-auth#67

Commits
  • b89136f v2.0.1
  • 67d62a7 Bump dependency versions, npm run all
  • 1c13566 Merge pull request #106 from caspg/patch-1
  • 27e6be9 Fix osm-auth.d.ts types declaration
  • c18e6bf Fix example in README
  • d1c3b26 Clearer code where screen comes from
  • 3f5af6f v2.0.0
  • 71adeaa Improve example page, show user avatar
  • 74a9101 Use the actual window.location to build a redirect_uri
  • a0ba5fe Update .d.ts declaration file
  • Additional commits viewable in compare view

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)

Bumps [osm-auth](https://github.com/osmlab/osm-auth) from 1.0.2 to 2.0.1.
- [Release notes](https://github.com/osmlab/osm-auth/releases)
- [Changelog](https://github.com/osmlab/osm-auth/blob/main/CHANGELOG.md)
- [Commits](osmlab/osm-auth@v1.0.2...v2.0.1)

---
updated-dependencies:
- dependency-name: osm-auth
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 28, 2022

The following labels could not be found: chore-dependabot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants