Ernest
Ernest
Suppose we have two plugins to be tapped: The following example is WRONG. Please see [this comment](https://github.com/webpack/tapable/issues/135#issuecomment-692020461) ```javascript hook.tap({ name: 'a', before: 'b' }, () => {}) hook.tap({ name: 'b',...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...
:robot: I have created a release *beep* *boop* --- babel: 0.5.1 ## [0.5.1](https://github.com/runtime-env/import-meta-env/compare/babel0.5.0...babel0.5.1) (2025-03-08) ### Bug Fixes * **deps:** pin dependencies ([#1788](https://github.com/runtime-env/import-meta-env/issues/1788)) ([6f42d9e](https://github.com/runtime-env/import-meta-env/commit/6f42d9e97ff8c04940b1c0df285e0704b2719517)) * **deps:** update babel monorepo ([#1800](https://github.com/runtime-env/import-meta-env/issues/1800)) ([e88d6bb](https://github.com/runtime-env/import-meta-env/commit/e88d6bb192a1c4b1b673714711d752392efc6dd4))...
:robot: I have created a release *beep* *boop* --- ## [2.0.30](https://github.com/soc221b/pinia-plugin-persistedstate-2/compare/2.0.29...2.0.30) (2025-03-10) ### Bug Fixes * **deps:** update dependency @types/node to v22.13.10 ([#910](https://github.com/soc221b/pinia-plugin-persistedstate-2/issues/910)) ([64c438e](https://github.com/soc221b/pinia-plugin-persistedstate-2/commit/64c438eaf84e9f186f7670487c74646d98a9d745)) --- This PR was generated with...
### Version 3.1.2 ### Reproduction link [vue 3](https://codesandbox.io/s/falling-darkness-dlhz2?file=/src/components/HelloWorld.vue) ### Steps to reproduce 1. open sandbox 2. open console 3. click reverse 4. see first and second refs log ### What...
Hi, I’m the author of [zod-schema-faker](https://github.com/soc221b/zod-schema-faker). I’m exploring a feature to narrow fake data by chaining schemas via registry metadata. The proposed usage might look like this: ```ts // const...