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

build(deps): Bump contentful-batch-libs from 9.6.0 to 10.1.0 #949

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2023

Bumps contentful-batch-libs from 9.6.0 to 10.1.0.

Release notes

Sourced from contentful-batch-libs's releases.

v10.1.0

10.1.0 (2023-11-08)

Features

  • Improve 'setupLogging' to instantiate a log array if none is provided (#244) (d90896d)

v10.0.0

10.0.0 (2023-11-01)

Refactor

BREAKING CHANGES


  • Replace type definitions defined in types.d.ts with generated type defs with entrypoint dist/index.d.ts.
  • Changed addSequenceHeader and getEntityName from default exports to named exports (listed in the todos).

Other notable (and less breaking?) changes:

  • Added a whole bunch of extra object reference checks. I have extracted the more complex checks, to the ✨new./type-guards.ts file.

  • Replaced lodash.cloneDeep with the structuredClone global function.

  • Modified the return structure of the proxyObjectToString function from:

    type proxyObjectToStringReturnType = |
      { host: number; port: number; isHttps: boolean; } | 
      { host: number; port: number; isHttps: boolean; auth: { username: string; password: string }; };

    to:

    type proxyObjectToStringReturnType = { 
      host: number; 
      port: number; 
      isHttps: boolean; 
      auth?: { username: string; password: string }; };

    The changes are subtle, but it is important to call out the change in behaviour here.

v9.7.0

9.7.0 (2023-10-24)

Features

Commits
  • d90896d feat: Improve 'setupLogging' to instantiate a log array if none is provided (...
  • 15a8be1 build(deps-dev): Bump @​types/node from 20.8.10 to 20.9.0 (#255)
  • 9b7e3ee build(deps-dev): Bump @​types/jest from 29.5.7 to 29.5.8 (#254)
  • a93849e build(deps-dev): Bump @​types/uuid from 9.0.6 to 9.0.7 (#256)
  • a4e04dc build(deps-dev): Bump contentful-management from 11.4.0 to 11.5.0 (#253)
  • 6ba41ba build(deps-dev): Bump @​typescript-eslint/eslint-plugin from 6.9.1 to 6.10.0 (...
  • 4782192 build(deps-dev): bump eslint from 8.52.0 to 8.53.0 (#251)
  • 5037e67 build(deps-dev): bump semantic-release from 22.0.6 to 22.0.7 (#250)
  • 96bd27a build(deps-dev): bump contentful-management from 11.3.0 to 11.4.0 (#247)
  • 6bba579 build(deps-dev): bump @​types/node from 20.8.9 to 20.8.10 (#249)
  • 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 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)

Bumps [contentful-batch-libs](https://github.com/contentful/contentful-batch-libs) from 9.6.0 to 10.1.0.
- [Release notes](https://github.com/contentful/contentful-batch-libs/releases)
- [Commits](contentful/contentful-batch-libs@v9.6.0...v10.1.0)

---
updated-dependencies:
- dependency-name: contentful-batch-libs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 8, 2023 09:26
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 8, 2023
@contentful-automation contentful-automation bot enabled auto-merge (squash) November 8, 2023 09:27
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2023

Superseded by #951.

@dependabot dependabot bot closed this Nov 9, 2023
auto-merge was automatically disabled November 9, 2023 01:57

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/contentful-batch-libs-10.1.0 branch November 9, 2023 01:57
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants