Skip to content

Commit 0547fa3

Browse files
committed
fix: upgrade node-fetch from 2.6.9 to 2.6.11
1 parent afa77e3 commit 0547fa3

48 files changed

Lines changed: 82672 additions & 82670 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.distignore

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
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-
package-lock.json
18-
phpunit.xml
19-
phpunit.xml.dist
20-
multisite.xml
21-
multisite.xml.dist
22-
phpcs.xml
23-
phpcs.xml.dist
24-
README.md
25-
wp-cli.local.yml
26-
tests
27-
vendor
28-
node_modules
29-
*.sql
30-
*.tar.gz
31-
*.zip
32-
.github
33-
.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+
package-lock.json
18+
phpunit.xml
19+
phpunit.xml.dist
20+
multisite.xml
21+
multisite.xml.dist
22+
phpcs.xml
23+
phpcs.xml.dist
24+
README.md
25+
wp-cli.local.yml
26+
tests
27+
vendor
28+
node_modules
29+
*.sql
30+
*.tar.gz
31+
*.zip
32+
.github
33+
.wordpress-org
Lines changed: 16 additions & 16 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: Nikschavan/action-wordpress-plugin-asset-update@develop
14-
env:
15-
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
16-
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
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: Nikschavan/action-wordpress-plugin-asset-update@develop
14+
env:
15+
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
16+
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
name: Deploy to WordPress.org
2-
on:
3-
push:
4-
tags:
5-
- "*"
6-
jobs:
7-
tag:
8-
name: New tag
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@master
12-
13-
- name: Use Node.js 14.x
14-
uses: actions/setup-node@v3
15-
with:
16-
node-version: 14.x
17-
18-
- name: Build Assets
19-
run: npm install && npm run build-package
20-
21-
- name: WordPress Plugin Deploy
22-
uses: Nikschavan/action-wordpress-plugin-deploy@develop
23-
env:
24-
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
25-
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
1+
name: Deploy to WordPress.org
2+
on:
3+
push:
4+
tags:
5+
- "*"
6+
jobs:
7+
tag:
8+
name: New tag
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@master
12+
13+
- name: Use Node.js 14.x
14+
uses: actions/setup-node@v3
15+
with:
16+
node-version: 14.x
17+
18+
- name: Build Assets
19+
run: npm install && npm run build-package
20+
21+
- name: WordPress Plugin Deploy
22+
uses: Nikschavan/action-wordpress-plugin-deploy@develop
23+
env:
24+
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
25+
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

.gitignore

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
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-
16-
# ignore git inside subproject
17-
admin/bsf-core/.git
18-
19-
# ignore PHPCS report files
20-
phpcs-summary.log
21-
phpcs-full.log
22-
23-
# Exclude OS specific files
24-
.DS_Store
25-
26-
# Exclude composer's directories
27-
vendor/
28-
29-
# Exclude exported settings
30-
borders-for-default-menu.json
31-
defaults.json
32-
no-toggle-border-fix.json
33-
34-
# Large dist directory - Build files can be in MBs, let's not increase size of the git repo
35-
admin/dashboard/assets/build/
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+
16+
# ignore git inside subproject
17+
admin/bsf-core/.git
18+
19+
# ignore PHPCS report files
20+
phpcs-summary.log
21+
phpcs-full.log
22+
23+
# Exclude OS specific files
24+
.DS_Store
25+
26+
# Exclude composer's directories
27+
vendor/
28+
29+
# Exclude exported settings
30+
borders-for-default-menu.json
31+
defaults.json
32+
no-toggle-border-fix.json
33+
34+
# Large dist directory - Build files can be in MBs, let's not increase size of the git repo
35+
admin/dashboard/assets/build/
36+
config.bat

0 commit comments

Comments
 (0)