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 xml2js and dynamoose #7

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 May 7, 2023

Removes xml2js. It's no longer used after updating ancestor dependency dynamoose. These dependencies need to be updated together.

Removes xml2js

Updates dynamoose from 1.11.1 to 3.2.0

Release notes

Sourced from dynamoose's releases.

v3.2.0

Version 3.2.0

This release fixes a lot of bugs and adds some nice to have features to make your Dynamoose experience even better.

Please comment or contact me if you have any questions about this release.

General

  • Adds new tableName option to Model initialization settings.
  • Adds new consistent option to batchGet.
  • Improving performance for models and tables with single schema.

Bug Fixes

  • Using all indexes from all schemas in table.
  • Fixed an issue where indexes would get recreated when table throughput is set to ON_DEMAND.
  • Now using correct TypeScript array type for query and scan operations when using toJSON().

Documentation

  • Fixes Configuration documentation for accessKeyId & secretAccessKey in AWS SDK v3.
  • Typo fixes in documentation.
  • Fixed an issue where ESModules import statement documentation for non-TypeScript users was incorrect.
  • Added Dynamoose Mastodon link to website.

Other

  • Now requiring CLA to be signed for all pull request authors.
  • Only including dist folder in npm package.
  • Updating dependencies.
  • Removing support for Dynamoose v2 bug fixes.
  • Added Node.js v19.x to CI test suite.

v3.1.0

Version 3.1.0

This release adds support for ISO-8601 date formats! This was one of the most upvoted feature requests on the GitHub issues page. Really exciting to finally delivery this feature.

Please comment or contact me if you have any questions about this release.

Major New Features

  • ISO-8601 Date Format Option.
  • Support for specifying custom type options for timestamp properties.

Documentation

  • Making Transaction documentation more clear about options you can pass in.
  • Fixing edit links on documentation pages.

... (truncated)

Changelog

Sourced from dynamoose's changelog.

Version 3.2.0

This release fixes a lot of bugs and adds some nice to have features to make your Dynamoose experience even better.

Please comment or contact me if you have any questions about this release.

General

  • Adds new tableName option to Model initialization settings.
  • Adds new consistent option to batchGet.
  • Improving performance for models and tables with single schema.

Bug Fixes

  • Using all indexes from all schemas in table.
  • Fixed an issue where indexes would get recreated when table throughput is set to ON_DEMAND.
  • Now using correct TypeScript array type for query and scan operations when using toJSON().

Documentation

  • Fixes Configuration documentation for accessKeyId & secretAccessKey in AWS SDK v3.
  • Typo fixes in documentation.
  • Fixed an issue where ESModules import statement documentation for non-TypeScript users was incorrect.
  • Added Dynamoose Mastodon link to website.

Other

  • Now requiring CLA to be signed for all pull request authors.
  • Only including dist folder in npm package.
  • Updating dependencies.
  • Removing support for Dynamoose v2 bug fixes.
  • Added Node.js v19.x to CI test suite.

Version 3.1.0

This release adds support for ISO-8601 date formats! This was one of the most upvoted feature requests on the GitHub issues page. Really exciting to finally delivery this feature.

Please comment or contact me if you have any questions about this release.

Major New Features

  • ISO-8601 Date Format Option.
  • Support for specifying custom type options for timestamp properties.

Documentation

  • Making Transaction documentation more clear about options you can pass in.
  • Fixing edit links on documentation pages.

... (truncated)

Commits
  • 0a02117 Merge pull request #1590 from dynamoose/version/3.2.0
  • 0215b8c Adding changelog for 3.2.0
  • f82950e Updating README to 3.2.0
  • 2c59493 Bumping version to 3.2.0
  • 18ea532 Removing support for 2.x.x bug fix updates
  • eeef084 Improving Import documentation
  • 3e1f0e9 Updating Dynamoose website dependencies
  • 9f4ee12 Adding type
  • e793e7f Updating rimraf dependency
  • c5021aa Revert "Updating jest dependency"
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js). It's no longer used after updating ancestor dependency [dynamoose](https://github.com/dynamoose/dynamoose). These dependencies need to be updated together.


Removes `xml2js`

Updates `dynamoose` from 1.11.1 to 3.2.0
- [Release notes](https://github.com/dynamoose/dynamoose/releases)
- [Changelog](https://github.com/dynamoose/dynamoose/blob/main/CHANGELOG.md)
- [Commits](dynamoose/dynamoose@v1.11.1...v3.2.0)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: indirect
- dependency-name: dynamoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 7, 2023
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