Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-typescript (source) ^11.1.6 -> ^12.0.0 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/plugin-typescript)

v12.1.2

2024-12-15

Bugfixes
  • fix: path validation issue in validatePaths function (#​1800)

v12.1.1

2024-10-16

Bugfixes
  • fix: allow for files to be nested in folders within outDir (#​1783)

v12.1.0

2024-09-22

Features
  • feat: add transformers factory. (#​1668)

v12.0.0

2024-09-22

Breaking Changes
  • fix!: correctly resolve filenames of declaration files for output.file (#​1728)

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.

@renovate renovate bot requested a review from a team as a code owner October 21, 2024 22:01
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript-12.x branch 3 times, most recently from cfa223f to d8e0f86 Compare October 28, 2024 16:51
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript-12.x branch 2 times, most recently from 2f99954 to 88faf9d Compare October 29, 2024 15:28
Copy link
Member

@toddbaert toddbaert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should manually test this.

@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript-12.x branch 9 times, most recently from ec6a174 to 02042cd Compare October 29, 2024 18:11
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript-12.x branch 6 times, most recently from d11ddb0 to 1922e85 Compare November 7, 2024 17:18
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript-12.x branch 8 times, most recently from 2aebb48 to ead989c Compare November 21, 2024 20:25
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript-12.x branch 15 times, most recently from 3628a1d to 7d7771f Compare April 16, 2025 16:30
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript-12.x branch 5 times, most recently from 741f203 to 5c793d8 Compare April 24, 2025 13:36
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript-12.x branch from 5c793d8 to f4fe650 Compare April 30, 2025 17:03
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript-12.x branch from f4fe650 to dddb53f Compare May 15, 2025 15:52
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript-12.x branch from dddb53f to 4bc694c Compare May 15, 2025 15:54
@toddbaert
Copy link
Member

Tested this by consuming the build artifact in the react-test-app and it worked as expected.

@toddbaert toddbaert self-requested a review May 15, 2025 16:10
@toddbaert toddbaert merged commit 273af9e into main May 15, 2025
12 checks passed
@toddbaert toddbaert deleted the renovate/rollup-plugin-typescript-12.x branch May 15, 2025 16:10
weyert pushed a commit that referenced this pull request Jul 20, 2025
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@rollup/plugin-typescript](https://redirect.github.com/rollup/plugins/tree/master/packages/typescript/#readme)
([source](https://redirect.github.com/rollup/plugins/tree/HEAD/packages/typescript))
| [`^11.1.6` ->
`^12.0.0`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-typescript/11.1.6/12.1.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@rollup%2fplugin-typescript/12.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@rollup%2fplugin-typescript/12.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@rollup%2fplugin-typescript/11.1.6/12.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rollup%2fplugin-typescript/11.1.6/12.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>rollup/plugins (@&#8203;rollup/plugin-typescript)</summary>

###
[`v12.1.2`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v1212)

*2024-12-15*

##### Bugfixes

- fix: path validation issue in validatePaths function
([#&#8203;1800](https://redirect.github.com/rollup/plugins/issues/1800))

###
[`v12.1.1`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v1211)

*2024-10-16*

##### Bugfixes

- fix: allow for files to be nested in folders within outDir
([#&#8203;1783](https://redirect.github.com/rollup/plugins/issues/1783))

###
[`v12.1.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v1210)

*2024-09-22*

##### Features

- feat: add transformers factory.
([#&#8203;1668](https://redirect.github.com/rollup/plugins/issues/1668))

###
[`v12.0.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v1200)

*2024-09-22*

##### Breaking Changes

- fix!: correctly resolve filenames of declaration files for
`output.file`
([#&#8203;1728](https://redirect.github.com/rollup/plugins/issues/1728))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-feature/js-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjQwLjExLjE4IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Weyert de Boer <[email protected]>
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.

2 participants