Skip to content

Jasmine 4.0#59013

Merged
typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom
sgravrock:jasmine-4
Mar 15, 2022
Merged

Jasmine 4.0#59013
typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom
sgravrock:jasmine-4

Conversation

@sgravrock
Copy link
Copy Markdown
Contributor

@sgravrock sgravrock commented Feb 26, 2022

Please fill in this template.

Select one of these and delete the others:

If changing an existing definition:

@sgravrock sgravrock marked this pull request as draft February 26, 2022 19:53
@peterblazejewicz
Copy link
Copy Markdown
Member

question: should blocks with @deprecated be removed from v4 of types? (non-jasmine specific, pending here e.g. for 2 years already, see L:23 for example)

@sgravrock
Copy link
Copy Markdown
Contributor Author

question: should blocks with @deprecated be removed from v4 of types? (non-jasmine specific, pending here e.g. for 2 years already, see L:23 for example)

I could see a case to be made for either removing them all now or leaving them in place until they actually break. I don't have a strong opinion either way, so I'll defer to those of you who have more experience with DT.

seed: 4321,
oneFailurePerSpec: true,
failFast: true,
stopSpecOnExpectationFailure: true,
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

karma-jasmine just passes the provided config through to jasmine-core, so although the configuration changes affect karma-jasmine's users, they shouldn't affect karma-jasmine itself.

@sgravrock sgravrock marked this pull request as ready for review March 5, 2022 19:19
@typescript-bot
Copy link
Copy Markdown
Contributor

typescript-bot commented Mar 5, 2022

@sgravrock Thank you for submitting this PR!

This is a live comment which I will keep updated.

3 packages in this PR

Code Reviews

Because this is a widely-used package, a DT maintainer will need to review it before it can be merged.

You can test the changes of this PR in the Playground.

Status

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • ✅ A DT maintainer needs to approve changes which affect more than one package

All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes.


Diagnostic Information: What the bot saw about this PR
{
  "type": "info",
  "now": "-",
  "pr_number": 59013,
  "author": "sgravrock",
  "headCommitOid": "c410f41da8b242c582fb7ae33a72df1a5f391e9f",
  "mergeBaseOid": "7af8bea109c8225c06456291a7234eba8ccc5acb",
  "lastPushDate": "2022-03-05T19:12:54.000Z",
  "lastActivityDate": "2022-03-15T23:18:22.000Z",
  "mergeOfferDate": "2022-03-15T21:16:28.000Z",
  "mergeRequestDate": "2022-03-15T23:18:22.000Z",
  "mergeRequestUser": "sgravrock",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Critical",
  "pkgInfo": [
    {
      "name": "jasmine-ajax",
      "kind": "edit",
      "files": [
        {
          "path": "types/jasmine-ajax/jasmine-ajax-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "lgrignon",
        "jgonggrijp"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "jasmine",
      "kind": "edit",
      "files": [
        {
          "path": "types/jasmine/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/jasmine/jasmine-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/jasmine/v3/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/jasmine/v3/jasmine-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/jasmine/v3/tsconfig.json",
          "kind": "package-meta",
          "suspect": "not [the expected form](https://github.com/DefinitelyTyped/DefinitelyTyped#user-content-tsconfigjson) (check: `compilerOptions.strictFunctionTypes`, `compilerOptions.esModuleInterop`)"
        },
        {
          "path": "types/jasmine/v3/tslint.json",
          "kind": "package-meta",
          "suspect": "not [the expected form](https://github.com/DefinitelyTyped/DefinitelyTyped#user-content-linter-tslintjson) (check: `rules`)"
        }
      ],
      "owners": [
        "borisyankov",
        "theodorejb",
        "davidparsson",
        "lukas-zech-software",
        "Engineer2B",
        "cyungmann",
        "Roaders",
        "devoto13",
        "fdim",
        "kolodny",
        "stephenfarrar",
        "djungowski",
        "chivesrs",
        "kirjs",
        "ienzam"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "karma-jasmine",
      "kind": "edit",
      "files": [
        {
          "path": "types/karma-jasmine/karma-jasmine-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "michelsalib",
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "gabritto",
      "date": "2022-03-15T21:15:46.000Z",
      "isMaintainer": true
    },
    {
      "type": "approved",
      "reviewer": "chivesrs",
      "date": "2022-03-07T20:01:00.000Z",
      "isMaintainer": false
    }
  ],
  "mainBotCommentID": 1059818522,
  "ciResult": "pass"
}

@typescript-bot
Copy link
Copy Markdown
Contributor

🔔 @lgrignon @jgonggrijp @borisyankov @theodorejb @davidparsson @lukas-zech-software @Engineer2B @cyungmann @Roaders @devoto13 @FDIM @kolodny @stephenfarrar @djungowski @chivesrs @kirjs @ienzam @michelsalib @peterblazejewicz — please review this PR in the next few days. Be sure to explicitly select Approve or Request Changes in the GitHub UI so I know what's going on.

@typescript-bot typescript-bot added the Owner Approved A listed owner of this package signed off on the pull request. label Mar 7, 2022
@typescript-bot typescript-bot added Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner labels Mar 15, 2022
@typescript-bot
Copy link
Copy Markdown
Contributor

@sgravrock: Everything looks good here. I am ready to merge this PR (at c410f41) on your behalf whenever you think it's ready.

If you'd like that to happen, please post a comment saying:

Ready to merge

and I'll merge this PR almost instantly. Thanks for helping out! ❤️

@sgravrock
Copy link
Copy Markdown
Contributor Author

Ready to merge

@typescript-bot typescript-bot merged commit 7935697 into DefinitelyTyped:master Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Check Config Changes a module config files Critical package Edits multiple packages Maintainer Approved Owner Approved A listed owner of this package signed off on the pull request. Self Merge This PR can now be self-merged by the PR author or an owner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants