Merge branch 'main' into 5.0
This commit is contained in:
11
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
11
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -75,17 +75,6 @@ body:
|
||||
label: jasmine-core version
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: repro-with-latest-core
|
||||
attributes:
|
||||
label: Does the problem occur with the latest version of jasmine-core?
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
- I haven't tried
|
||||
- I'm stuck on an older version
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: other-versions
|
||||
attributes:
|
||||
|
||||
11
.github/ISSUE_TEMPLATE/support_request.yml
vendored
11
.github/ISSUE_TEMPLATE/support_request.yml
vendored
@@ -50,17 +50,6 @@ body:
|
||||
label: jasmine-core version
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: repro-with-latest-core
|
||||
attributes:
|
||||
label: Does the problem occur with the latest version of jasmine-core?
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
- I haven't tried
|
||||
- I'm stuck on an older version
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: other-versions
|
||||
attributes:
|
||||
|
||||
@@ -35,9 +35,9 @@
|
||||
],
|
||||
"devDependencies": {
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-plugin-compat": "^4.0.0",
|
||||
"eslint-plugin-compat": ">=4.0.0 <4.1.0",
|
||||
"glob": "^7.2.0",
|
||||
"grunt": "^1.0.4",
|
||||
"grunt": ">=1.0.4 <1.6.0",
|
||||
"grunt-cli": "^1.3.2",
|
||||
"grunt-contrib-compress": "^2.0.0",
|
||||
"grunt-contrib-concat": "^2.0.0",
|
||||
|
||||
Reference in New Issue
Block a user