Skip to content

Commit 1d879e3

Browse files
build(deps): bump ajv from 6.10.2 to 6.12.6
1 parent 9afbbaa commit 1d879e3

12 files changed

Lines changed: 5999 additions & 5995 deletions

.distignore

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
# A set of files you probably don't want in your WordPress.org distribution
2-
.distignore
3-
.editorconfig
4-
.git
5-
.gitignore
6-
.gitlab-ci.yml
7-
.travis.yml
8-
.DS_Store
9-
Thumbs.db
10-
behat.yml
11-
bin
12-
circle.yml
13-
composer.json
14-
composer.lock
15-
Gruntfile.js
16-
package.json
17-
phpunit.xml
18-
phpunit.xml.dist
19-
multisite.xml
20-
multisite.xml.dist
21-
phpcs.xml
22-
phpcs.xml.dist
23-
README.md
24-
wp-cli.local.yml
25-
yarn.lock
26-
tests
27-
vendor
28-
node_modules
29-
*.sql
30-
*.tar.gz
31-
*.zip
32-
package-lock.json
33-
.github
34-
.wordpress-org
1+
# A set of files you probably don't want in your WordPress.org distribution
2+
.distignore
3+
.editorconfig
4+
.git
5+
.gitignore
6+
.gitlab-ci.yml
7+
.travis.yml
8+
.DS_Store
9+
Thumbs.db
10+
behat.yml
11+
bin
12+
circle.yml
13+
composer.json
14+
composer.lock
15+
Gruntfile.js
16+
package.json
17+
phpunit.xml
18+
phpunit.xml.dist
19+
multisite.xml
20+
multisite.xml.dist
21+
phpcs.xml
22+
phpcs.xml.dist
23+
README.md
24+
wp-cli.local.yml
25+
yarn.lock
26+
tests
27+
vendor
28+
node_modules
29+
*.sql
30+
*.tar.gz
31+
*.zip
32+
package-lock.json
33+
.github
34+
.wordpress-org
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: Plugin asset/readme update
2-
on:
3-
push:
4-
branches:
5-
- master
6-
jobs:
7-
master:
8-
name: Push to master
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@master
12-
- name: WordPress.org plugin asset/readme update
13-
uses: 10up/action-wordpress-plugin-asset-update@master
14-
env:
15-
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
1+
name: Plugin asset/readme update
2+
on:
3+
push:
4+
branches:
5+
- master
6+
jobs:
7+
master:
8+
name: Push to master
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@master
12+
- name: WordPress.org plugin asset/readme update
13+
uses: 10up/action-wordpress-plugin-asset-update@master
14+
env:
15+
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
1616
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

.gitignore

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
1-
# ignore PHPStorm extra directories
2-
.idea/
3-
4-
# Leave node_modules from git
5-
node_modules/
6-
7-
# sass cache
8-
.sass-cache
9-
10-
# map files
11-
*.map
12-
13-
# Skip package file from versoning
14-
*.zip
15-
*.sql
16-
*.tar.gz
17-
18-
# ignore git inside subproject
19-
admin/bsf-core/.git
20-
21-
# ignore PHPCS report files
22-
phpcs-summary.log
23-
phpcs-full.log
24-
25-
# Exclude OS specific files
26-
.DS_Store
27-
28-
# Exclude composer's directories
29-
vendor/
30-
31-
# Exclude exported settings
32-
borders-for-default-menu.json
33-
defaults.json
34-
no-toggle-border-fix.json
35-
cghooks.lock
36-
wp-cli.local.yml
1+
# ignore PHPStorm extra directories
2+
.idea/
3+
4+
# Leave node_modules from git
5+
node_modules/
6+
7+
# sass cache
8+
.sass-cache
9+
10+
# map files
11+
*.map
12+
13+
# Skip package file from versoning
14+
*.zip
15+
*.sql
16+
*.tar.gz
17+
18+
# ignore git inside subproject
19+
admin/bsf-core/.git
20+
21+
# ignore PHPCS report files
22+
phpcs-summary.log
23+
phpcs-full.log
24+
25+
# Exclude OS specific files
26+
.DS_Store
27+
28+
# Exclude composer's directories
29+
vendor/
30+
31+
# Exclude exported settings
32+
borders-for-default-menu.json
33+
defaults.json
34+
no-toggle-border-fix.json
35+
cghooks.lock
36+
wp-cli.local.yml
37+
config.bat

0 commit comments

Comments
 (0)