Skip to content

[INTERNAL] Bump sinon from 15.2.0 to 16.0.0#664

Merged
flovogt merged 1 commit intomainfrom
dependabot/npm_and_yarn/sinon-16.0.0
Sep 20, 2023
Merged

[INTERNAL] Bump sinon from 15.2.0 to 16.0.0#664
flovogt merged 1 commit intomainfrom
dependabot/npm_and_yarn/sinon-16.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2023

Bumps sinon from 15.2.0 to 16.0.0.

Changelog

Sourced from sinon's changelog.

16.0.0

  • c3396058 fix(2525): ensure non empty message when error of type string is passed, but no message (#2544) (Mark de Dios)
  • baa1aee9 .define method (#2539) (Konstantin Gukov)
    • .define method for temporarily defining new properties during the tests
  • fe799e78 Fix issue 2534: spies are not restored (#2535) (Carl-Erik Kopseng)
  • 305fb6cc fix: actaully reset 'injectedKeys' (#2456) (Morgan Roderick)
  • de2635dd Bump LTS version one notch: 20 (#2529) (Carl-Erik Kopseng)

Released by Morgan Roderick on 2023-09-13.

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.0 to 16.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v15.2.0...v16.0.0)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Sep 17, 2023
@dependabot dependabot bot requested review from RandomByte and matz3 September 17, 2023 10:02
@coveralls
Copy link

Coverage Status

coverage: 95.949%. remained the same when pulling 8bcc854 on dependabot/npm_and_yarn/sinon-16.0.0 into e8483fa on main.

Copy link
Member

@flovogt flovogt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Triggered integration (job: 479) and smoke (job: 1495) tests. LGTM.

@flovogt flovogt merged commit f7acea2 into main Sep 20, 2023
@flovogt flovogt deleted the dependabot/npm_and_yarn/sinon-16.0.0 branch September 20, 2023 11:53
d3xter666 pushed a commit to UI5/cli that referenced this pull request Sep 25, 2025
… 3.0 (SAP/ui5-project#552)

As proposed in chapter 6 of RFC0012([1]), restrict the 'name' property for
projects and extensions defining specification version 3.0 and later.

BREAKING CHANGE:

For projects and extensions defining specVersion 3.0 and later, the
metadata.name property must satisfy the following conditions:

* Must be at least 3 characters long
* Must be no longer than 50 characters
* Must contain lowercase characters only
* Must contain alphanumeric characters, dash, underscore and period only
    - Exception: `@` and `/` are allowed at certain positions as
      explained below
* Must start with an alphabetic character or an `@`-character
* If a name starts with an `@`-character, it must contain exactly one
  forward-slash `/`
    - This is aligned with the npm concept for package scopes
    - e.g. `@org/lib.name`

For details, please see refer to chapter 6 of RFC0012([1]).

[1]: SAP/ui5-tooling SAP/ui5-project#664
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants