Skip to content

pkg: Update eslint-import-resolver-typescript to v4 #2698

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-import-resolver-typescript ^3.9.1 -> ^4.1.0 age adoption passing confidence

Release Notes

import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v4.1.0

Compare Source

Minor Changes
  • #​387 ef5cd10 Thanks @​JounQin! - feat: add a new bun?: boolean option for bun users - close #​386

    process.versions.bun is unavailable even with bun eslint due to its own design,
    but checking bun modules for non-bun users is incorrect behavior and just wasting time,
    so a new option is added for such case, you can still run with bun --bun eslint without this option enabled

v4.0.0

Compare Source

Major Changes
  • #​368 2fd7c2e Thanks @​JounQin! - feat!: rewrite, speed up by using rspack-resolver which supports references natively under the hood

    BREAKING CHANGES:

    • drop Node 14 support, Node ^16.17.0 || >=18.6 is now required
    • alwaysTryTypes is enabled by default, you can set it as false to opt-out
    • array type of project is discouraged but still supported, single project with references are encouraged for better performance, you can enable noWarnOnMultipleProjects option to supress the warning message
    • root tsconfig.json or jsconfig.json will be used automatically if no project provided

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 is behind base branch, 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.

Copy link
Contributor

Size Change: 0 B

Total Size: 456 kB

ℹ️ View Unchanged
Filename Size
examples/typescript/dist/App.css 1.5 kB
examples/typescript/dist/App.js 128 kB
examples/typescript/dist/Error-index-tsx.chunk.js 237 B
examples/typescript/dist/GQL-index-tsx.chunk.js 1.49 kB
examples/typescript/dist/Home-__tests__-home-test-tsx.chunk.js 4.94 kB
examples/typescript/dist/Home-__tests__-home-test-tsx.css 270 B
examples/typescript/dist/Home-index-tsx.chunk.js 4.81 kB
examples/typescript/dist/Home-index-tsx.css 261 B
examples/typescript/dist/index.html 273 B
examples/typescript/dist/Issues-index-tsx.chunk.js 2.42 kB
examples/typescript/dist/polyfill.js 29.9 kB
examples/typescript/dist/Posts-__tests__-postList-test-tsx.chunk.js 1.45 kB
examples/typescript/dist/Posts-index-tsx.chunk.js 1.9 kB
examples/typescript/dist/Posts-post-stories-tsx.chunk.js 1.95 kB
examples/typescript/dist/Posts-PostCreate-tsx.chunk.js 1.61 kB
examples/typescript/dist/Posts-PostEdit-tsx.chunk.js 2.01 kB
examples/typescript/dist/Posts-PostForm-tsx.chunk.js 1.3 kB
examples/typescript/dist/Posts-PostListItem-tsx.chunk.js 1.53 kB
examples/typescript/dist/Posts-useForm-tsx.chunk.js 319 B
examples/typescript/dist/react.js 57.6 kB
examples/typescript/dist/router.js 10 kB
examples/typescript/dist/Slow-index-tsx.chunk.js 411 B
examples/typescript/dist/src_pages_Home_echo_ts.chunk.js 157 B
examples/typescript/dist/User-index-tsx.chunk.js 1.54 kB
examples/typescript/dist/vendors-node_modules_ant-design_icons_es_icons_CloseCircleFilled_js-node_modules_ant-design_i-c0417a.chunk.js 7.57 kB
examples/typescript/dist/vendors-node_modules_ant-design_icons_es_icons_DownOutlined_js-node_modules_antd_es__util_Pur-a06850.chunk.js 8.64 kB
examples/typescript/dist/vendors-node_modules_ant-design_icons_es_icons_InfoCircleOutlined_js-node_modules_ant-design_-253f1f.chunk.js 18.2 kB
examples/typescript/dist/vendors-node_modules_ant-design_icons_es_icons_InfoCircleOutlined_js-node_modules_ant-design_-512c85.chunk.js 5.92 kB
examples/typescript/dist/vendors-node_modules_ant-design_icons_es_icons_SearchOutlined_js-node_modules_antd_es_form_va-430566.chunk.js 4.7 kB
examples/typescript/dist/vendors-node_modules_ant-design_pro-layout_es_components_PageHeader_index_js.chunk.js 32.1 kB
examples/typescript/dist/vendors-node_modules_antd_es_button_index_js.chunk.js 9.22 kB
examples/typescript/dist/vendors-node_modules_antd_es_form_index_js-node_modules_antd_es_input_index_js.chunk.js 15.7 kB
examples/typescript/dist/vendors-node_modules_antd_es_input_TextArea_js.chunk.js 7.23 kB
examples/typescript/dist/vendors-node_modules_antd_es_list_index_js-node_modules_data-client_react_lib_hooks_useSuspense_js.chunk.js 36.8 kB
examples/typescript/dist/vendors-node_modules_antd_es_typography_index_js.chunk.js 8.85 kB
examples/typescript/dist/vendors-node_modules_data-client_endpoint_lib_endpoint_js-node_modules_data-client_endpoint_l-8f1c57.chunk.js 1.9 kB
examples/typescript/dist/vendors-node_modules_data-client_rest_lib_resource_js.chunk.js 4.43 kB
examples/typescript/dist/vendors-node_modules_testing-library_react_dist_testing-library_react_esm_js.chunk.js 36.5 kB
examples/typescript/dist/webpack-runtime.js 2.23 kB

compressed-size-action

@ntucker ntucker merged commit f896edb into master Mar 17, 2025
20 checks passed
@renovate renovate bot deleted the renovate/eslint-import-resolver-typescript-4.x branch March 17, 2025 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant