René's URL Explorer Experiment


Title: chore(deps): update dependency eslint-plugin-import to v2.32.0 by renovate[bot] · Pull Request #594 · Computerization/computerization.github.io · GitHub

Open Graph Title: chore(deps): update dependency eslint-plugin-import to v2.32.0 by renovate[bot] · Pull Request #594 · Computerization/computerization.github.io

X Title: chore(deps): update dependency eslint-plugin-import to v2.32.0 by renovate[bot] · Pull Request #594 · Computerization/computerization.github.io

Description: This PR contains the following updates: Package Change Age Confidence eslint-plugin-import 2.29.0 → 2.32.0 Release Notes import-js/eslint-plugin-import (eslint-plugin-import) v2.32.0 Compare Source Added add [enforce-node-protocol-usage] rule and import/node-version setting ([#​3024], thanks [@​GoldStrikeArch] and [@​sevenc-nanashi]) add TypeScript types ([#​3097], thanks [@​G-Rath]) [extensions]: add `pathGroupOverrides to allow enforcement decision overrides based on specifier ([#​3105], thanks [@​Xunnamius]) [order]: add sortTypesGroup option to allow intragroup sorting of type-only imports ([#​3104], thanks [@​Xunnamius]) [order]: add newlines-between-types option to control intragroup sorting of type-only imports ([#​3127], thanks [@​Xunnamius]) [order]: add consolidateIslands option to collapse excess spacing for aesthetically pleasing imports ([#​3129], thanks [@​Xunnamius]) Fixed [no-unused-modules]: provide more meaningful error message when no .eslintrc is present ([#​3116], thanks [@​michaelfaith]) configs: added missing name attribute for eslint config inspector ([#​3151], thanks [@​NishargShah]) [order]: ensure arcane imports do not cause undefined behavior ([#​3128], thanks [@​Xunnamius]) [order]: resolve undefined property access issue when using named ordering ([#​3166], thanks [@​Xunnamius]) [enforce-node-protocol-usage]: avoid a crash with some TS code ([#​3173], thanks [@​ljharb]) [order]: codify invariants from docs into config schema ([#​3152], thanks [@​Xunnamius]) Changed [Docs] [extensions], [order]: improve documentation ([#​3106], thanks [@​Xunnamius]) [Docs] add flat config guide for using tseslint.config() ([#​3125], thanks [@​lnuvy]) [Docs] add missing comma ([#​3122], thanks [@​RyanGst]) [readme] Update flatConfig example to include typescript config ([#​3138], thanks [@​intellix]) [Refactor] [order]: remove unnecessary negative check ([#​3167], thanks [@​JounQin]) [Docs] [no-unused-modules]: add missing double quote ([#​3191], thanks [@​albertpastrana]) [Docs] no-restricted-paths: clarify wording and fix errors ([#​3172], thanks [@​greim]) v2.31.0 Compare Source Added support eslint v9 ([#​2996], thanks [@​G-Rath] [@​michaelfaith]) [order]: allow validating named imports ([#​3043], thanks [@​manuth]) [extensions]: add the checkTypeImports option ([#​2817], thanks [@​phryneas]) Fixed ExportMap / flat config: include languageOptions in context ([#​3052], thanks [@​michaelfaith]) [no-named-as-default]: Allow using an identifier if the export is both a named and a default export ([#​3032], thanks [@​akwodkiewicz]) [export]: False positive for exported overloaded functions in TS ([#​3065], thanks [@​liuxingbaoyu]) exportMap: export map cache is tainted by unreliable parse results ([#​3062], thanks [@​michaelfaith]) exportMap: improve cacheKey when using flat config ([#​3072], thanks [@​michaelfaith]) adjust "is source type module" checks for flat config ([#​2996], thanks [@​G-Rath]) Changed [Docs] [no-relative-packages]: fix typo ([#​3066], thanks [@​joshuaobrien]) [Performance] [no-cycle]: dont scc for each linted file ([#​3068], thanks [@​soryy708]) [Docs] [no-cycle]: add disableScc to docs ([#​3070], thanks [@​soryy708]) [Tests] use re-exported RuleTester ([#​3071], thanks [@​G-Rath]) [Docs] [no-restricted-paths]: fix grammar ([#​3073], thanks [@​unbeauvoyage]) [Tests] [no-default-export], [no-named-export]: add test case (thanks [@​G-Rath]) v2.30.0 Compare Source Added [dynamic-import-chunkname]: add allowEmpty option to allow empty leading comments ([#​2942], thanks [@​JiangWeixian]) [dynamic-import-chunkname]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode ([#​3004], thanks [@​amsardesai]) [no-unused-modules]: Add ignoreUnusedTypeExports option ([#​3011], thanks [@​silverwind]) add support for Flat Config ([#​3018], thanks [@​michaelfaith]) Fixed [no-extraneous-dependencies]: allow wrong path ([#​3012], thanks [@​chabb]) [no-cycle]: use scc algorithm to optimize ([#​2998], thanks [@​soryy708]) [no-duplicates]: Removing duplicates breaks in TypeScript ([#​3033], thanks [@​yesl-kim]) [newline-after-import]: fix considerComments option when require ([#​2952], thanks [@​developer-bandi]) [order]: do not compare first path segment for relative paths ([#​2682]) ([#​2885], thanks [@​mihkeleidast]) Changed [Docs] [no-extraneous-dependencies]: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob]) [no-unused-modules]: add console message to help debug [#​2866] [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708]) [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708]) [Docs] [order]: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot]) [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra]) [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-]) [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708]) [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708]) [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby]) [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth]) v2.29.1 Compare Source Fixed [no-extraneous-dependencies]: ignore export type { ... } from '...' when includeTypes is false ([#​2919], thanks [@​Pandemic1617]) [no-unused-modules]: support export patterns with array destructuring ([#​2930], thanks [@​ljharb]) [Deps] update tsconfig-paths ([#​2447], thanks [@​domdomegg]) Configuration 📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied. ♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 Ignore: Close this PR and you won't be reminded about this update again. If you want to rebase/retry this PR, check this box This PR was generated by Mend Renovate. View the repository job log.

Open Graph Description: This PR contains the following updates: Package Change Age Confidence eslint-plugin-import 2.29.0 → 2.32.0 Release Notes import-js/eslint-plugin-import (eslint-plugin-import) v2.32.0 ...

X Description: This PR contains the following updates: Package Change Age Confidence eslint-plugin-import 2.29.0 → 2.32.0 Release Notes import-js/eslint-plugin-import (eslint-plugin-import) v2.32.0 ...

Opengraph URL: https://github.com/Computerization/computerization.github.io/pull/594

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:5ecd5778-9bf7-f631-6515-60dbbb80fe86
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9700:B33E:550576A:74365FF:698CF2BA
html-safe-noncec6e8c1ede28bb3d908c6503ccaf4fa000f4eca68e79750d63e25c87d8e765f9f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NzAwOkIzM0U6NTUwNTc2QTo3NDM2NUZGOjY5OENGMkJBIiwidmlzaXRvcl9pZCI6Ijg4NTIwODM3OTgxOTc0NjU3ODYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac5b85dddd6ef30bfe97cb4e52c15cd52e508950be2c5376753b96b04b90a7c24e
hovercard-subject-tagpull_request:2222528289
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/Computerization/computerization.github.io/pull/594/files
twitter:imagehttps://avatars.githubusercontent.com/in/2740?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/2740?s=400&v=4
og:image:altThis PR contains the following updates: Package Change Age Confidence eslint-plugin-import 2.29.0 → 2.32.0 Release Notes import-js/eslint-plugin-import (eslint-plugin-import) v2.32.0 ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None640eeb7b6ff4d8d106235d228c0c286e82592d4d2403227b5b2b4fc5832297a4
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/Computerization/computerization.github.io git https://github.com/Computerization/computerization.github.io.git
octolytics-dimension-user_id23356369
octolytics-dimension-user_loginComputerization
octolytics-dimension-repository_id208873919
octolytics-dimension-repository_nwoComputerization/computerization.github.io
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id208873919
octolytics-dimension-repository_network_root_nwoComputerization/computerization.github.io
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
release3d444f0a47beeeac94cddbb51c91ab408befe8d4
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FComputerization%2Fcomputerization.github.io%2Fpull%2F594%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FComputerization%2Fcomputerization.github.io%2Fpull%2F594%2Ffiles
Sign up https://patch-diff.githubusercontent.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=Computerization%2Fcomputerization.github.io
Reloadhttps://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/files
Reloadhttps://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/files
Reloadhttps://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/files
Computerization https://patch-diff.githubusercontent.com/Computerization
computerization.github.iohttps://patch-diff.githubusercontent.com/Computerization/computerization.github.io
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FComputerization%2Fcomputerization.github.io
Fork 6 https://patch-diff.githubusercontent.com/login?return_to=%2FComputerization%2Fcomputerization.github.io
Star 1 https://patch-diff.githubusercontent.com/login?return_to=%2FComputerization%2Fcomputerization.github.io
Code https://patch-diff.githubusercontent.com/Computerization/computerization.github.io
Issues 1 https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/issues
Pull requests 18 https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pulls
Actions https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/actions
Projects 0 https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/projects
Security 0 https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/security
Insights https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pulse
Code https://patch-diff.githubusercontent.com/Computerization/computerization.github.io
Issues https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/issues
Pull requests https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pulls
Actions https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/actions
Projects https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/projects
Security https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/security
Insights https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FComputerization%2Fcomputerization.github.io%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2FComputerization%2Fcomputerization.github.io%2Fissues%2Fnew%2Fchoose
renovatehttps://patch-diff.githubusercontent.com/apps/renovate
masterhttps://patch-diff.githubusercontent.com/Computerization/computerization.github.io/tree/master
renovate/eslint-plugin-import-2.xhttps://patch-diff.githubusercontent.com/Computerization/computerization.github.io/tree/renovate/eslint-plugin-import-2.x
Conversation 2 https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594
Commits 1 https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/commits
Checks 5 https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/checks
Files changed https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/files
chore(deps): update dependency eslint-plugin-import to v2.32.0 https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/files
9cff4b6 chore(deps): update dependency eslint-plugin-import to v2.32.0 renovate[bot] Jan 19, 2026 https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/commits/9cff4b6d6447313ae49bc2ad568c6bf8e00b70d4
Clear filters https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/files
package.json https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
yarn.lock https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
package.jsonhttps://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/blob/9cff4b6d6447313ae49bc2ad568c6bf8e00b70d4/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Please reload this pagehttps://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Computerization/computerization.github.io/pull/594/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.