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): bump simple-git and baqend in /baqend #83

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 7, 2022

Removes simple-git. It's no longer used after updating ancestor dependency baqend. These dependencies need to be updated together.

Removes simple-git

Updates baqend from 2.12.0 to 3.2.0

Release notes

Sourced from baqend's releases.

v3.2.0

Bug Fixes

  • Fix a bug where ACL changes on objects aren't detected correctly as a change
  • Remove legacy gzip handling from the SDK
  • Ensure that a relogin will expose the correct user object (previously it was in some cases null)
  • Some typing errors in the CLI and lib

Features

  • Change the connect API for CORS communication to the POST endpoint, to prevent security tokens exposed in the referrer header
  • Bump several dependencies and upgrade typescript version

v3.1.4

Bug Fixes

  • Fix an issue in the CLI that the first file in the latest release is not deployed

v3.1.3

Bug Fixes

  • Improve several error messages in the CLI
  • Fix an issue that a successful deployment with the CLI ends with an error message

v3.1.2

Bug Fixes

  • Make node happy again with the esm bundle
  • Add another package entry point to allow the baqend cli to be imported with baqend/cli as well

v3.1.1

Bug Fixes

  • CLI: Fix entry point in the package.json to launch the CLI correctly again

v3.1.0

Bug Fixes

  • Upgrade to Typescript 4.2 and fix some bugs in the Type definitions

Features

  • Integrate the new and simplified OAuth implementation which prepares the support for the device OAuth flow
  • Refactored the CLI to Typescript and simplified the implementation
  • Integrate the OAuth/SSO login flow in the baqend CLI

v3.0.0

Braking Changes

  • File.url -> string was removed and replaced with an asynchronous implementation file.createURL() -> Promise<string> This Change was necessary by migration from cryptojs dependency to the native implementation of Browser/Node APIs.

... (truncated)

Changelog

Sourced from baqend's changelog.

v3.2.0 (2022-5-20)

Bug Fixes

  • Fix a bug where ACL changes on objects aren't detected correctly as a change
  • Remove legacy gzip handling from the SDK
  • Ensure that a relogin will expose the correct user object (previously it was in some cases null)
  • Some typing errors in the CLI and lib

Features

  • Change the connect API for CORS communication to the POST endpoint, to prevent security tokens exposed in the referrer header
  • Bump several dependencies and upgrade typescript version

v3.1.4 (2021-7-21)

Bug Fixes

  • Fix an issue in the CLI that the first file in the latest release is not deployed

v3.1.3 (2021-7-14)

Bug Fixes

  • Improve several error messages in the CLI
  • Fix an issue that a successful deployment with the CLI ends with an error message

v3.1.2 (2021-7-7)

Bug Fixes

  • Make node happy again with the esm bundle
  • Add another package entry point to allow the baqend cli to be imported with baqend/cli as well

v3.1.1 (2021-7-2)

Bug Fixes

  • CLI: Fix entry point in the package.json to launch the CLI correctly again

... (truncated)

Commits
  • 643511c release v3.2.0 [ci skip]
  • 7b0d56a fix(IFrameConnector): prevent duplicated connect request caused by an unneede...
  • 85ba2e9 Merge branch 'fix-cli-typings' into 'master'
  • cb58f2a Merge branch 'fix-cli-typings' into 'master'
  • 11d58db Fix cli typings
  • 021494a fix(several): ts errors cause through ts upgrade
  • c2ee1fe fix(connector): remove unused import
  • d77b77d fix(cli): Typings within the helper cli module
  • 1904828 test(metamodel): adapt tests to latest shared credential fixes
  • a9a2c07 fix(EntityManager): bloomfilter initialization and Push tests
  • Additional commits viewable in compare view

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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git). It's no longer used after updating ancestor dependency [baqend](https://github.com/Baqend/js-sdk). These dependencies need to be updated together.


Removes `simple-git`

Updates `baqend` from 2.12.0 to 3.2.0
- [Release notes](https://github.com/Baqend/js-sdk/releases)
- [Changelog](https://github.com/Baqend/js-sdk/blob/master/CHANGELOG.md)
- [Commits](Baqend/js-sdk@v2.12.0...v3.2.0)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-type: indirect
- dependency-name: baqend
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 7, 2022
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.

0 participants