Skip to content

Conversation

cu-infra-svc-git
Copy link
Contributor

@cu-infra-svc-git cu-infra-svc-git commented Jun 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest (source) ^29.5.12 -> ^29.5.14 age adoption passing confidence
eslint-config-prettier ^9.1.0 -> ^9.1.2 age adoption passing confidence
eslint-import-resolver-typescript ^3.6.1 -> ^3.10.1 age adoption passing confidence
eslint-plugin-import ^2.29.1 -> ^2.32.0 age adoption passing confidence
eslint-plugin-prettier ^5.1.3 -> ^5.5.4 age adoption passing confidence
jsii-release ^0.2.838 -> ^0.2.1025 age adoption passing confidence
prettier (source) ^3.2.5 -> ^3.6.2 age adoption passing confidence
ts-jest (source) ^29.1.3 -> ^29.4.5 age adoption passing confidence
typedoc (source) ^0.25.13 -> ^0.28.14 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.9.3 age adoption passing confidence

Release Notes

prettier/eslint-config-prettier (eslint-config-prettier)

v9.1.2

Compare Source

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

v3.10.1

Compare Source

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v3.10.0...v3.10.1

v3.10.0

Compare Source

Minor Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v3.9.1...v3.10.0

v3.9.1

Compare Source

Patch Changes

v3.9.0

Compare Source

Minor Changes

v3.8.7

Compare Source

Patch Changes

v3.8.6

Compare Source

Patch Changes

v3.8.5

Compare Source

Patch Changes

v3.8.4

Compare Source

Patch Changes

v3.8.3

Compare Source

Patch Changes

v3.8.2

Compare Source

Patch Changes

v3.8.1

Compare Source

Patch Changes

v3.8.0

Compare Source

Minor Changes
  • #​345 fcc8883 Thanks @​carlocorradini! - Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator.

  • #​346 c124e87 Thanks @​carlocorradini! - Update get-tsconfig to the the latest version. We now support the ${configDir} variable, introduced in TypeScript 5.5.

v3.7.0

Compare Source

Minor Changes
  • #​326 93ea130 Thanks @​SukkaW! - This version has implemented the eslint-plugin-import-x's v3 resolver interface. This allows you to use import/require to reference eslint-import-resolver-typescript directly in your ESLint flat config:

    Previously

    // eslint.config.js
    module.exports = {
      settings: {
        'import-x/resolver': {
          typescript: {
            alwaysTryTypes: true,
          },
          // or
          require.resolve('eslint-import-resolver-typescript'):
            alwaysTryTypes: true,
          }
        }
      }
    }

    Now

    // eslint.config.js
    const {
      createTypeScriptImportResolver,
    } = require('eslint-import-resolver-typescript')
    
    module.exports = {
      settings: {
        'import-x/resolver-next': [
          createTypeScriptImportResolver({
            alwaysTryTypes: true,
          }),
        ],
      },
    }

    Note that this only works with eslint-plugin-import-x@>=4.5.0. You can't use createTypeScriptImportResolver with the older versions of eslint-plugin-import-x or any existing versions of eslint-plugin-import.

v3.6.3

Compare Source

Patch Changes
import-js/eslint-plugin-import (eslint-plugin-import)

v2.32.0

Compare Source

Added
Fixed
Changed

v2.31.0

Compare Source

Added
Fixed
Changed

v2.30.0

Compare Source

Added
Fixed
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])
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.5.4

Compare Source

Patch Changes

v5.5.3

Compare Source

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.2...v5.5.3

v5.5.2

Compare Source

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.1...v5.5.2

v5.5.1

Compare Source

Patch Changes

v5.5.0

Compare Source

Minor Changes

v5.4.1

Compare Source

Patch Changes
  • #​740 c21521f Thanks @​JounQin! - fix(deps): bump synckit to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message') error

v5.4.0

Compare Source

Minor Changes

v5.3.1

Compare Source

Patch Changes

v5.3.0

Compare Source

Minor Changes

v5.2.6

Compare Source

Patch Changes

v5.2.5

Compare Source

Patch Changes

v5.2.4

Compare Source

Patch Changes

v5.2.3

Compare Source

Patch Changes

v5.2.2

Compare Source

Patch Changes

v5.2.1

Compare Source

Patch Changes
cdklabs/publib (jsii-release)

v0.2.1025

Compare Source

0.2.1025 (2025-10-20)

Bug Fixes

v0.2.1024

Compare Source

0.2.1024 (2025-10-13)

Bug Fixes

v0.2.1023

Compare Source

0.2.1023 (2025-10-06)

Bug Fixes

v0.2.1022

Compare Source

0.2.1022 (2025-09-30)

Features
  • nuget: add trusted publisher support with OIDC authentication (#​1727) (b99b8a2)

v0.2.1021

Compare Source

0.2.1021 (2025-09-29)

Bug Fixes

v0.2.1020

Compare Source

0.2.1020 (2025-09-24)

Features
  • golang: optimize git operations for large repositories (#​1725) (d54a856)

v0.2.1019

Compare Source

0.2.1019 (2025-09-22)

Bug Fixes

v0.2.1018

Compare Source

0.2.1018 (2025-09-16)

Bug Fixes

v0.2.1017

Compare Source

0.2.1017 (2025-09-16)

Bug Fixes

v0.2.1016

Compare Source

0.2.1016 (2025-09-15)

Bug Fixes

v0.2.1015

Compare Source

0.2.1015 (2025-09-08)

Bug Fixes

v0.2.1014

Compare Source

0.2.1014 (2025-09-01)

Bug Fixes

v0.2.1013

Compare Source

0.2.1013 (2025-08-25)

Bug Fixes

v0.2.1012

Compare Source

0.2.1012 (2025-08-18)

Bug Fixes

v0.2.1011

Compare Source

0.2.1011 (2025-08-11)

Bug Fixes

v0.2.1010

Compare Source

0.2.1010 (2025-08-10)

Bug Fixes

v0.2.1009

Compare Source

0.2.1009 (2025-08-08)

Features

v0.2.1008

Compare Source

0.2.1008 (2025-08-08)

Features

v0.2.1007

Compare Source

0.2.1007 (2025-08-04)

Bug Fixes

v0.2.1006

Compare Source

0.2.1006 (2025-08-04)

Bug Fixes

v0.2.1005

Compare Source

0.2.1005 (2025-07-28)

Bug Fixes

v0.2.1004

Compare Source

0.2.1004 (2025-07-21)

Bug Fixes

v0.2.1003

Compare Source

0.2.1003 (2025-07-17)

Bug Fixes

v0.2.1002

Compare Source

0.2.1002 (2025-07-08)

Bug Fixes

v0.2.1001

Compare Source

0.2.1001 (2025-06-30)

Bug Fixes

v0.2.1000

Compare Source

0.2.1000 (2025-06-23)

Bug Fixes

v0.2.999

Compare Source

0.2.999 (2025-06-16)

Bug Fixes

v0.2.998

Compare Source

0.2.998 (2025-06-09)

Bug Fixes

v0.2.997

Compare Source

0.2.997 (2025-06-03)

Bug Fixes

v0.2.996

Compare Source

0.2.996 (2025-05-31)

Bug Fixes

v0.2.995

Compare Source

0.2.995 (2025-05-30)

Bug Fixes

v0.2.994

Compare Source

0.2.994 (2025-05-29)

Bug Fixes

v0.2.993

Compare Source

0.2.993 (2025-05-28)

Bug Fixes

v0.2.992

Compare Source

[0.2.992](https://re


Configuration

📅 Schedule: Branch creation - "before 2am on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

codecov bot commented Jun 3, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.84%. Comparing base (cf73a40) to head (cfe8050).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #34   +/-   ##
=======================================
  Coverage   73.84%   73.84%           
=======================================
  Files           3        3           
  Lines         130      130           
  Branches       20       13    -7     
=======================================
  Hits           96       96           
  Misses         32       32           
  Partials        2        2           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cf73a40...cfe8050. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/all-minor-patch branch from cfe8050 to 2b3f8a8 Compare August 29, 2025 22:22
Copy link

socket-security bot commented Aug 29, 2025

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
typescript@5.9.3 has a License Policy Violation.

License: MIT-Khronos-old (package/ThirdPartyNoticeText.txt)

License: CC-BY-4.0 (package/ThirdPartyNoticeText.txt)

License: LicenseRef-W3C-Community-Final-Specification-Agreement (package/ThirdPartyNoticeText.txt)

From: package.jsonnpm/typescript@5.9.3

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/typescript@5.9.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/all-minor-patch branch 2 times, most recently from 66d6c02 to 7f7cce1 Compare September 15, 2025 00:03
@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/all-minor-patch branch 5 times, most recently from 34fa0d4 to b19d846 Compare September 23, 2025 00:03
@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3144905 to 6032bee Compare October 1, 2025 00:04
@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4762097 to 800eb36 Compare October 14, 2025 00:03
@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/all-minor-patch branch from 800eb36 to e7f0e24 Compare October 21, 2025 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants