Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

build(deps): bump fastify-json-to-xml from 1.1.6 to 1.1.7 #882

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps fastify-json-to-xml from 1.1.6 to 1.1.7.

Release notes

Sourced from fastify-json-to-xml's releases.

v1.1.7

1.1.7 (2023-09-23)

Miscellaneous

  • .gitattributes: auto lf eol all files (460dbff)
  • add missing .gitattributes file (05e8668)
  • change comment blocks with one line into single block (386b6e9)
  • eslintrc: bump ecma version to 2023 (d51e3bc)
  • ignore invalid ts errors (deee1ff)
  • jsconfig: set module to nodenext (3eabf4b)
  • jsconfig: target es2022 (593eb74)
  • package: explicitly declare js module type (aba2a18)
  • scripts/license-checker: declare copyLeftLicenses type (7d03443)
  • scripts/license-checker: destruct upath module import (#58) (6405989)
  • use [@see](https://github.com/see) jsdoc tag for inline comment links (f2e87f3)

Continuous integration

  • dependabot: group dependabot updates (ec1f7b6)
  • deps: bump actions/checkout from 3 to 4 (#60) (6c097a6)
  • deps: bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#61) (0044841)

Improvements

  • use node: prefix to bypass require.cache call for builtins (e9743a3)

Documentation

  • readme: update acknowledgements (19d7507)
Changelog

Sourced from fastify-json-to-xml's changelog.

1.1.7 (2023-09-23)

Miscellaneous

  • .gitattributes: auto lf eol all files (460dbff)
  • add missing .gitattributes file (05e8668)
  • change comment blocks with one line into single block (386b6e9)
  • eslintrc: bump ecma version to 2023 (d51e3bc)
  • ignore invalid ts errors (deee1ff)
  • jsconfig: set module to nodenext (3eabf4b)
  • jsconfig: target es2022 (593eb74)
  • package: explicitly declare js module type (aba2a18)
  • scripts/license-checker: declare copyLeftLicenses type (7d03443)
  • scripts/license-checker: destruct upath module import (#58) (6405989)
  • use [@see](https://github.com/see) jsdoc tag for inline comment links (f2e87f3)

Continuous integration

  • dependabot: group dependabot updates (ec1f7b6)
  • deps: bump actions/checkout from 3 to 4 (#60) (6c097a6)
  • deps: bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#61) (0044841)

Improvements

  • use node: prefix to bypass require.cache call for builtins (e9743a3)

Documentation

  • readme: update acknowledgements (19d7507)
Commits
  • 72a9169 chore(main): release 1.1.7 (#56)
  • 593eb74 chore(jsconfig): target es2022
  • 19d7507 docs(readme): update acknowledgements
  • 0044841 ci(deps): bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#61)
  • 6c097a6 ci(deps): bump actions/checkout from 3 to 4 (#60)
  • 42a0379 Merge pull request #59 from Fdawgs/chore/orbital
  • ec1f7b6 ci(dependabot): group dependabot updates
  • 460dbff chore(.gitattributes): auto lf eol all files
  • deee1ff chore: ignore invalid ts errors
  • d51e3bc chore(eslintrc): bump ecma version to 2023
  • 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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 28, 2023
@coveralls
Copy link

Pull Request Test Coverage Report for Build 6339171995

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 6282769268: 0.0%
Covered Lines: 480
Relevant Lines: 480

💛 - Coveralls

Bumps [fastify-json-to-xml](https://github.com/Fdawgs/fastify-json-to-xml) from 1.1.6 to 1.1.7.
- [Release notes](https://github.com/Fdawgs/fastify-json-to-xml/releases)
- [Changelog](https://github.com/Fdawgs/fastify-json-to-xml/blob/main/CHANGELOG.md)
- [Commits](Fdawgs/fastify-json-to-xml@v1.1.6...v1.1.7)

---
updated-dependencies:
- dependency-name: fastify-json-to-xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fastify-json-to-xml-1.1.7 branch from a842a38 to 47daa10 Compare September 28, 2023 13:12
@github-actions github-actions bot merged commit 12b208d into main Sep 28, 2023
9 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/fastify-json-to-xml-1.1.7 branch September 28, 2023 13:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant