Liam Mitchell

Results 9 comments of Liam Mitchell

I have used the `outputPath` hook to rename output files to `.d.ts`: ```js plugins: [ ts({ // ... hook: { outputPath: (path) => path.replace(/\.d\..ts/, '.d.ts'), }, }), ``` Docs: https://github.com/wessberg/rollup-plugin-ts?tab=readme-ov-file#the-outputpath-hook

Please use npm >= 11.6.3 to generate package-lock and when installing in CI. See [problems with lower versions](https://github.com/npm/cli/issues/8535#issuecomment-3627452551).

Here is the 11.6.1 dep graph before `pg` is pruned: ```mermaid flowchart parent_package_1_0_0["`[email protected] (prod)`"] parent_package_1_0_0-->|prod|child_package_repro_1_0_3 child_package_repro_1_0_3["`[email protected] (prod)`"] child_package_repro_1_0_3-.->|optional|pg_8_16_3 pg_8_16_3["`[email protected] (peer, optional)`"] pg_8_16_3-.->|peerOptional|pg_native___3_0_1 pg_8_16_3-->|prod|pg_connection_string_2_9_1 pg_8_16_3-->|prod|pg_pool_3_10_1 pg_8_16_3-->|prod|pg_protocol_1_10_3 pg_8_16_3-->|prod|pg_types_2_2_0 pg_8_16_3-->|prod|pgpass_1_0_5 pg_8_16_3-.->|optional|pg_cloudflare_1_2_7 pg_cloudflare_1_2_7["`[email protected] (optional)`"]...

Please use npm >= 11.6.3 to generate package-lock and when installing in CI. See [problems with lower versions](https://github.com/npm/cli/issues/8535#issuecomment-3627452551).

Fixed by #8645 Below command is run from a `mytest` folder inside the npm project on the fix branch. `node ../` is equivalent to `npm`. ``` ~/Projects/npm-cli/mytest on reproducible-install $...

Please use npm >= 11.6.3 to generate package-lock and when installing in CI. See [problems with lower versions](https://github.com/npm/cli/issues/8535#issuecomment-3627452551).

I don't see the exact version used anywhere in this issue. Please use npm >= 11.6.3 to generate package-lock and when installing in CI. See [problems with lower versions](https://github.com/npm/cli/issues/8535#issuecomment-3627452551).

OK, sorry that didn't help. It would be helpful for anyone else looking into this if you can specify the exact version and provide minimal reproduction steps in the description.

I've had my trackpad stop working on MBP 2013. I can get it functional again by exiting (`ctrl+alt+f3`) and re-entering (`ctrl+alt+f1`) graphical mode ([source](https://unix.stackexchange.com/questions/49272/restart-usb-mouse-driver)).