Skip to content

Commit

Permalink
Merge branch 'develop' into emily/dynamic-cirlce-ci
Browse files Browse the repository at this point in the history
# Conflicts:
#	.circleci/config.yml
  • Loading branch information
emilyrohrbough committed Nov 22, 2022
2 parents d651bc9 + 2166ba0 commit a835918
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/workflows.yml
Expand Up @@ -63,7 +63,7 @@ windowsWorkflowFilters: &windows-workflow-filters
when:
or:
- equal: [ develop, << pipeline.git.branch >> ]
- equal: [ 'feature/run-all-specs', << pipeline.git.branch >> ]
- equal: [ 'astone123/fix-windows-lint', << pipeline.git.branch >> ]
- matches:
pattern: "-release$"
value: << pipeline.git.branch >>
Expand Down
2 changes: 2 additions & 0 deletions .gitattributes
Expand Up @@ -2,4 +2,6 @@

*.json text eol=lf

**/.eslintrc text eol=lf

packages/errors/__snapshot-html__/** linguist-generated=true
2 changes: 1 addition & 1 deletion cli/types/cypress.d.ts
Expand Up @@ -2695,7 +2695,7 @@ declare namespace Cypress {
*/
env: { [key: string]: any }
/**
* A String or Array of glob patterns used to ignore test files that would otherwise be shown in your list of tests. Cypress uses minimatch with the options: {dot: true, matchBase: true}. We suggest using http://globtester.com to test what files would match.
* A String or Array of glob patterns used to ignore test files that would otherwise be shown in your list of tests. Cypress uses minimatch with the options: {dot: true, matchBase: true}. We suggest using a tool to test what files would match.
* @default "*.hot-update.js"
*/
excludeSpecPattern: string | string[]
Expand Down
5 changes: 4 additions & 1 deletion npm/vue/cypress/component/test-utils-api/TestUtilsApi.vue
Expand Up @@ -6,7 +6,10 @@
<script>
export default {
props: {
msg: String,
msg: {
type: String,
default: '',
},
},
data () {
return {
Expand Down
1 change: 1 addition & 0 deletions npm/webpack-batteries-included-preprocessor/.eslintignore
@@ -0,0 +1 @@
**/tsconfig.json
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cypress",
"version": "11.1.0",
"version": "11.2.0",
"description": "Cypress is a next generation front end testing tool built for the modern web",
"private": true,
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/errors/.eslintignore
@@ -0,0 +1 @@
**/tsconfig.json
1 change: 1 addition & 0 deletions packages/graphql/.eslintignore
@@ -0,0 +1 @@
**/tsconfig.json
1 change: 1 addition & 0 deletions packages/network/.eslintignore
@@ -0,0 +1 @@
**/tsconfig.json
1 change: 1 addition & 0 deletions packages/proxy/.eslintignore
@@ -0,0 +1 @@
**/tsconfig.json
1 change: 1 addition & 0 deletions packages/resolve-dist/.eslintignore
@@ -0,0 +1 @@
**/tsconfig.json
1 change: 1 addition & 0 deletions packages/scaffold-config/.eslintignore
@@ -0,0 +1 @@
**/tsconfig.json
1 change: 1 addition & 0 deletions packages/socket/.eslintignore
@@ -0,0 +1 @@
**/tsconfig.json
1 change: 1 addition & 0 deletions packages/types/.eslintignore
@@ -0,0 +1 @@
**/tsconfig.json

0 comments on commit a835918

Please sign in to comment.