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.1013 age adoption passing confidence
prettier (source) ^3.2.5 -> ^3.6.2 age adoption passing confidence
ts-jest (source) ^29.1.3 -> ^29.4.1 age adoption passing confidence
typedoc (source) ^0.25.13 -> ^0.28.11 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.9.2 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.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 (2025-05-28)

Bug Fixes
  • publib-maven: MAVEN_STAGING_PROFILE_ID is no longer required (#​1679) (f062820)

v0.2.991

Compare Source

0.2.991 (2025-05-27)

Bug Fixes
  • publib-maven: fails with "Subprocess failed with exit code 1" (#​1677) (217e3a8)

v0.2.990

Compare Source

0.2.990 (2025-05-27)

Bug Fixes

v0.2.989

Compare Source

0.2.989 (2025-05-27)

Bug Fixes

v0.2.988

Compare Source

0.2.988 (2025-05-24)

Bug Fixes

v0.2.987

Compare Source

0.2.987 (2025-05-23)

Bug Fixes

v0.2.986

Compare Source

0.2.986 (2025-05-20)

Bug Fixes

v0.2.985

Compare Source

0.2.985 (2025-05-19)

Bug Fixes

v0.2.984

Compare Source

0.2.984 (2025-05-17)

Bug Fixes

v0.2.983

Compare Source

0.2.983 (2025-05-15)

Bug Fixes

v0.2.982

Compare Source

0.2.982 (2025-05-14)

Bug Fixes

v0.2.981

Compare Source

0.2.981 (2025-05-13)

Bug Fixes

v0.2.980

Compare Source

0.2.980 (2025-05-12)

Bug Fixes

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 becomes conflicted, 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

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
[email protected] has a License Policy Violation.

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

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

From: package.jsonnpm/[email protected]

ℹ 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 [email protected].

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/[email protected]. 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

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