Skip to content

build(deps): bump the production-dependencies group across 1 directory with 3 updates#43

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-8f048a6faf
Open

build(deps): bump the production-dependencies group across 1 directory with 3 updates#43
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-8f048a6faf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 3 updates in the / directory: @polar-sh/sdk, nanoid and nodemailer.

Updates @polar-sh/sdk from 0.47.1 to 0.48.1

Release notes

Sourced from @​polar-sh/sdk's releases.

typescript - v0.48.1 - 2026-06-08 09:18:43

Generated by Speakeasy CLI

@​polar-sh/sdk 0.48.1

Typescript SDK Changes:

  • polar.subscriptions.update():
    • request.subscriptionUpdate Changed (Breaking ⚠️)
  • polar.organizations.listOrganizations(): response.items[].featureSettings.slackBenefitEnabled Added
  • polar.organizations.create():
    • request.featureSettings.slackBenefitEnabled Added
    • response.featureSettings.slackBenefitEnabled Added
  • polar.organizations.get(): response.featureSettings.slackBenefitEnabled Added
  • polar.organizations.update():
    • request.organizationUpdate.featureSettings.slackBenefitEnabled Added
    • response.featureSettings.slackBenefitEnabled Added

Generated with Speakeasy CLI 1.771.0

Publishing Completed

typescript - v0.48.0 - 2026-06-05 08:26:28

Generated by Speakeasy CLI

@​polar-sh/sdk 0.48.0

Typescript SDK Changes:

  • polar.orders.list(): response.items[] Changed (Breaking ⚠️)
  • polar.organizationAccessTokens.update(): response.scopes[] Changed (Breaking ⚠️)
  • polar.organizationAccessTokens.create(): response.organizationAccessToken.scopes[] Changed (Breaking ⚠️)
  • polar.organizationAccessTokens.list(): response.items[].scopes[] Changed (Breaking ⚠️)
  • polar.eventTypes.list(): response.items[] Changed (Breaking ⚠️)
  • polar.events.get(): response.union(SystemEvent) Changed (Breaking ⚠️)
  • polar.events.list(): response.union(ListResource_Event_).items[] Changed (Breaking ⚠️)
  • polar.customerSeats.assignSeat(): request Changed (Breaking ⚠️)
  • polar.organizations.create():
    • request.featureSettings Changed (Breaking ⚠️)
    • response.featureSettings Changed (Breaking ⚠️)
  • polar.organizations.get(): response.featureSettings Changed (Breaking ⚠️)
  • polar.organizations.update():
    • request.organizationUpdate.featureSettings Changed (Breaking ⚠️)
    • response.featureSettings Changed (Breaking ⚠️)
  • polar.customerPortal.orders.update(): response Changed (Breaking ⚠️)
  • polar.customerPortal.orders.get(): response Changed (Breaking ⚠️)
  • polar.customerPortal.orders.list(): response.items[] Changed (Breaking ⚠️)
  • polar.customerPortal.seats.assignSeat():
    • request.checkoutClientSecret Removed (Breaking ⚠️)
  • polar.orders.update(): response Changed (Breaking ⚠️)
  • polar.oauth2.authorize(): response.union(organization).scopes[] Changed (Breaking ⚠️)
  • polar.orders.get(): response Changed (Breaking ⚠️)
  • polar.customers.list():
    • request.active Added
    • response.items[] Changed

... (truncated)

Changelog

Sourced from @​polar-sh/sdk's changelog.

2024-09-02 09:49:03

Changes

Based on:

Generated

  • [typescript v0.6.1] .

Releases

2024-09-04 00:24:19

Changes

Based on:

Generated

  • [typescript v0.7.0] .

Releases

2024-09-05 00:24:10

Changes

Based on:

Generated

  • [typescript v0.7.1] .

Releases

2024-09-13 00:24:28

Changes

Based on:

Generated

  • [typescript v0.8.0] .

Releases

2024-09-16 00:26:12

Changes

Based on:

Generated

  • [typescript v0.8.1] .

Releases

... (truncated)

Commits
  • 7b70884 ## Typescript SDK Changes:
  • d80bf75 Merge pull request #173 from polarsource/speakeasy-sdk-regen-1777510688
  • 2ca5120 empty commit to trigger [run-tests] workflow
  • 544bbd6 ## Typescript SDK Changes:
  • See full diff in compare view

Updates nanoid from 5.1.16 to 6.0.0

Release notes

Sourced from nanoid's releases.

6.0.0

  • Made nanoid() and customAlphabet() 4 times faster (by @​orhanayd).
  • Removed Node.js 18 and 20 support.
Changelog

Sourced from nanoid's changelog.

6.0.0

  • Made nanoid() and customAlphabet() 4 times faster (by @​orhanayd).
  • Removed Node.js 18 and 20 support.
Commits

Updates nodemailer from 8.0.11 to 9.0.3

Release notes

Sourced from nodemailer's releases.

v9.0.3

9.0.3 (2026-06-30)

Bug Fixes

  • smtp-connection: harden STARTTLS upgrade and secure socket handling (#1835) (07d8253)

v9.0.2

9.0.2 (2026-06-29)

Bug Fixes

  • addressparser: keep operator chars inside an address-literal as text (#1829) (9ba1064)
  • harden smtp-connection low-severity issues (22ddcea)
  • harden smtp-connection response parsing and socket lifecycle (68860b9)
  • prevent SES transport callback double-invocation and hang on sync errors (#1831) (9517bc5)
  • reject CRLF in HTTP proxy CONNECT destination to prevent request injection (6347b47)

v9.0.1

9.0.1 (2026-06-17)

Bug Fixes

  • enforce disableFileAccess/disableUrlAccess for raw message option (a82e060)

v9.0.0

9.0.0 (2026-06-14)

⚠ BREAKING CHANGES

  • HTTPS requests made while fetching remote content (attachment href/path URLs, OAuth2 token endpoints, HTTP/HTTPS proxy CONNECT) now validate the server's TLS certificate by default. Requests to hosts with self-signed, expired, or hostname-mismatched certificates that previously succeeded will now fail. Opt back out per request with tls.rejectUnauthorized=false (transport options, or a per-attachment tls option).

Bug Fixes

  • replace deprecated url.parse with a WHATWG URL wrapper (0c080fb)
  • validate TLS certificates by default when fetching remote content (6a947ac)
Changelog

Sourced from nodemailer's changelog.

9.0.3 (2026-06-30)

Bug Fixes

  • smtp-connection: harden STARTTLS upgrade and secure socket handling (#1835) (07d8253)

9.0.2 (2026-06-29)

Bug Fixes

  • addressparser: keep operator chars inside an address-literal as text (#1829) (9ba1064)
  • harden smtp-connection low-severity issues (22ddcea)
  • harden smtp-connection response parsing and socket lifecycle (68860b9)
  • prevent SES transport callback double-invocation and hang on sync errors (#1831) (9517bc5)
  • reject CRLF in HTTP proxy CONNECT destination to prevent request injection (6347b47)

9.0.1 (2026-06-17)

Bug Fixes

  • enforce disableFileAccess/disableUrlAccess for raw message option (a82e060)

9.0.0 (2026-06-14)

⚠ BREAKING CHANGES

  • HTTPS requests made while fetching remote content (attachment href/path URLs, OAuth2 token endpoints, HTTP/HTTPS proxy CONNECT) now validate the server's TLS certificate by default. Requests to hosts with self-signed, expired, or hostname-mismatched certificates that previously succeeded will now fail. Opt back out per request with tls.rejectUnauthorized=false (transport options, or a per-attachment tls option).

Bug Fixes

  • replace deprecated url.parse with a WHATWG URL wrapper (0c080fb)
  • validate TLS certificates by default when fetching remote content (6a947ac)
Commits
  • 1f61eb4 chore(master): release 9.0.3 (#1836)
  • 07d8253 fix(smtp-connection): harden STARTTLS upgrade and secure socket handling (#1835)
  • 4801f3a chore(master): release 9.0.2 (#1832)
  • 9ba1064 fix(addressparser): keep operator chars inside an address-literal as text (#1...
  • 22ddcea fix: harden smtp-connection low-severity issues
  • af002eb chore: add Node.js 26 to the CI test matrix
  • 6347b47 fix: reject CRLF in HTTP proxy CONNECT destination to prevent request injection
  • 68860b9 fix: harden smtp-connection response parsing and socket lifecycle
  • 9517bc5 fix: prevent SES transport callback double-invocation and hang on sync errors...
  • 69cf625 chore(master): release 9.0.1 (#1828)
  • Additional commits viewable in compare view

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

…y with 3 updates

Bumps the production-dependencies group with 3 updates in the / directory: [@polar-sh/sdk](https://github.com/polarsource/polar-js), [nanoid](https://github.com/ai/nanoid) and [nodemailer](https://github.com/nodemailer/nodemailer).


Updates `@polar-sh/sdk` from 0.47.1 to 0.48.1
- [Release notes](https://github.com/polarsource/polar-js/releases)
- [Changelog](https://github.com/polarsource/polar-js/blob/main/RELEASES.md)
- [Commits](polarsource/polar-js@v0.47.1...v0.48.1)

Updates `nanoid` from 5.1.16 to 6.0.0
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@5.1.16...6.0.0)

Updates `nodemailer` from 8.0.11 to 9.0.3
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v8.0.11...v9.0.3)

---
updated-dependencies:
- dependency-name: "@polar-sh/sdk"
  dependency-version: 0.48.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: nanoid
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: nodemailer
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 17, 2026
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.

0 participants