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

Commits on May 24, 2024

  1. Bump eslint-plugin-jsdoc from 46.5.1 to 48.2.6

    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>
    dependabot[bot] committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f5b3fb9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #303 from DougMidgley/dependabot/npm_and_yarn/deve…

    …lop/eslint-plugin-jsdoc-48.2.6
    
    Bump eslint-plugin-jsdoc from 46.5.1 to 48.2.6
    JoernBerkefeld committed May 24, 2024
    Configuration menu
    Copy the full SHA
    84ba96b View commit details
    Browse the repository at this point in the history
  3. #285: allow customizing headers for patch, put and post calls

    this is a copy of what phjulia pushed earlier but with fixed jsdocs
    JoernBerkefeld committed May 24, 2024
    Configuration menu
    Copy the full SHA
    809bdef View commit details
    Browse the repository at this point in the history
  4. #285: eslint -fix

    JoernBerkefeld committed May 24, 2024
    Configuration menu
    Copy the full SHA
    36e7cd5 View commit details
    Browse the repository at this point in the history
  5. #285: upgrade eslint, eslint-config-prettier, eslint-plugin-prettier,…

    … eslint-plugin-unicorn, prettier-eslint; add prettier
    JoernBerkefeld committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a2dbf1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cc951a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #307 from DougMidgley/feature/285-allow-adding-hea…

    …ders-for-postput-and-patch-rest-request
    
    #285: allow customizing headers for patch, put and post REST calls
    JoernBerkefeld committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2eb1c89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a5d3a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b70dc9a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    32ef4f3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ad754d8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b0b9190 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #308 from DougMidgley/bugfix/300-fix-incorrect-jsdocs

    Bugfix/300 fix incorrect jsdocs
    JoernBerkefeld committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5d7b786 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    488c6a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0804376 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #310 from DougMidgley/309-bug-postcheck-script-fai…

    …ling-on-switch-to-developmain
    
    bugfix/309 postcheck script failing on switch to developmain
    JoernBerkefeld committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0c664ed View commit details
    Browse the repository at this point in the history
  4. Bump sinon from 15.2.0 to 18.0.0

    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>
    dependabot[bot] committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6c5a888 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #306 from DougMidgley/dependabot/npm_and_yarn/deve…

    …lop/sinon-18.0.0
    
    Bump sinon from 15.2.0 to 18.0.0
    JoernBerkefeld committed May 27, 2024
    Configuration menu
    Copy the full SHA
    3fb515a View commit details
    Browse the repository at this point in the history
  6. Bump eslint-plugin-prettier from 5.0.0 to 5.1.3

    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>
    dependabot[bot] committed May 27, 2024
    Configuration menu
    Copy the full SHA
    86f650c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #304 from DougMidgley/dependabot/npm_and_yarn/deve…

    …lop/eslint-plugin-prettier-5.1.3
    
    Bump eslint-plugin-prettier from 5.0.0 to 5.1.3
    JoernBerkefeld committed May 27, 2024
    Configuration menu
    Copy the full SHA
    4673be8 View commit details
    Browse the repository at this point in the history
  8. Bump axios-mock-adapter from 1.21.5 to 1.22.0

    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>
    dependabot[bot] committed May 27, 2024
    Configuration menu
    Copy the full SHA
    64836d0 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #274 from DougMidgley/dependabot/npm_and_yarn/deve…

    …lop/axios-mock-adapter-1.22.0
    
    Bump axios-mock-adapter from 1.21.5 to 1.22.0
    JoernBerkefeld committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d65917b View commit details
    Browse the repository at this point in the history
  10. Bump assert from 2.0.0 to 2.1.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>
    dependabot[bot] committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ba30b51 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #272 from DougMidgley/dependabot/npm_and_yarn/deve…

    …lop/assert-2.1.0
    
    Bump assert from 2.0.0 to 2.1.0
    JoernBerkefeld committed May 27, 2024
    Configuration menu
    Copy the full SHA
    88eb0e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. #318 EsLint Update plus General Actions Update (#319)

    * #318 EsLint Update plus General Actions Update
    
    * #318 intent issue and dep update
    
    ---------
    
    Co-authored-by: Douglas Midgley <douglas.midgley@accenture.com>
    DougMidgley and Douglas Midgley committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8ca3988 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Chores/318 update eslint (#335)

    * #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>
    DougMidgley and Douglas Midgley committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c3b3187 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Merge remote-tracking branch 'origin/main' into develop

    # Conflicts:
    #	@types/auth.d.ts.map
    #	@types/index.d.ts.map
    #	@types/rest.d.ts.map
    #	@types/soap.d.ts.map
    DougMidgley committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ed96f9f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. #339 fix types object causes issues and needs to be replaced with any…

    … 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
    JoernBerkefeld committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c5bddff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e62159c View commit details
    Browse the repository at this point in the history