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 the prod-deps-regular group across 1 directory with 3 updates #120

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps the prod-deps-regular group with 3 updates in the / directory: @golem-sdk/golem-js, tsx and express.

Updates @golem-sdk/golem-js from 3.2.0 to 3.3.1

Release notes

Sourced from @​golem-sdk/golem-js's releases.

v3.3.1

3.3.1 (2024-09-25)

Bug Fixes

  • demand: fixed passing deprecated engine parameter (af5f8c9)
  • job: fixed passing payment param in JobManagerConfig (e97c66b)

v3.3.1-beta.1

3.3.1-beta.1 (2024-09-24)

Bug Fixes

  • demand: fixed passing deprecated engine parameter (af5f8c9)
  • job: fixed passing payment param in JobManagerConfig (e97c66b)

v3.3.0

3.3.0 (2024-09-04)

Bug Fixes

  • demand: defined minimum expiration value for demand (c91b270)
  • demand: removed default value for runtime version (b59f0db)
  • exe-unit: fixed exceeding max listeners when running multiple commands on the same exe unit (ef3112e)
  • gftp-server-adapter: fixed hash calculation for files larger than 2gb (92ffba7)
  • gftp: fixed gftp spawning issues on windows replacing native spawn with cross-spawn (94f95ff)
  • golem-network: fixed gftp close issue preventing clean shutdown of golem-network (7d0050e)
  • remote-process: expose RemoteProcess as public API object (f8c629d)
  • resource-rental: fixed multiple triggering of finalization (including teardown) (24c3044)

Features

  • demand: added the ability to define runtime version as demand options (a4d4a0a)
  • market-scan: added the ability to define runtime version in market scan (7d3be65)
  • market: added getEstimatedCost to ScannedOffer (326a9e7)

v3.3.0-beta.3

3.3.0-beta.3 (2024-09-04)

Bug Fixes

  • demand: removed default value for runtime version (b59f0db)

v3.3.0-beta.2

3.3.0-beta.2 (2024-09-03)

... (truncated)

Commits
  • 9f385e3 Merge pull request #1091 from golemfactory/beta
  • 2c70207 Merge pull request #1090 from golemfactory/docs/gpu-examples-polygon
  • 51a14cc Merge pull request #1089 from golemfactory/bugfix/JST-1086/job-api-payment
  • 37be194 Merge pull request #1088 from golemfactory/bugfix/JST-1087/engine-param
  • 26a7e62 docs: improved gpu examples using polygon network
  • 9ab32e8 chore: typo
  • e97c66b fix(job): fixed passing payment param in JobManagerConfig
  • af5f8c9 fix(demand): fixed passing deprecated engine parameter
  • 6fa5fcb Merge pull request #1077 from golemfactory/fix-no-implicit-any-in-examples
  • 48a8a35 docs(examples): disable implicit any in examples
  • Additional commits viewable in compare view

Updates tsx from 4.16.5 to 4.19.1

Release notes

Sourced from tsx's releases.

v4.19.1

4.19.1 (2024-09-12)

Bug Fixes


This release is also available on:

v4.19.0

4.19.0 (2024-08-27)

Features

  • watch: deprecate ignore flag in favor or exclude flag (157c3ec)

This release is also available on:

v4.18.0

4.18.0 (2024-08-24)

Features

  • watch: --include CLI flag to watch additional files (#625) (474ea71)

This release is also available on:

v4.17.1

4.17.1 (2024-08-24)

... (truncated)

Commits
  • 0329bfc fix(cjs): patch module.path for accurate cache ID
  • 44ed37f fix(cjs): resolve ts extensions from js when namespaced
  • ac77527 test: outdent api fixtures
  • 157c3ec feat(watch): deprecate ignore flag in favor or exclude flag
  • 474ea71 feat(watch): --include CLI flag to watch additional files (#625)
  • af370e7 fix(esm): package entry TS resolution for Node 20.17 & 22.6
  • 1b80d5d docs: add premium sponsors
  • 6c8eae0 chore: upgrade lintroll
  • bd83d3b feat: upgrade esbuild to 0.23 (#615)
  • See full diff in compare view

Updates express from 4.19.2 to 4.21.0

Release notes

Sourced from express's releases.

4.21.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.0 / 2024-09-11

4.20.0 / 2024-09-10

  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: [email protected]
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… 3 updates

Bumps the prod-deps-regular group with 3 updates in the / directory: [@golem-sdk/golem-js](https://github.com/golemfactory/golem-js), [tsx](https://github.com/privatenumber/tsx) and [express](https://github.com/expressjs/express).


Updates `@golem-sdk/golem-js` from 3.2.0 to 3.3.1
- [Release notes](https://github.com/golemfactory/golem-js/releases)
- [Changelog](https://github.com/golemfactory/golem-js/blob/master/.releaserc.json)
- [Commits](golemfactory/golem-js@v3.2.0...v3.3.1)

Updates `tsx` from 4.16.5 to 4.19.1
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.16.5...v4.19.1)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](expressjs/express@4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: "@golem-sdk/golem-js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps-regular
- dependency-name: tsx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps-regular
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps-regular
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2024

Superseded by #123.

@dependabot dependabot bot closed this Oct 14, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/beta/prod-deps-regular-d7c34a960a branch October 14, 2024 07:11
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.

0 participants