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 the npm_and_yarn group across 1 directory with 6 updates #2

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 11, 2024

Bumps the npm_and_yarn group with 6 updates in the / directory:

Package From To
braces 3.0.2 3.0.3
dset 3.1.3 3.1.4
fast-xml-parser 4.2.5 4.4.1
aws-amplify 6.0.4 6.6.0
@aws-amplify/backend 0.5.5 1.2.1
@aws-amplify/backend-cli 0.9.1 1.2.6

Updates braces from 3.0.2 to 3.0.3

Commits

Updates dset from 3.1.3 to 3.1.4

Commits

Updates fast-xml-parser from 4.2.5 to 4.4.1

Changelog

Sourced from fast-xml-parser's changelog.

Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.

4.5.0 / 2024-09-03

  • feat #666: ignoreAttributes support function, and array of string or regex (By ArtemM)

4.4.1 / 2024-07-28

  • v5 fix: maximum length limit to currency value
  • fix #634: build attributes with oneListGroup and attributesGroupName (#653)(By Andreas Naziris)
  • fix: get oneListGroup to work as expected for array of strings (#662)(By Andreas Naziris)

4.4.0 / 2024-05-18

  • fix #654: parse attribute list correctly for self closing stop node.
  • fix: validator bug when closing tag is not opened. (#647) (By Ryosuke Fukatani)
  • fix #581: typings; return type of tagValueProcessor & attributeValueProcessor (#582) (By monholm)

4.3.6 / 2024-03-16

4.3.5 / 2024-02-24

  • code for v5 is added for experimental use

4.3.4 / 2024-01-10

  • fix: Don't escape entities in CDATA sections (#633) (By wackbyte)

4.3.3 / 2024-01-10

  • Remove unnecessary regex

4.3.2 / 2023-10-02

4.3.1 / 2023-09-24

  • revert back "Fix typings for builder and parser to make return type generic" to avoid failure of existing projects. Need to decide a common approach.

4.3.0 / 2023-09-20

4.2.7 / 2023-07-30

  • Fix: builder should set text node correctly when only textnode is present (#589) (By qianqing)
  • Fix: Fix for null and undefined attributes when building xml (#585) (#598). A null or undefined value should be ignored. (By Eugenio Ceschia)

4.2.6 / 2023-07-17

4.2.5 / 2023-06-22

  • change code implementation

4.2.4 / 2023-06-06

  • fix security bug

... (truncated)

Commits
  • d40e29c update package detail and browser bundles
  • d0bfe8a fix maxlength for currency value
  • 2c14fcf Update bug-report-or-unexpected-output.md
  • acf610f fix #634: build attributes with oneListGroup and attributesGroupName (#653)
  • 931e910 fix: get oneListGroup to work as expected for array of strings (#662)
  • b8e40c8 Update ISSUE_TEMPLATE.md
  • a6265ba chore: add trend image (#658)
  • db1c548 redesign README.md
  • 338a2c6 Rename 1.Getting Started.md to 1.GettingStarted.md
  • c762537 Rename v5 docs filenames (#659)
  • Additional commits viewable in compare view

Updates aws-amplify from 6.0.4 to 6.6.0

Release notes

Sourced from aws-amplify's releases.

2024-09-04 Amplify JS release - [email protected]

What's Changed

Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.6.0

2024-09-03 Amplify JS release - [email protected]

What's Changed

Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.5.4

2024-08-26 Amplify JS release - [email protected]

What's Changed

Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.5.3

2024-08-15 Amplify JS release - [email protected]

What's Changed

Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.5.1

2024-08-07 Amplify JS release - [email protected]

What's Changed

... (truncated)

Commits
  • af7e31a chore(release): Publish [skip release]
  • cc7a607 chore(release): Set core metadata [skip release]
  • af85cb8 release: Amplify JS release (#13782)
  • 614e531 fix: update yarn lock file with correct versions (#13778)
  • e8fb997 feat(auth): HostedUI oidc signout (#13512)
  • a363362 chore: Merge release into main (#13777)
  • 620c7b2 Merge branch 'main' into temp/release-merge-1725397341
  • b351897 chore(release): Update API docs [skip release]
  • eb86c26 chore(release): Publish [skip release]
  • 9fade3a chore(release): Set core metadata [skip release]
  • Additional commits viewable in compare view

Updates @aws-amplify/backend from 0.5.5 to 1.2.1

Updates @aws-amplify/backend-cli from 0.9.1 to 1.2.6

Release notes

Sourced from @​aws-amplify/backend-cli's releases.

@​aws-amplify/backend-cli@​1.2.6

Patch Changes

  • ab09375: throw user error when sandbox identifier validation fails
  • Updated dependencies [1505414]
    • @​aws-amplify/backend-deployer@​1.1.1

@​aws-amplify/backend-cli@​1.2.5

Patch Changes

  • 5405c87: chore: refactor error handling for secrets client
  • 9720736: Pass profile explicitly to CDK CLI when using npx ampx sandbox --profile <profile_name>
  • Updated dependencies [9c50380]
  • Updated dependencies [5405c87]
  • Updated dependencies [9720736]
    • @​aws-amplify/backend-deployer@​1.1.0
    • @​aws-amplify/backend-secret@​1.1.0
    • @​aws-amplify/sandbox@​1.2.0

@​aws-amplify/backend-cli@​1.2.4

Patch Changes

  • 16b7bbd: fix: classify error for running pipeline-deploy in local as user error
  • 4d4c0d5: Use proper error and fault suffixes.
  • Updated dependencies [66a4267]
  • Updated dependencies [4d4c0d5]
    • @​aws-amplify/backend-deployer@​1.0.6
    • @​aws-amplify/model-generator@​1.0.5
    • @​aws-amplify/client-config@​1.2.1

@​aws-amplify/backend-cli@​1.2.3

Patch Changes

  • 3c698e0: upgrade AWS SDK packages to latest
  • eab6ddb: wrap credential related errors for generate commands in AmplifyUserError
  • Updated dependencies [489d16e]
  • Updated dependencies [3c698e0]
  • Updated dependencies [decd10e]
  • Updated dependencies [057a069]
  • Updated dependencies [eab6ddb]
  • Updated dependencies [36feb29]
  • Updated dependencies [320a86d]
    • @​aws-amplify/backend-deployer@​1.0.4
    • @​aws-amplify/deployed-backend-client@​1.3.0
    • @​aws-amplify/model-generator@​1.0.4
    • @​aws-amplify/backend-secret@​1.0.1
    • @​aws-amplify/form-generator@​1.0.1
    • @​aws-amplify/client-config@​1.1.3
    • @​aws-amplify/platform-core@​1.0.5
    • @​aws-amplify/sandbox@​1.1.2

... (truncated)

Commits
  • 05d98e2 Version Packages (#1970)
  • 041d041 Do not bundle AWS SDK if default implementation is used. (#1969)
  • ab09375 throw user error when sandbox identifier input validation fails (#1979)
  • 4ccd7bd Added new lint rules for AmplifyUserError and AmplifyFault to restrict where ...
  • 1505414 fix: surface synth errors if the function declaration files have not been wri...
  • dd9a67e Version Packages (#1966)
  • 79fdc7c wrap InvalidSignatureException in AmplifyUserError (#1965)
  • daac630 Remove runtime from main exports in ai-constructs (#1962)
  • 665ed4c Version Packages (#1957)
  • c17e397 Refactor bedrock deps (#1959)
  • 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 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [braces](https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` |
| [dset](https://github.com/lukeed/dset) | `3.1.3` | `3.1.4` |
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `4.2.5` | `4.4.1` |
| [aws-amplify](https://github.com/aws-amplify/amplify-js) | `6.0.4` | `6.6.0` |
| @aws-amplify/backend | `0.5.5` | `1.2.1` |
| [@aws-amplify/backend-cli](https://github.com/aws-amplify/amplify-backend) | `0.9.1` | `1.2.6` |



Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `dset` from 3.1.3 to 3.1.4
- [Release notes](https://github.com/lukeed/dset/releases)
- [Commits](lukeed/dset@v3.1.3...v3.1.4)

Updates `fast-xml-parser` from 4.2.5 to 4.4.1
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v4.2.5...v4.4.1)

Updates `aws-amplify` from 6.0.4 to 6.6.0
- [Release notes](https://github.com/aws-amplify/amplify-js/releases)
- [Commits](https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.6.0)

Updates `@aws-amplify/backend` from 0.5.5 to 1.2.1

Updates `@aws-amplify/backend-cli` from 0.9.1 to 1.2.6
- [Release notes](https://github.com/aws-amplify/amplify-backend/releases)
- [Commits](https://github.com/aws-amplify/amplify-backend/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected])

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: dset
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: fast-xml-parser
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: aws-amplify
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@aws-amplify/backend"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@aws-amplify/backend-cli"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 11, 2024
Copy link

vercel bot commented Sep 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unified-cloud ❌ Failed (Inspect) Sep 11, 2024 11:53pm
unified-cloud-k7 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 11:53pm
unified-cloud-nzl4 ❌ Failed (Inspect) Sep 11, 2024 11:53pm

Copy link

cr-gpt bot commented Sep 11, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

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