Title: Bump the npm group with 10 updates by dependabot[bot] · Pull Request #1966 · github/codeql-action · GitHub
Open Graph Title: Bump the npm group with 10 updates by dependabot[bot] · Pull Request #1966 · github/codeql-action
X Title: Bump the npm group with 10 updates by dependabot[bot] · Pull Request #1966 · github/codeql-action
Description: Bumps the npm group with 10 updates:
Package
From
To
@types/uuid
9.0.5
9.0.6
@types/adm-zip
0.5.2
0.5.3
@types/js-yaml
4.0.7
4.0.8
@types/semver
7.5.3
7.5.4
@typescript-eslint/eslint-plugin
6.8.0
6.9.0
@typescript-eslint/parser
6.8.0
6.9.0
eslint
8.51.0
8.52.0
eslint-plugin-import
2.28.1
2.29.0
nock
13.3.4
13.3.6
sinon
16.1.0
17.0.0
Updates @types/uuid from 9.0.5 to 9.0.6
Commits
See full diff in compare view
Updates @types/adm-zip from 0.5.2 to 0.5.3
Commits
See full diff in compare view
Updates @types/js-yaml from 4.0.7 to 4.0.8
Commits
See full diff in compare view
Updates @types/semver from 7.5.3 to 7.5.4
Commits
See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 6.8.0 to 6.9.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v6.9.0
6.9.0 (2023-10-23)
Bug Fixes
eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#7674) (7e52f27)
eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#7708) (c6124b2)
rule-tester: fix parser fallback logic (#7754) (34c23e0)
type-utils: treat custom type roots as external (#6870) (b85f744)
Features
eslint-plugin: [max-params] don't count this: void parameter (#7696) (6398d3f), closes #7538
eslint-plugin: [naming-convention] add support for default and namespace imports (#7269) (bb15aae)
eslint-plugin: [no-restricted-imports] support import = require (#7709) (4c8edcf)
eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#7691) (53d5263), closes #7643
eslint-plugin: [prefer-readonly] private fields support (#7686) (0e875bf)
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
6.9.0 (2023-10-23)
Bug Fixes
eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#7674) (7e52f27)
eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#7708) (c6124b2)
Features
eslint-plugin: [max-params] don't count this: void parameter (#7696) (6398d3f), closes #7538
eslint-plugin: [naming-convention] add support for default and namespace imports (#7269) (bb15aae)
eslint-plugin: [no-restricted-imports] support import = require (#7709) (4c8edcf)
eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#7691) (53d5263), closes #7643
eslint-plugin: [prefer-readonly] private fields support (#7686) (0e875bf)
You can read about our versioning strategy and releases on our website.
Commits
101563b chore: publish v6.9.0
066ccf7 chore: update to nx 17 (#7815)
9f85e67 docs(website): add Open in Playground button to code examples (#7482)
53d5263 feat(eslint-plugin): [no-unsafe-enum-comparison] add switch suggestion (#7691)
4972ecd chore: enabled most of strict-type-checked internally (#7339)
0e875bf feat(eslint-plugin): [prefer-readonly] private fields support (#7686)
76ab373 chore(website): auto-inject ban-types default options (#7714)
03b875d chore(eslint-plugin): fix post-merge issue around util namespace import (#7767)
c6124b2 fix(eslint-plugin): [no-unsafe-return] allow returning anything if explicitly...
ee4fe89 docs: better rules table (filter rules by extension, etc.) (#7666)
Additional commits viewable in compare view
Updates @typescript-eslint/parser from 6.8.0 to 6.9.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v6.9.0
6.9.0 (2023-10-23)
Bug Fixes
eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#7674) (7e52f27)
eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#7708) (c6124b2)
rule-tester: fix parser fallback logic (#7754) (34c23e0)
type-utils: treat custom type roots as external (#6870) (b85f744)
Features
eslint-plugin: [max-params] don't count this: void parameter (#7696) (6398d3f), closes #7538
eslint-plugin: [naming-convention] add support for default and namespace imports (#7269) (bb15aae)
eslint-plugin: [no-restricted-imports] support import = require (#7709) (4c8edcf)
eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#7691) (53d5263), closes #7643
eslint-plugin: [prefer-readonly] private fields support (#7686) (0e875bf)
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
6.9.0 (2023-10-23)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
Commits
101563b chore: publish v6.9.0
066ccf7 chore: update to nx 17 (#7815)
0f11c18 chore(deps): update dependency prettier to v3 (#7425)
See full diff in compare view
Updates eslint from 8.51.0 to 8.52.0
Release notes
Sourced from eslint's releases.
v8.52.0
Features
70648ee feat: report-unused-disable-directive to report unused eslint-enable (#17611) (Yosuke Ota)
Bug Fixes
5de9637 fix: Ensure shared references in rule configs are separated (#17666) (Nicholas C. Zakas)
dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#17649) (Francesco Trotta)
Documentation
476d58a docs: Add note about invalid CLI flags when using flat config. (#17664) (Nicholas C. Zakas)
660ed3a docs: Plugin flat config migration guide (#17640) (Nicholas C. Zakas)
a58aa20 docs: fix examples for several rules (#17645) (Milos Djermanovic)
179929b docs: Remove trailing newline from the code of Playground links (#17641) (Francesco Trotta)
f8e5c30 docs: Update README (GitHub Actions Bot)
b7ef2f3 docs: Enable pretty code formatter output (#17635) (Nicholas C. Zakas)
0bcb9a8 docs: Fix syntax errors in rule examples (#17633) (Francesco Trotta)
61b9083 docs: Make no-continue example code work (#17643) (Zhongyuan Zhou)
9fafe45 docs: upgrade to 11ty 2.0 (#17632) (Percy Ma)
ff8e4bf docs: Update README (GitHub Actions Bot)
fab249a docs: Update README (GitHub Actions Bot)
392305b docs: Update no-irregular-whitespace and fix examples (#17626) (Francesco Trotta)
6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#17630) (Francesco Trotta)
1000187 docs: Fix examples in unicode-bom (#17631) (Francesco Trotta)
000290c docs: Update README (GitHub Actions Bot)
Chores
6d1f0c2 chore: upgrade @eslint/js@8.52.0 (#17671) (Milos Djermanovic)
d63d4fe chore: package.json update for @eslint/js release (ESLint Jenkins)
f30cefe test: fix FlatESLint tests for caching (#17658) (Milos Djermanovic)
ef650cb test: update tests for no-promise-executor-return (#17661) (Milos Djermanovic)
Changelog
Sourced from eslint's changelog.
v8.52.0 - October 20, 2023
6d1f0c2 chore: upgrade @eslint/js@8.52.0 (#17671) (Milos Djermanovic)
d63d4fe chore: package.json update for @eslint/js release (ESLint Jenkins)
476d58a docs: Add note about invalid CLI flags when using flat config. (#17664) (Nicholas C. Zakas)
5de9637 fix: Ensure shared references in rule configs are separated (#17666) (Nicholas C. Zakas)
f30cefe test: fix FlatESLint tests for caching (#17658) (Milos Djermanovic)
ef650cb test: update tests for no-promise-executor-return (#17661) (Milos Djermanovic)
70648ee feat: report-unused-disable-directive to report unused eslint-enable (#17611) (Yosuke Ota)
dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#17649) (Francesco Trotta)
660ed3a docs: Plugin flat config migration guide (#17640) (Nicholas C. Zakas)
a58aa20 docs: fix examples for several rules (#17645) (Milos Djermanovic)
179929b docs: Remove trailing newline from the code of Playground links (#17641) (Francesco Trotta)
f8e5c30 docs: Update README (GitHub Actions Bot)
b7ef2f3 docs: Enable pretty code formatter output (#17635) (Nicholas C. Zakas)
0bcb9a8 docs: Fix syntax errors in rule examples (#17633) (Francesco Trotta)
61b9083 docs: Make no-continue example code work (#17643) (Zhongyuan Zhou)
9fafe45 docs: upgrade to 11ty 2.0 (#17632) (Percy Ma)
ff8e4bf docs: Update README (GitHub Actions Bot)
fab249a docs: Update README (GitHub Actions Bot)
392305b docs: Update no-irregular-whitespace and fix examples (#17626) (Francesco Trotta)
6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#17630) (Francesco Trotta)
1000187 docs: Fix examples in unicode-bom (#17631) (Francesco Trotta)
000290c docs: Update README (GitHub Actions Bot)
Commits
331cf62 8.52.0
7dc28ed Build: changelog update for 8.52.0
6d1f0c2 chore: upgrade @eslint/js@8.52.0 (#17671)
d63d4fe chore: package.json update for @eslint/js release
476d58a docs: Add note about invalid CLI flags when using flat config. (#17664)
5de9637 fix: Ensure shared references in rule configs are separated (#17666)
f30cefe test: fix FlatESLint tests for caching (#17658)
ef650cb test: update tests for no-promise-executor-return (#17661)
70648ee feat: report-unused-disable-directive to report unused eslint-enable (#17611)
dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#17649)
Additional commits viewable in compare view
Updates eslint-plugin-import from 2.28.1 to 2.29.0
Release notes
Sourced from eslint-plugin-import's releases.
v2.29.0
Full Changelog: import-js/eslint-plugin-import@v2.28.1...v2.29.0
Changelog
Sourced from eslint-plugin-import's changelog.
[2.29.0] - 2023-10-22
Added
TypeScript config: add .cts and .mts extensions (#2851, thanks [@Zamiell])
[newline-after-import]: new option exactCount and docs update (#1933, thanks [@anikethsaha] and [@reosarevok])
[newline-after-import]: fix exactCount with considerComments false positive, when there is a leading comment (#2884, thanks [@kinland])
Commits
6d34c88 Bump to 2.29.0
ec6a8ea [Refactor] use hasown instead of has
78f50b8 [Deps] update array-includes, array.prototype.findlastindex, `array.proto...
6d2540f [resolvers/webpack] v0.13.8
30d61b6 [resolvers/webpack] [deps] update array.prototype.find, is-core-module, `...
2c281d1 [resolvers/webpack] [refactor] use hasown instead of has
66cb10f [Fix] newline-after-import: fix exactCount with considerComments false ...
8705121 [New] newline-after-import: new option exactCount and docs update
6b95a02 [resolvers/webpack] v0.13.7
04e68a2 [resolvers/webpack] [fix] use the dirname of the configPath as basedir
Additional commits viewable in compare view
Updates nock from 13.3.4 to 13.3.6
Release notes
Sourced from nock's releases.
v13.3.6
13.3.6 (2023-10-19)
Bug Fixes
remove semver usage (#2531) (f7216e9)
v13.3.5
13.3.5 (2023-10-19)
Bug Fixes
deps: remove lodash (#2529) (7bfcb31)
Commits
f7216e9 fix: remove semver usage (#2531)
dd417f0 docs: add Uzlopak as a contributor for code, test, and maintenance (#2537)
7bfcb31 fix(deps): remove lodash (#2529)
0ba089c chore(deps-dev): bump eslint from 8.46.0 to 8.51.0
8a26c79 chore(deps-dev): bump semantic-release from 21.0.7 to 22.0.5
e553553 chore(deps-dev): bump chai from 4.3.8 to 4.3.10
150a1ed chore(deps-dev): bump @babel/traverse from 7.17.3 to 7.23.2
c897aa3 docs: add rawHeaders in mock docs (#2527)
See full diff in compare view
Updates sinon from 16.1.0 to 17.0.0
Changelog
Sourced from sinon's changelog.
17.0.0
11a8e3f2
Remove Proxyquire as it did not handle newer syntax (Carl-Erik Kopseng)
ec37d634
Drop Node 16, as it is out of maintenance (Carl-Erik Kopseng)
75e2b691
Upgrade fake-timers@11.2.2: new Intl mirroring and bugfixes (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2023-10-20.
16.1.3
93e8aa93
Remove postinstall script as it causes issues for consumers (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2023-10-19.
Commits
8dbfd02 17.0.0
2a730ff Remove npm bin in favor of npx
d2a16b9 Disable JSDoc requirements that are not upheld anyway
11a8e3f Remove Proxyquire as it did not handle newer syntax
ec37d63 Drop Node 16, as it is out of maintenance
f78e630 Remove Circle CI setup
19c779e Apply Prettier 3 defaults of trailing commas
9b69a1f Upgrade non-breaking packages
75e2b69 Upgrade fake-timers@11.2.2: new Intl mirroring and bugfixes
2997077 16.1.3
Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by fatso83, a new releaser for sinon since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: Bumps the npm group with 10 updates: Package From To @types/uuid 9.0.5 9.0.6 @types/adm-zip 0.5.2 0.5.3 @types/js-yaml 4.0.7 4.0.8 @types/semver 7.5.3 7.5.4 @typescript-eslint/eslint...
X Description: Bumps the npm group with 10 updates: Package From To @types/uuid 9.0.5 9.0.6 @types/adm-zip 0.5.2 0.5.3 @types/js-yaml 4.0.7 4.0.8 @types/semver 7.5.3 7.5.4 @typescript-eslint/eslint...
Opengraph URL: https://github.com/github/codeql-action/pull/1966
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:9d094661-d399-8f2e-2162-3c2339bbf569 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | C968:1EEA:A9F28C:EB90BB:6A4F3FC0 |
| html-safe-nonce | 2fc1025391f43ab89c449cd03bbbef92ce2cb7c07dec027584c8e58b91022ec0 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDOTY4OjFFRUE6QTlGMjhDOkVCOTBCQjo2QTRGM0ZDMCIsInZpc2l0b3JfaWQiOiI5NzcwMTQ5MzYwMjk4MzkyOTYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 4e186c234701ae9524f1b07e8777876a9230e21cc6bad1e3cc08c8f4595af417 |
| hovercard-subject-tag | pull_request:1569670992 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/github/codeql-action/pull/1966/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps the npm group with 10 updates: Package From To @types/uuid 9.0.5 9.0.6 @types/adm-zip 0.5.2 0.5.3 @types/js-yaml 4.0.7 4.0.8 @types/semver 7.5.3 7.5.4 @typescript-eslint/eslint... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | b92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/github/codeql-action git https://github.com/github/codeql-action.git |
| octolytics-dimension-user_id | 9919 |
| octolytics-dimension-user_login | github |
| octolytics-dimension-repository_id | 259445878 |
| octolytics-dimension-repository_nwo | github/codeql-action |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 259445878 |
| octolytics-dimension-repository_network_root_nwo | github/codeql-action |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 4b249b445842943ed31549e027f57a8ade9881ed |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width