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 #123

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 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.4.0

Release notes

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

v3.4.0

3.4.0 (2024-10-11)

Bug Fixes

  • remove commonjs hint from package.json to allow webpack to decide how to bundle browser package (5b2b1e9)
  • tcp-proxy: throw an error when users try to use proxy in browser (9ef96fd)

Features

  • change the default storage provider from gftp to ws (083a0eb)

v3.4.0-beta.1

3.4.0-beta.1 (2024-10-11)

Features

  • change the default storage provider from gftp to ws (083a0eb)

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.2

3.3.1-beta.2 (2024-10-11)

Bug Fixes

  • remove commonjs hint from package.json to allow webpack to decide how to bundle browser package (5b2b1e9)
  • tcp-proxy: throw an error when users try to use proxy in browser (9ef96fd)

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

... (truncated)

Commits
  • 3e9d9e5 Merge pull request #1101 from golemfactory/beta
  • baa402e Merge pull request #1096 from golemfactory/feature/JST-186/drop-gftp
  • ae82718 Merge remote-tracking branch 'origin/beta' into feature/JST-186/drop-gftp
  • 6698336 Merge pull request #1098 from golemfactory/feature/JST-1091/support-webpack
  • 98bdb31 Merge pull request #1097 from golemfactory/bugfix/JST-1092
  • 5b2b1e9 fix: remove commonjs hint from package.json to allow webpack to decide how to...
  • 642a7ea chore: use proper error class, remove premature closing of fd, fix test logge...
  • 7d7b767 refactor: added debug logs to the gftp storage provider
  • 9ef96fd fix(tcp-proxy): throw an error when users try to use proxy in browser
  • 258a653 build: update fs imports to get around issue in rollup node polyfill plugin
  • 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.1

Release notes

Sourced from express's releases.

4.21.1

What's Changed

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

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.1 / 2024-10-08

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.4.0
- [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.4.0)

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.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.19.2...4.21.1)

---
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 Oct 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2024

Superseded by #126.

@dependabot dependabot bot closed this Oct 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/beta/prod-deps-regular-40eb342316 branch October 21, 2024 07:22
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