René's URL Explorer Experiment


Title: build(deps-dev): bump eslint from 8.56.0 to 9.1.1 by dependabot[bot] · Pull Request #220 · PythonCoderAS/bbcode-ast · GitHub

Open Graph Title: build(deps-dev): bump eslint from 8.56.0 to 9.1.1 by dependabot[bot] · Pull Request #220 · PythonCoderAS/bbcode-ast

X Title: build(deps-dev): bump eslint from 8.56.0 to 9.1.1 by dependabot[bot] · Pull Request #220 · PythonCoderAS/bbcode-ast

Description: Bumps eslint from 8.56.0 to 9.1.1. Release notes Sourced from eslint's releases. v9.1.1 Bug Fixes a26b402 fix: use @​eslint/create-config latest (#18373) (唯然) v9.1.0 Features 03068f1 feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas) 751b518 feat: replace dependency graphemer with Intl.Segmenter (#18110) (Francesco Trotta) 4d11e56 feat: add name to eslint configs (#18289) (唯然) 1cbe1f6 feat: allow while(true) in no-constant-condition (#18286) (Tanuj Kanti) 0db676f feat: add Intl in es6 globals (#18318) (唯然) Bug Fixes 8d18958 fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas) 594eb0e fix: do not crash on error in fs.walk filter (#18295) (Francesco Trotta) 0d8cf63 fix: EMFILE errors (#18313) (Nicholas C. Zakas) e1ac0b5 fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas) 09675e1 fix: --no-ignore should not apply to non-global ignores (#18334) (Milos Djermanovic) Documentation fb50077 docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden) 71c771f docs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós) 200fd4e docs: indicate eslintrc mode for .eslintignore (#18285) (Francesco Trotta) 16b6a8b docs: Update README (GitHub Actions Bot) df5f8a9 docs: paths and patterns difference in no-restricted-imports (#18273) (Tanuj Kanti) c537d76 docs: update npm init @eslint/config generated file names (#18298) (唯然) e1e305d docs: fix linebreak-style examples (#18262) (Francesco Trotta) 113f51e docs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas) 5c35321 docs: add eslintrc-only note to --rulesdir (#18281) (Adam Lui 刘展鹏) Build Related 1fa6622 build: do not use --force flag to install dependencies (#18284) (Francesco Trotta) Chores d9a2983 chore: upgrade @​eslint/js to v9.1.1 (#18367) (Francesco Trotta) 50d406d chore: package.json update for @​eslint/js release (Jenkins) 155c71c chore: package.json update for @​eslint/js release (Jenkins) 0588fc5 refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas) 9048e21 chore: lint docs/src/_data js files (#18335) (Milos Djermanovic) 4820790 chore: upgrade globals@15.0.0 dev dependency (#18332) (Milos Djermanovic) 698d9ff chore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333) (Milos Djermanovic) 32c08cf chore: drop Node < 18 and use @​eslint/js v9 in eslint-config-eslint (#18323) (Milos Djermanovic) a76fb55 chore: @​eslint-community/eslint-plugin-eslint-comments v4.3.0 (#18319) (Milos Djermanovic) 78e45b1 chore: eslint-plugin-eslint-plugin v6.0.0 (#18316) (唯然) 36103a5 chore: eslint-plugin-n v17.0.0 (#18315) (唯然) v9.0.0 Breaking Changes b7cf3bd fix!: correct camelcase rule schema for allow option (#18232) (eMerzh) 09bd7fe feat!: move AST traversal into SourceCode (#18167) (Nicholas C. Zakas) ... (truncated) Changelog Sourced from eslint's changelog. v9.1.1 - April 22, 2024 a26b402 fix: use @​eslint/create-config latest (#18373) (唯然) v9.1.0 - April 19, 2024 d9a2983 chore: upgrade @​eslint/js to v9.1.1 (#18367) (Francesco Trotta) 03068f1 feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas) 50d406d chore: package.json update for @​eslint/js release (Jenkins) 8d18958 fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas) 155c71c chore: package.json update for @​eslint/js release (Jenkins) 594eb0e fix: do not crash on error in fs.walk filter (#18295) (Francesco Trotta) 751b518 feat: replace dependency graphemer with Intl.Segmenter (#18110) (Francesco Trotta) fb50077 docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden) 4d11e56 feat: add name to eslint configs (#18289) (唯然) 1cbe1f6 feat: allow while(true) in no-constant-condition (#18286) (Tanuj Kanti) 0588fc5 refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas) 0d8cf63 fix: EMFILE errors (#18313) (Nicholas C. Zakas) e1ac0b5 fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas) 09675e1 fix: --no-ignore should not apply to non-global ignores (#18334) (Milos Djermanovic) 9048e21 chore: lint docs/src/_data js files (#18335) (Milos Djermanovic) 4820790 chore: upgrade globals@15.0.0 dev dependency (#18332) (Milos Djermanovic) 698d9ff chore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333) (Milos Djermanovic) 71c771f docs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós) 0db676f feat: add Intl in es6 globals (#18318) (唯然) 200fd4e docs: indicate eslintrc mode for .eslintignore (#18285) (Francesco Trotta) 32c08cf chore: drop Node < 18 and use @​eslint/js v9 in eslint-config-eslint (#18323) (Milos Djermanovic) 16b6a8b docs: Update README (GitHub Actions Bot) a76fb55 chore: @​eslint-community/eslint-plugin-eslint-comments v4.3.0 (#18319) (Milos Djermanovic) df5f8a9 docs: paths and patterns difference in no-restricted-imports (#18273) (Tanuj Kanti) c537d76 docs: update npm init @eslint/config generated file names (#18298) (唯然) 78e45b1 chore: eslint-plugin-eslint-plugin v6.0.0 (#18316) (唯然) 36103a5 chore: eslint-plugin-n v17.0.0 (#18315) (唯然) e1e305d docs: fix linebreak-style examples (#18262) (Francesco Trotta) 113f51e docs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas) 1fa6622 build: do not use --force flag to install dependencies (#18284) (Francesco Trotta) 5c35321 docs: add eslintrc-only note to --rulesdir (#18281) (Adam Lui 刘展鹏) v9.0.0 - April 5, 2024 19f9a89 chore: Update dependencies for v9.0.0 (#18275) (Nicholas C. Zakas) 7c957f2 chore: package.json update for @​eslint/js release (Jenkins) d73a33c chore: ignore /docs/v8.x in link checker (#18274) (Milos Djermanovic) d54a412 feat: Add --inspect-config CLI flag (#18270) (Nicholas C. Zakas) e151050 docs: update get-started to the new @eslint/create-config (#18217) (唯然) 610c148 fix: Support using declarations in no-lone-blocks (#18269) (Kirk Waiblinger) 44a81c6 chore: upgrade knip (#18272) (Lars Kappert) 94178ad docs: mention about name field in flat config (#18252) (Anthony Fu) 1765c24 docs: add Troubleshooting page (#18181) (Josh Goldberg ✨) e80b60c chore: remove code for testing version selectors (#18266) (Milos Djermanovic) ... (truncated) Commits b4d2512 9.1.1 ef36aa4 Build: changelog update for 9.1.1 a26b402 fix: use @​eslint/create-config latest (#18373) b78d831 9.1.0 e4d9c92 Build: changelog update for 9.1.0 d9a2983 chore: upgrade @​eslint/js to v9.1.1 (#18367) 03068f1 feat: Provide helpful error message for nullish configs (#18357) 50d406d chore: package.json update for @​eslint/js release 8d18958 fix: Remove name from eslint/js packages (#18368) 155c71c chore: package.json update for @​eslint/js release Additional commits viewable in compare view You can trigger a rebase of this PR 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 ignore conditions will show all of the ignore conditions of the specified dependency @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) Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Open Graph Description: Bumps eslint from 8.56.0 to 9.1.1. Release notes Sourced from eslint's releases. v9.1.1 Bug Fixes a26b402 fix: use @​eslint/create-config latest (#18373) (唯然) v9.1.0 Features 03068f1 feat:...

X Description: Bumps eslint from 8.56.0 to 9.1.1. Release notes Sourced from eslint&#39;s releases. v9.1.1 Bug Fixes a26b402 fix: use @​eslint/create-config latest (#18373) (唯然) v9.1.0 Features 03068f1 f...

Opengraph URL: https://github.com/PythonCoderAS/bbcode-ast/pull/220

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:10badc4a-3c05-6c88-7a4a-292620e7d82d
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8FAA:1D19FE:26D421:341FB2:6A51D8F6
html-safe-nonce2f81e6627e66653e6da0d26659046907c38d2da6ae872e36d0fe32b15ca7c38f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RkFBOjFEMTlGRToyNkQ0MjE6MzQxRkIyOjZBNTFEOEY2IiwidmlzaXRvcl9pZCI6IjY0NjUxOTYwMzYwMjE0MTAwMzgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacdc13832aee76f3e9aef1cbe5d08c9c4cc6adc398abaffc4d4aae54adf478f88c
hovercard-subject-tagpull_request:1849000192
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/PythonCoderAS/bbcode-ast/pull/220/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps eslint from 8.56.0 to 9.1.1. Release notes Sourced from eslint's releases. v9.1.1 Bug Fixes a26b402 fix: use @​eslint/create-config latest (#18373) (唯然) v9.1.0 Features 03068f1 feat:...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/PythonCoderAS/bbcode-ast git https://github.com/PythonCoderAS/bbcode-ast.git
octolytics-dimension-user_id13932583
octolytics-dimension-user_loginPythonCoderAS
octolytics-dimension-repository_id526190192
octolytics-dimension-repository_nwoPythonCoderAS/bbcode-ast
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id526190192
octolytics-dimension-repository_network_root_nwoPythonCoderAS/bbcode-ast
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/PythonCoderAS/bbcode-ast/pull/220/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FPythonCoderAS%2Fbbcode-ast%2Fpull%2F220%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FPythonCoderAS%2Fbbcode-ast%2Fpull%2F220%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=PythonCoderAS%2Fbbcode-ast
Reloadhttps://github.com/PythonCoderAS/bbcode-ast/pull/220/files
Reloadhttps://github.com/PythonCoderAS/bbcode-ast/pull/220/files
Reloadhttps://github.com/PythonCoderAS/bbcode-ast/pull/220/files
PythonCoderAS https://github.com/PythonCoderAS
bbcode-asthttps://github.com/PythonCoderAS/bbcode-ast
Notifications https://github.com/login?return_to=%2FPythonCoderAS%2Fbbcode-ast
Fork 1 https://github.com/login?return_to=%2FPythonCoderAS%2Fbbcode-ast
Star 3 https://github.com/login?return_to=%2FPythonCoderAS%2Fbbcode-ast
Code https://github.com/PythonCoderAS/bbcode-ast
Issues 0 https://github.com/PythonCoderAS/bbcode-ast/issues
Pull requests 11 https://github.com/PythonCoderAS/bbcode-ast/pulls
Actions https://github.com/PythonCoderAS/bbcode-ast/actions
Projects https://github.com/PythonCoderAS/bbcode-ast/projects
Security and quality 0 https://github.com/PythonCoderAS/bbcode-ast/security
Insights https://github.com/PythonCoderAS/bbcode-ast/pulse
Code https://github.com/PythonCoderAS/bbcode-ast
Issues https://github.com/PythonCoderAS/bbcode-ast/issues
Pull requests https://github.com/PythonCoderAS/bbcode-ast/pulls
Actions https://github.com/PythonCoderAS/bbcode-ast/actions
Projects https://github.com/PythonCoderAS/bbcode-ast/projects
Security and quality https://github.com/PythonCoderAS/bbcode-ast/security
Insights https://github.com/PythonCoderAS/bbcode-ast/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FPythonCoderAS%2Fbbcode-ast%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FPythonCoderAS%2Fbbcode-ast%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
masterhttps://github.com/PythonCoderAS/bbcode-ast/tree/master
dependabot/npm_and_yarn/eslint-9.1.1https://github.com/PythonCoderAS/bbcode-ast/tree/dependabot/npm_and_yarn/eslint-9.1.1
Conversation 0 https://github.com/PythonCoderAS/bbcode-ast/pull/220
Commits 1 https://github.com/PythonCoderAS/bbcode-ast/pull/220/commits
Checks 0 https://github.com/PythonCoderAS/bbcode-ast/pull/220/checks
Files changed https://github.com/PythonCoderAS/bbcode-ast/pull/220/files
Please reload this pagehttps://github.com/PythonCoderAS/bbcode-ast/pull/220/files
build(deps-dev): bump eslint from 8.56.0 to 9.1.1 https://github.com/PythonCoderAS/bbcode-ast/pull/220/files#top
Show all changes 1 commit https://github.com/PythonCoderAS/bbcode-ast/pull/220/files
5d5a0ad build(deps-dev): bump eslint from 8.56.0 to 9.1.1 dependabot[bot] May 1, 2024 https://github.com/PythonCoderAS/bbcode-ast/pull/220/commits/5d5a0adf557218e42a94d673bd81466a3b81442f
Clear filters https://github.com/PythonCoderAS/bbcode-ast/pull/220/files
Please reload this pagehttps://github.com/PythonCoderAS/bbcode-ast/pull/220/files
Please reload this pagehttps://github.com/PythonCoderAS/bbcode-ast/pull/220/files
package-lock.json https://github.com/PythonCoderAS/bbcode-ast/pull/220/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://github.com/PythonCoderAS/bbcode-ast/pull/220/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Please reload this pagehttps://github.com/PythonCoderAS/bbcode-ast/pull/220/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.