paambaati / neon-js-sdk

TypeScript SDK for managing your Neon Serverless PostgreSQL projects
MIT License
17 stars 1 forks source link

chore(deps-dev): bump @semantic-release/npm from 9.0.2 to 10.0.2 #8

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @semantic-release/npm from 9.0.2 to 10.0.2.

Release notes

Sourced from @​semantic-release/npm's releases.

v10.0.2

10.0.2 (2023-03-22)

Bug Fixes

  • deps: update dependency fs-extra to v11.1.1 (#591) (31e0e27)

v10.0.1

10.0.1 (2023-03-22)

Bug Fixes

v10.0.0

10.0.0 (2023-03-22)

Bug Fixes

  • aggregate-error: upgraded to the latest version (7285e05)
  • deps: upgraded npm to v9 (2a79f80)
  • execa: upgraded to the latest version (7c74660)
  • normalize-url: upgraded to the latest version (b55bb01)
  • remove support for legacy auth (51ab3c8)
  • tempy: upgraded to the latest version of tempy (f1992a5)

Code Refactoring

  • esm: converted the package to esm (2d8ff15)

Features

  • node-versions: dropped support for node versions below v18 (aff3574)
  • semantic-release-peer: raised the minimum peer requirement to the first version that supports loading esm plugins (22e70ad)

BREAKING CHANGES

  • deps: the direct dependency on npm has been upgraded to v9. details of breaking changes can be found at https://github.com/npm/cli/releases/tag/v9.0.0
  • semantic-release-peer: the required version of semantic-release has been raised to v20.1.0 in order to support loading of ESM plugins
  • aggregate-error: due to the aggregate-error upgrade, thrown errors are no longer iterable, but instead list the errors under an errors property
  • legacy authentication using NPM_USERNAME and NPM_PASSWORD is no longer supported. Use NPM_TOKEN instead.
  • node-versions: node v18 is now the minimum required node version

... (truncated)

Commits
  • 31e0e27 fix(deps): update dependency fs-extra to v11.1.1 (#591)
  • 4c11706 fix(deps): update dependency execa to v7 (#575)
  • 410b73d Merge pull request #581 from semantic-release/beta
  • fc6fd18 Merge branch 'master' of github.com:semantic-release/npm into beta
  • 93f2f73 chore(deps): lock file maintenance (#590)
  • 3930bf1 chore(deps): update dependency semantic-release to v20.1.3 (#589)
  • 4dae1ea build(deps): bump webpack from 5.75.0 to 5.76.1
  • 0d914cb chore(deps): update dependency sinon to v15.0.2 (#587)
  • dff7f90 chore(deps): update dependency dockerode to v3.3.5 (#586)
  • c6e74d4 chore(deps): lock file maintenance (#585)
  • 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 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)
paambaati commented 1 year ago

:tada: This PR is included in version 1.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: