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 azurite from 3.12.0 to 3.14.0 #2991

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 28, 2021

Bumps azurite from 3.12.0 to 3.14.0.

Release notes

Sourced from azurite's releases.

Azurite v3.14.0

2021.7 Version 3.14.0

General:

  • Bump up service API version to 2020-10-02
  • Added an example for run Azurite with https in docker in Readme

Blob:

  • Fixed SAS-token validation for requests with Content-Encoding/Content-Language headers.
  • Return x-ms-copy-status header from syncCopyFromURL.
  • Fixed continuation token not work correctly when blob names are only number

Table:

  • Added test for URI path parser and updated regex to allow for non standard dev store account names.
  • Corrected serialization of errors during Entity Group Transactions.
  • Corrected entity tests using invalid eTag formats.
  • Added support for PATCH Verb in Table Batch Operations / Entity Group Transactions.
  • Added /@​Element to the odata.metadata response.
  • Allowed use of empty string for partitionKey and rowKey on InsertEntity.

Azurite v3.13.1

2021.6 Version 3.13.1

Blob:

  • Fixed list containers, get service properties or account properties API failure, when request Uri has a suffix '/' after account name.
  • Fixed get system container failure.

Azurite v3.13.0

2021.6 Version 3.13.0

General:

  • Bump up Azure Storage service API version to 2020-08-04.
  • Updated typescript to 4.2.4.

Blob:

  • Added check for invalid container name.

Table:

  • Added check for invalid etag format.
  • Added tests for invalid etag format.
  • Corrected code to support typescript 4.2.4 update.
  • Supported Table Service in Visual Studio Code extension.
  • Fix an issue that query for Long Int fail in Metadata layer.

... (truncated)

Changelog

Sourced from azurite's changelog.

2021.7 Version 3.14.0

General:

  • Bump up service API version to 2020-10-02
  • Added an example for run Azurite with https in docker in Readme

Blob:

  • Fixed SAS-token validation for requests with Content-Encoding/Content-Language headers.
  • Return x-ms-copy-status header from syncCopyFromURL.
  • Fixed continuation token not work correctly when blob names are only number

Table:

  • Added test for URI path parser and updated regex to allow for non standard dev store account names.
  • Corrected serialization of errors during Entity Group Transactions.
  • Corrected entity tests using invalid eTag formats.
  • Added support for PATCH Verb in Table Batch Operations / Entity Group Transactions.
  • Added /@​Element to the odata.metadata response.
  • Allowed use of empty string for partitionKey and rowKey on InsertEntity.

2021.6 Version 3.13.1

Blob:

  • Fixed list containers, get service properties or account properties API failure, when request Uri has a suffix '/' after account name.
  • Fixed get system container failure.

2021.6 Version 3.13.0

General:

  • Bump up Azure Storage service API version to 2020-08-04.
  • Updated typescript to 4.2.4.

Blob:

  • Added check for invalid container name.

Table:

  • Added check for invalid etag format.
  • Added tests for invalid etag format.
  • Corrected code to support typescript 4.2.4 update.
  • Supported Table Service in Visual Studio Code extension.
  • Fix an issue that query for Long Int fail in Metadata layer.
  • Fix an issue of axios dependency.
  • Added check for invalid table name.
  • Improved handling of empty strings and strings with multiple spaces for query filters.
Commits
  • 9c73666 Upgrade API version to 2020-10-02 and version to 3.14.0 (#882)
  • a077777 Bump lint-staged from 11.0.1 to 11.1.0 (#940)
  • c61764e Bump @​types/mocha from 8.2.3 to 9.0.0 (#941)
  • f148a39 Bump @​types/vscode from 1.58.0 to 1.58.1 (#924)
  • 6e9c52f Bump tedious from 11.0.9 to 11.2.0 (#923)
  • b93de14 Fix continueation token not work correctly when blob names are only number (#...
  • f6449ad Revert "Bump @​types/node from 14.14.24 to 16.3.1 (#908)" (#917)
  • 251159a Revert "Bump @​azure/ms-rest-js from 1.11.2 to 2.5.3 (#912)" (#915)
  • da7843a Revert "Bump @​types/express from 4.17.1 to 4.17.13 (#907)" (#916)
  • 9b41835 Bump @​azure/ms-rest-js from 1.11.2 to 2.5.3 (#912)
  • 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 will merge this PR once CI passes on it, as requested by @yss14.


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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 28, 2021
Copy link
Owner

@yss14 yss14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

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.

None yet

1 participant