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

Open
wants to merge 1 commit into
base: beta
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Release notes

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

v3.4.2

3.4.2 (2024-10-16)

Bug Fixes

  • fallback to built-in WebSocket constructor when running in the browser (instead of using "ws") (f0f26ce)
  • market: fixed the ProposalDTO type that was wronlgy typed as partial (fc2fd81)

v3.4.2-beta.1

3.4.2-beta.1 (2024-10-16)

Bug Fixes

  • fallback to built-in WebSocket constructor when running in the browser (instead of using "ws") (f0f26ce)
  • market: fixed the ProposalDTO type that was wronlgy typed as partial (fc2fd81)

v3.4.1

3.4.1 (2024-10-14)

Bug Fixes

  • dependencies: prune of unnecessary library dependencies (1e9adaa)
  • dependencies: updated dependencies to get feature and security fixes (57c7774)
  • payment: fix the issue when 'glm' token would always be used instead of 'tglm' (0d3076a)

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

3.4.0-beta.2 (2024-10-14)

Bug Fixes

  • dependencies: prune of unnecessary library dependencies (1e9adaa)
  • dependencies: updated dependencies to get feature and security fixes (57c7774)

... (truncated)

Commits
  • 4eb1472 Merge pull request #1113 from golemfactory/beta
  • e9b8a7d Merge pull request #1112 from golemfactory/fix/use-browser-websocket-in-browser
  • 0443c17 test: test transferring data in the browser
  • f0f26ce fix: fallback to built-in WebSocket constructor when running in the browser (...
  • 2054d6a Merge pull request #1111 from golemfactory/bugfix/proposal-dto-non-partial
  • fc2fd81 fix(market): fixed the ProposalDTO type that was wronlgy typed as partial
  • da2c270 Merge remote-tracking branch 'origin/master' into beta
  • d3826ea Merge pull request #1110 from golemfactory/chore/dependency-pruning-and-maint...
  • 0d3076a fix(payment): fix the issue when 'glm' token would always be used instead of ...
  • 57c7774 fix(dependencies): updated dependencies to get feature and security fixes
  • 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.2
- [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.2)

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 21, 2024
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