Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#2437)
Browse files Browse the repository at this point in the history
* ci: Workflow Bot -- Update ALL Dependencies

* Update app.test.ts.snap

Co-authored-by: Jason3S <[email protected]>
Co-authored-by: Jason Dent <[email protected]>
  • Loading branch information
3 people authored Feb 12, 2022
1 parent 58e92ee commit 0d07c05
Show file tree
Hide file tree
Showing 16 changed files with 75 additions and 73 deletions.
12 changes: 6 additions & 6 deletions integration-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions integration-tests/snapshots/django/django/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Url: https://github.com/django/django.git
Args: ["**/*.{md,py}"]
Summary:
files: 2735
filesWithIssues: 860
issues: 7722
filesWithIssues: 858
issues: 7680
errors: 0
Errors: []

Expand Down Expand Up @@ -409,7 +409,6 @@ issues:
- "django/core/management/commands/shell.py:58:45 cpython U the behavior of the cpython shell where an error"
- "django/core/management/commands/showmigrations.py:140:19 deps U def print_deps(node):"
- "django/core/management/commands/squashmigrations.py:120:13 smigration U for smigration in migrations_to_squash"
- "django/core/management/templates.py:274:28 mkdtemp U tempdir = tempfile.mkdtemp(prefix=prefix, suffix"
- "django/core/management/templates.py:357:31 IMODE U current_mode = stat.S_IMODE(os.stat(old_path).st"
- "django/core/management/templates.py:367:65 IWUSR U st.st_mode) | stat.S_IWUSR"
- "django/core/management/utils.py:15:29 Popen U Friendly wrapper around Popen."
Expand Down
3 changes: 1 addition & 2 deletions integration-tests/snapshots/django/django/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: django/django
Url: "https://github.com/django/django.git"
Args: ["**/*.{md,py}"]
Lines:
CSpell: Files checked: 2735, Issues found: 7722 in 860 files
CSpell: Files checked: 2735, Issues found: 7680 in 858 files
exit code: 1
./django/apps/config.py:125:76 - Unknown word (isclass) -- getmembers(mod, inspect.isclass)
./django/apps/registry.py:132:40 - Unknown word (unconfigured) -- not ready" is due to unconfigured settings, accessing
Expand Down Expand Up @@ -404,7 +404,6 @@ Lines:
./django/core/management/commands/shell.py:58:45 - Unknown word (cpython) -- the behavior of the cpython shell where an error
./django/core/management/commands/showmigrations.py:140:19 - Unknown word (deps) -- def print_deps(node):
./django/core/management/commands/squashmigrations.py:120:13 - Unknown word (smigration) -- for smigration in migrations_to_squash
./django/core/management/templates.py:274:28 - Unknown word (mkdtemp) -- tempdir = tempfile.mkdtemp(prefix=prefix, suffix
./django/core/management/templates.py:357:31 - Unknown word (IMODE) -- current_mode = stat.S_IMODE(os.stat(old_path).st
./django/core/management/templates.py:367:65 - Unknown word (IWUSR) -- st.st_mode) | stat.S_IWUSR
./django/core/management/utils.py:15:29 - Unknown word (Popen) -- Friendly wrapper around Popen.
Expand Down
4 changes: 1 addition & 3 deletions integration-tests/snapshots/php/php-src/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: ["--config=${repoConfig}/cspell.json","**/*.{md,c,h,php}"]
Summary:
files: 1828
filesWithIssues: 1089
issues: 21971
issues: 21965
errors: 0
Errors: []

Expand Down Expand Up @@ -3504,8 +3504,6 @@ issues:
- "ext/snmp/tests/README.md:5:21 SNMP U * PHP compiled with SNMP `--with-snmp`"
- "ext/snmp/tests/README.md:18:56 snmpset U used for write tests (snmpset())."
- "ext/snmp/tests/README.md:19:6 MIBDIR U SNMP_MIBDIR : Directory containing"
- "ext/snmp/tests/README.md:33:20 SNMPD U ## Configuring the SNMPD server"
- "ext/snmp/tests/README.md:37:23 snmpd U On Ubuntu, install `snmpd` and `snmp-mibs-downloader"
- "ext/snmp/tests/README.md:46:25 bigtest U Place `ext/snmp/tests/bigtest` near `snmpd.conf`,"
- "ext/soap/php_encoding.c:33:22 stringr U static zval *to_zval_stringr(zval* ret, encodeTypePtr"
- "ext/soap/php_encoding.c:34:22 stringc U static zval *to_zval_stringc(zval* ret, encodeTypePtr"
Expand Down
4 changes: 1 addition & 3 deletions integration-tests/snapshots/php/php-src/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Repository: php/php-src
Url: "https://github.com/php/php-src.git"
Args: ["--config=../../../../config/repositories/php/php-src/cspell.json","**/*.{md,c,h,php}"]
Lines:
CSpell: Files checked: 1828, Issues found: 21971 in 1089 files
CSpell: Files checked: 1828, Issues found: 21965 in 1089 files
exit code: 1
./CODING_STANDARDS.md:105:8 - Unknown word (setclientencoding) -- pg_setclientencoding
./CODING_STANDARDS.md:126:5 - Unknown word (fooselect) -- fooselect_bar
Expand Down Expand Up @@ -3700,8 +3700,6 @@ Lines:
./ext/snmp/tests/README.md:18:56 - Unknown word (snmpset) -- used for write tests (snmpset()).
./ext/snmp/tests/README.md:19:6 - Unknown word (MIBDIR) -- SNMP_MIBDIR : Directory containing
./ext/snmp/tests/README.md:1:7 - Unknown word (snmp) -- # The snmp extension tests
./ext/snmp/tests/README.md:33:20 - Unknown word (SNMPD) -- ## Configuring the SNMPD server
./ext/snmp/tests/README.md:37:23 - Unknown word (snmpd) -- On Ubuntu, install `snmpd` and `snmp-mibs-downloader
./ext/snmp/tests/README.md:46:25 - Unknown word (bigtest) -- Place `ext/snmp/tests/bigtest` near `snmpd.conf`,
./ext/snmp/tests/README.md:5:21 - Unknown word (SNMP) -- * PHP compiled with SNMP `--with-snmp`
./ext/soap/php_encoding.c:1372:13 - Unknown word (trav) -- xmlNodePtr trav;
Expand Down
14 changes: 7 additions & 7 deletions packages/cspell-bundled-dicts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@cspell/dict-ruby": "^2.0.0",
"@cspell/dict-rust": "^2.0.0",
"@cspell/dict-scala": "^2.0.0",
"@cspell/dict-software-terms": "^2.0.16",
"@cspell/dict-software-terms": "^2.1.0",
"@cspell/dict-swift": "^1.0.2",
"@cspell/dict-typescript": "^2.0.0",
"@cspell/dict-vue": "^2.0.2"
Expand Down
12 changes: 6 additions & 6 deletions packages/cspell-dynamic-loader/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/cspell-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/cspell/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/cspell/src/__snapshots__/app.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ café - java ../cspell-bundled-dicts/...ell/dict-java/java.txt.
café - latex ../cspell-bundled-dicts/...l/dict-latex/latex.txt.gz
café - lorem-ipsum ../cspell-bundled-dicts/...m-ipsum/dictionary.txt.gz
café - lua ../cspell-bundled-dicts/...spell/dict-lua/lua.txt.gz
café - networking-terms ../cspell-bundled-dicts/...ms/networkingTerms.txt.gz
café - node ../cspell-bundled-dicts/...ell/dict-node/node.txt.gz
café - npm ../cspell-bundled-dicts/...spell/dict-npm/npm.txt.gz
café - php ../cspell-bundled-dicts/...spell/dict-php/php.txt.gz
Expand Down Expand Up @@ -755,6 +756,7 @@ hello - java ../cspell-bundled-dicts/...ll/dict-java/java.txt.gz
hello - latex ../cspell-bundled-dicts/.../dict-latex/latex.txt.gz
hello - lorem-ipsum ../cspell-bundled-dicts/...-ipsum/dictionary.txt.gz
hello - lua ../cspell-bundled-dicts/...pell/dict-lua/lua.txt.gz
hello - networking-terms ../cspell-bundled-dicts/...s/networkingTerms.txt.gz
hello * node ../cspell-bundled-dicts/...ll/dict-node/node.txt.gz
hello - npm ../cspell-bundled-dicts/...pell/dict-npm/npm.txt.gz
hello - php ../cspell-bundled-dicts/...pell/dict-php/php.txt.gz
Expand Down Expand Up @@ -803,6 +805,7 @@ hello - java ../cspell-bundled-dicts/...ll/dict-java/java.txt.gz
hello - latex ../cspell-bundled-dicts/.../dict-latex/latex.txt.gz
hello - lorem-ipsum ../cspell-bundled-dicts/...-ipsum/dictionary.txt.gz
hello - lua ../cspell-bundled-dicts/...pell/dict-lua/lua.txt.gz
hello - networking-terms ../cspell-bundled-dicts/...s/networkingTerms.txt.gz
hello * node ../cspell-bundled-dicts/...ll/dict-node/node.txt.gz
hello - npm ../cspell-bundled-dicts/...pell/dict-npm/npm.txt.gz
hello - php ../cspell-bundled-dicts/...pell/dict-php/php.txt.gz
Expand Down Expand Up @@ -1012,6 +1015,7 @@ café - java ../cspell-bundled-dicts/...ell/dict-java/java.txt.
café - latex ../cspell-bundled-dicts/...l/dict-latex/latex.txt.gz
café - lorem-ipsum ../cspell-bundled-dicts/...m-ipsum/dictionary.txt.gz
café - lua ../cspell-bundled-dicts/...spell/dict-lua/lua.txt.gz
café - networking-terms ../cspell-bundled-dicts/...ms/networkingTerms.txt.gz
café - node ../cspell-bundled-dicts/...ell/dict-node/node.txt.gz
café - npm ../cspell-bundled-dicts/...spell/dict-npm/npm.txt.gz
café - php ../cspell-bundled-dicts/...spell/dict-php/php.txt.gz
Expand Down Expand Up @@ -1060,6 +1064,7 @@ hello - java ../cspell-bundled-dicts/...ll/dict-java/java.txt.gz
hello - latex ../cspell-bundled-dicts/.../dict-latex/latex.txt.gz
hello - lorem-ipsum ../cspell-bundled-dicts/...-ipsum/dictionary.txt.gz
hello - lua ../cspell-bundled-dicts/...pell/dict-lua/lua.txt.gz
hello - networking-terms ../cspell-bundled-dicts/...s/networkingTerms.txt.gz
hello * node ../cspell-bundled-dicts/...ll/dict-node/node.txt.gz
hello - npm ../cspell-bundled-dicts/...pell/dict-npm/npm.txt.gz
hello - php ../cspell-bundled-dicts/...pell/dict-php/php.txt.gz
Expand Down Expand Up @@ -1108,6 +1113,7 @@ hello - java ../cspell-bundled-dicts/...ll/dict-java/java.txt.gz
hello - latex ../cspell-bundled-dicts/.../dict-latex/latex.txt.gz
hello - lorem-ipsum ../cspell-bundled-dicts/...-ipsum/dictionary.txt.gz
hello - lua ../cspell-bundled-dicts/...pell/dict-lua/lua.txt.gz
hello - networking-terms ../cspell-bundled-dicts/...s/networkingTerms.txt.gz
hello * node ../cspell-bundled-dicts/...ll/dict-node/node.txt.gz
hello - npm ../cspell-bundled-dicts/...pell/dict-npm/npm.txt.gz
hello - php ../cspell-bundled-dicts/...pell/dict-php/php.txt.gz
Expand Down Expand Up @@ -1184,6 +1190,7 @@ hello - latex ../cspell-bundled-dicts/.../dict-latex/latex.txt.gz
hello - lorem-ipsum ../cspell-bundled-dicts/...-ipsum/dictionary.txt.gz
hello - lua ../cspell-bundled-dicts/...pell/dict-lua/lua.txt.gz
hello X missing-dictionary samples/missing.txt
hello - networking-terms ../cspell-bundled-dicts/...s/networkingTerms.txt.gz
hello * node ../cspell-bundled-dicts/...ll/dict-node/node.txt.gz
hello - npm ../cspell-bundled-dicts/...pell/dict-npm/npm.txt.gz
hello - php ../cspell-bundled-dicts/...pell/dict-php/php.txt.gz
Expand Down Expand Up @@ -1232,6 +1239,7 @@ not-in-any-dictionary - java ../cspell-bundle...java/java.txt.gz
not-in-any-dictionary - latex ../cspell-bundle...tex/latex.txt.gz
not-in-any-dictionary - lorem-ipsum ../cspell-bundle...ictionary.txt.gz
not-in-any-dictionary - lua ../cspell-bundle...t-lua/lua.txt.gz
not-in-any-dictionary - networking-terms ../cspell-bundle...kingTerms.txt.gz
not-in-any-dictionary - node ../cspell-bundle...node/node.txt.gz
not-in-any-dictionary - npm ../cspell-bundle...t-npm/npm.txt.gz
not-in-any-dictionary - php ../cspell-bundle...t-php/php.txt.gz
Expand Down
12 changes: 6 additions & 6 deletions test-packages/cspell-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0d07c05

Please sign in to comment.