Title: Bump eslint from 7.32.0 to 8.15.0 by dependabot[bot] · Pull Request #145 · ara-framework/ara-cli · GitHub
Open Graph Title: Bump eslint from 7.32.0 to 8.15.0 by dependabot[bot] · Pull Request #145 · ara-framework/ara-cli
X Title: Bump eslint from 7.32.0 to 8.15.0 by dependabot[bot] · Pull Request #145 · ara-framework/ara-cli
Description: Bumps eslint from 7.32.0 to 8.15.0. Release notes Sourced from eslint's releases. v8.15.0 Features ab37d3b feat: add enforceInClassFields option to no-underscore-dangle (#15818) (Roberto Cestari) Bug Fixes 8bf9440 fix: "use strict" should not trigger strict mode in ES3 (#15846) (Milos Djermanovic) Documentation 28116cc docs: update AST node names link in no-restricted-syntax (#15843) (Milos Djermanovic) 272965f docs: fix h1 heading on formatters page (#15834) (Milos Djermanovic) a798166 docs: update example for running individual rule tests (#15833) (Milos Djermanovic) 57e732b docs: mark SourceCode#getJSDocComment deprecated in working-with-rules (#15829) (Milos Djermanovic) 9a90abf docs: update docs directory in working-with-rules (#15830) (Milos Djermanovic) 810adda docs: add more examples for prefer-object-spread (#15831) (coderaiser) 06b1edb docs: clarify no-control-regex rule (#15808) (Milos Djermanovic) 9ecd42f docs: Fixed typo in code comment (#15812) (Addison G) de992b7 docs: remove links to 2fa document (#15804) (Milos Djermanovic) 5222659 docs: fix 'Related Rules' heading in no-constant-binary-expression (#15799) (Milos Djermanovic) e70ae81 docs: Update README team and sponsors (ESLint Jenkins) Chores 1ba6a92 chore: upgrade @eslint/eslintrc@1.2.3 (#15847) (Milos Djermanovic) 8167aa7 chore: bump version of minimatch due to security issue PRISMA-2022-0039 (#15774) (Jan Opravil) b8995a4 chore: Implement docs site (#15815) (Nicholas C. Zakas) 6494e3e chore: update link in codeql-analysis.yml (#15817) (Milos Djermanovic) 36503ec chore: enable no-constant-binary-expression in eslint-config-eslint (#15807) (唯然) v8.14.0 Features ab6363d feat: Add rule no-constant-binary-expression (#15296) (Jordan Eldredge) Bug Fixes 35fa1dd fix: allow project paths to have URL-encoded characters (#15795) (Milos Djermanovic) 413f1d5 fix: update astUtils.isDirectiveComment with globals and exported (#15775) (Milos Djermanovic) Build Related c2407e8 build: add node v18 (#15791) (唯然) Chores 735458c chore: add static frontmatter to no-constant-binary-expression docs (#15798) (Milos Djermanovic) db28f2c chore: Add static frontmatter to docs (#15782) (Nicholas C. Zakas) 3bca59e chore: markdownlint autofix on commit (#15783) (Nicholas C. Zakas) v8.13.0 Features 274acbd feat: fix no-eval logic for this in arrow functions (#15755) (Milos Djermanovic) Bug Fixes 97b57ae fix: invalid operator in operator-assignment messages (#15759) (Milos Djermanovic) ... (truncated) Changelog Sourced from eslint's changelog. v8.15.0 - May 6, 2022 1ba6a92 chore: upgrade @eslint/eslintrc@1.2.3 (#15847) (Milos Djermanovic) 8bf9440 fix: "use strict" should not trigger strict mode in ES3 (#15846) (Milos Djermanovic) 28116cc docs: update AST node names link in no-restricted-syntax (#15843) (Milos Djermanovic) 8167aa7 chore: bump version of minimatch due to security issue PRISMA-2022-0039 (#15774) (Jan Opravil) 272965f docs: fix h1 heading on formatters page (#15834) (Milos Djermanovic) a798166 docs: update example for running individual rule tests (#15833) (Milos Djermanovic) b8995a4 chore: Implement docs site (#15815) (Nicholas C. Zakas) ab37d3b feat: add enforceInClassFields option to no-underscore-dangle (#15818) (Roberto Cestari) 57e732b docs: mark SourceCode#getJSDocComment deprecated in working-with-rules (#15829) (Milos Djermanovic) 9a90abf docs: update docs directory in working-with-rules (#15830) (Milos Djermanovic) 810adda docs: add more examples for prefer-object-spread (#15831) (coderaiser) 06b1edb docs: clarify no-control-regex rule (#15808) (Milos Djermanovic) 6494e3e chore: update link in codeql-analysis.yml (#15817) (Milos Djermanovic) 9ecd42f docs: Fixed typo in code comment (#15812) (Addison G) 36503ec chore: enable no-constant-binary-expression in eslint-config-eslint (#15807) (唯然) de992b7 docs: remove links to 2fa document (#15804) (Milos Djermanovic) 5222659 docs: fix 'Related Rules' heading in no-constant-binary-expression (#15799) (Milos Djermanovic) e70ae81 docs: Update README team and sponsors (ESLint Jenkins) v8.14.0 - April 22, 2022 35fa1dd fix: allow project paths to have URL-encoded characters (#15795) (Milos Djermanovic) 735458c chore: add static frontmatter to no-constant-binary-expression docs (#15798) (Milos Djermanovic) ab6363d feat: Add rule no-constant-binary-expression (#15296) (Jordan Eldredge) db28f2c chore: Add static frontmatter to docs (#15782) (Nicholas C. Zakas) c2407e8 build: add node v18 (#15791) (唯然) 413f1d5 fix: update astUtils.isDirectiveComment with globals and exported (#15775) (Milos Djermanovic) 3bca59e chore: markdownlint autofix on commit (#15783) (Nicholas C. Zakas) v8.13.0 - April 8, 2022 274acbd feat: fix no-eval logic for this in arrow functions (#15755) (Milos Djermanovic) bb4c0d5 chore: Refactor docs to work with docs.eslint.org (#15744) (Nicholas C. Zakas) 97b57ae fix: invalid operator in operator-assignment messages (#15759) (Milos Djermanovic) c32482e docs: Typo in space-infix-ops docs (#15754) (kmin-jeong) f2c2d35 docs: disambiguate types FormatterFunction and LoadedFormatter (#15727) (Francesco Trotta) d36f12f chore: remove lib/init from eslint config (#15748) (Milos Djermanovic) a59a4e6 chore: replace trimLeft/trimRight with trimStart/trimEnd (#15750) (Milos Djermanovic) v8.12.0 - March 25, 2022 685a67a feat: fix logic for top-level this in no-invalid-this and no-eval (#15712) (Milos Djermanovic) 18f5e05 chore: padding-line-between-statements remove useless additionalItems (#15706) (Martin Sadovy) v8.11.0 - March 11, 2022 6814922 fix: escaping for square brackets in ignore patterns (#15666) (Milos Djermanovic) c481cec docs: add fast-eslint-8 to atom integrations (userguide) (#15695) (db developer) ... (truncated) Commits 9b17d6f 8.15.0 128b726 Build: changelog update for 8.15.0 1ba6a92 chore: upgrade @eslint/eslintrc@1.2.3 (#15847) 8bf9440 fix: "use strict" should not trigger strict mode in ES3 (#15846) 28116cc docs: update AST node names link in no-restricted-syntax (#15843) 8167aa7 chore: bump version of minimatch due to security issue PRISMA-2022-0039 (#15774) 272965f docs: fix h1 heading on formatters page (#15834) a798166 docs: update example for running individual rule tests (#15833) b8995a4 chore: Implement docs site (#15815) ab37d3b feat: add enforceInClassFields option to no-underscore-dangle (#15818) Additional commits viewable in compare view 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Open Graph Description: Bumps eslint from 7.32.0 to 8.15.0. Release notes Sourced from eslint's releases. v8.15.0 Features ab37d3b feat: add enforceInClassFields option to no-underscore-dangle (#15818) (Roberto Ces...
X Description: Bumps eslint from 7.32.0 to 8.15.0. Release notes Sourced from eslint's releases. v8.15.0 Features ab37d3b feat: add enforceInClassFields option to no-underscore-dangle (#15818) (Roberto...
Opengraph URL: https://github.com/ara-framework/ara-cli/pull/145
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:0074602a-3f4e-94ba-1f6e-b2f902fff99c |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 8C68:38EED0:2FCDDFB:44BE7D3:6A567BAD |
| html-safe-nonce | c3226a0bd395fe9738c4826685565f40a752303719e527aee829ae8bc8d90ac6 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QzY4OjM4RUVEMDoyRkNEREZCOjQ0QkU3RDM6NkE1NjdCQUQiLCJ2aXNpdG9yX2lkIjoiNTQxODE1MTg4MzM1MjQ3MjQ5MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | e5711ac9cae3deb238772fc23e8c3c882a68a85ab59e17e336b85e725040fe11 |
| hovercard-subject-tag | pull_request:931018415 |
| 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/ara-framework/ara-cli/pull/145/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 eslint from 7.32.0 to 8.15.0. Release notes Sourced from eslint's releases. v8.15.0 Features ab37d3b feat: add enforceInClassFields option to no-underscore-dangle (#15818) (Roberto Ces... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 19b5ee9431dcfce15ab4b001d626e4e3a6ba1acb7be814813a52bbebd9a86ef5 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/ara-framework/ara-cli git https://github.com/ara-framework/ara-cli.git |
| octolytics-dimension-user_id | 51374834 |
| octolytics-dimension-user_login | ara-framework |
| octolytics-dimension-repository_id | 190247803 |
| octolytics-dimension-repository_nwo | ara-framework/ara-cli |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 190247803 |
| octolytics-dimension-repository_network_root_nwo | ara-framework/ara-cli |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | fc131753d059926755b1ab26f13a2c96a692f5d7 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width