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

Bump ts-transforms from 0.71.0 to 0.75.0 #712

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps ts-transforms from 0.71.0 to 0.75.0.

Release notes

Sourced from ts-transforms's releases.

v0.75.0

This release includes the following changes:

  • Resolves #2608, which adds external_ports keyword to Teraslice jobs

v0.74.0

  • changed op-loader in job-components to be able to load bundled assets

v0.73.2

  • Fix marking execution as failed when initializing to prevent jobs from being stuck in the initializing state

v0.73.1

  • Make sure stopping jobs get set to stopped by periodically checking for stopping jobs that have exceeded the shutdown timeout and marking them as stopped.

v0.73.0

  • Adds ephemeral storage volume support for k8s clustering. This must be enabled on a per job basis, to do so set ephemeral_storage: true on the job, then a volume /ephemeral0 will exist for the lifetime of the execution.

v0.72.1

  • Improve reliability of autoloading assets when the zip files are large
  • Only allow one zip file to be unzipped at at time to reduce load on the file system

v0.72.0

  • BREAKING CHANGE: elasticsearch schema of the assets mapping, changed blob from keyword => binary.

v0.71.3

This release of Teraslice addresses the following issues:

  • #2438 - race condition when starting jobs in k8s

v0.71.2

Update dependencies and docker image to use node v12.20.1 which has some security fixes

v0.71.1

Update Dockerfile to use 12.19

Commits
  • a16dd2d Merge pull request #2611 from terascope/k8s-add-external-ports
  • a192d0d fix more out of sync dependencies
  • f2e24bc fixing yarn lock for teraslice release
  • 379d4a5 Merge branch 'master' into k8s-add-external-ports
  • bc8e0aa release: (minor) [email protected]
  • 7113517 Merge pull request #2641 from terascope/dependabot/npm_and_yarn/eslint-7.24.0
  • 5f97700 Update packages/job-components/src/job-schemas.ts
  • 282b299 sync eslint version
  • 0ed9d6c Merge pull request #2637 from terascope/dependabot/npm_and_yarn/typescript-4.2.4
  • 55c710d sync typescript versiong
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 25, 2023
@busma13
Copy link
Contributor

busma13 commented Sep 25, 2023

Yarn setup is failing tests because of type mismatches.
./asset/node_modules/ts-transforms/node_modules/@terascope/utils is v0.50.0 and ./asset/node_modules/@terascope/utils is v 0.46.0.
Bumping the second package up to v0.50.0 causes even more type errors.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ts-transforms-0.75.0 branch from a6ff3ee to 3189622 Compare September 25, 2023 21:23
@busma13
Copy link
Contributor

busma13 commented Sep 27, 2023

@dependabot rebase

Bumps [ts-transforms](https://github.com/terascope/teraslice) from 0.71.0 to 0.75.0.
- [Release notes](https://github.com/terascope/teraslice/releases)
- [Commits](terascope/teraslice@v0.71.0...v0.75.0)

---
updated-dependencies:
- dependency-name: ts-transforms
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ts-transforms-0.75.0 branch from 3189622 to 4442492 Compare September 27, 2023 14:26
@busma13
Copy link
Contributor

busma13 commented Sep 27, 2023

Several dependencies need to be bumped simultaneously. Opening a separate PR to do this.

@busma13 busma13 closed this Sep 27, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 27, 2023

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/ts-transforms-0.75.0 branch September 27, 2023 15:39
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants