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

July 7 2024 Patch of SFMC-SDK #342

Merged
merged 29 commits into from
Jul 5, 2024
Merged

July 7 2024 Patch of SFMC-SDK #342

merged 29 commits into from
Jul 5, 2024

Conversation

DougMidgley
Copy link
Owner

PR details

What is the purpose of this pull request? (put an "X" next to an item)

  • Fix
  • Improvements
  • New Feature
  • Documentation updates
  • Other, please explain:

What changes did you make? (Give an overview)

dependabot bot and others added 29 commits May 24, 2024 11:59
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 46.5.1 to 48.2.6.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v46.5.1...v48.2.6)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…lop/eslint-plugin-jsdoc-48.2.6

Bump eslint-plugin-jsdoc from 46.5.1 to 48.2.6
this is a copy of what phjulia pushed earlier but with fixed jsdocs
… eslint-plugin-unicorn, prettier-eslint; add prettier
…ders-for-postput-and-patch-rest-request

#285: allow customizing headers for patch, put and post REST calls
…ling-on-switch-to-developmain

bugfix/309 postcheck script failing on switch to developmain
Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.0 to 18.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v15.2.0...v18.0.0)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…lop/sinon-18.0.0

Bump sinon from 15.2.0 to 18.0.0
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.0.0 to 5.1.3.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.0.0...v5.1.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…lop/eslint-plugin-prettier-5.1.3

Bump eslint-plugin-prettier from 5.0.0 to 5.1.3
Bumps [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter) from 1.21.5 to 1.22.0.
- [Release notes](https://github.com/ctimmerm/axios-mock-adapter/releases)
- [Changelog](https://github.com/ctimmerm/axios-mock-adapter/blob/master/CHANGELOG.md)
- [Commits](ctimmerm/axios-mock-adapter@v1.21.5...v1.22.0)

---
updated-dependencies:
- dependency-name: axios-mock-adapter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…lop/axios-mock-adapter-1.22.0

Bump axios-mock-adapter from 1.21.5 to 1.22.0
Bumps [assert](https://github.com/browserify/commonjs-assert) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/browserify/commonjs-assert/releases)
- [Changelog](https://github.com/browserify/commonjs-assert/blob/main/CHANGELOG.md)
- [Commits](browserify/commonjs-assert@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: assert
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…lop/assert-2.1.0

Bump assert from 2.0.0 to 2.1.0
* #318 EsLint Update plus General Actions Update

* #318 intent issue and dep update

---------

Co-authored-by: Douglas Midgley <douglas.midgley@accenture.com>
* #318 EsLint Update plus General Actions Update

* #318 intent issue and dep update

* #318: restrict eslint scope and general update

---------

Co-authored-by: Douglas Midgley <douglas.midgley@accenture.com>
# Conflicts:
#	@types/auth.d.ts.map
#	@types/index.d.ts.map
#	@types/rest.d.ts.map
#	@types/soap.d.ts.map
… or concrete object (#340)

* #339: enhance how tsconfigs are used

* #339: ts-lint fixes

* #339: fix version to v2.1.0

* #339: review fixes

* #339: turn off jsdoc/valid-types due to incompatibility with ts-linting and vsc intellisense
@DougMidgley DougMidgley merged commit 28609eb into main Jul 5, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix types: "object" causes issues and needs to be replaced with any or concrete object
2 participants