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.1 #951

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps contentful-batch-libs from 9.6.0 to 10.1.1.

Release notes

Sourced from contentful-batch-libs's releases.

v10.1.1

10.1.1 (2023-11-08)

Bug Fixes

  • get entity name function optional param [NONE] (#257) (c007efd)

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.

... (truncated)

Commits
  • c007efd fix: get entity name function optional param [NONE] (#257)
  • 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)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner November 9, 2023 01:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 9, 2023
contentful-automation[bot]
contentful-automation bot previously approved these changes Nov 9, 2023
@contentful-automation contentful-automation bot enabled auto-merge (squash) November 9, 2023 01:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/contentful-batch-libs-10.1.1 branch from d9df02f to 7a579e3 Compare November 10, 2023 00:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/contentful-batch-libs-10.1.1 branch from 7a579e3 to 1348831 Compare November 20, 2023 00:21
@dependabot dependabot bot requested a review from a team as a code owner November 20, 2023 00:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/contentful-batch-libs-10.1.1 branch 3 times, most recently from 9fda33e to ccd29ca Compare December 6, 2023 00:21
Bumps [contentful-batch-libs](https://github.com/contentful/contentful-batch-libs) from 9.6.0 to 10.1.1.
- [Release notes](https://github.com/contentful/contentful-batch-libs/releases)
- [Commits](contentful/contentful-batch-libs@v9.6.0...v10.1.1)

---
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 force-pushed the dependabot/npm_and_yarn/contentful-batch-libs-10.1.1 branch from ccd29ca to 7c6f875 Compare December 7, 2023 01:07
@mgoudy91 mgoudy91 closed this Apr 5, 2024
auto-merge was automatically disabled April 5, 2024 20:04

Pull request was closed

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 5, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/contentful-batch-libs-10.1.1 branch April 5, 2024 20:04
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.

1 participant