nikku / wuffle

A multi-repository / multi-organization task board for GitHub issues.
https://wuffle.dev
MIT License
118 stars 23 forks source link

deps: update dependency fake-tag to v5 #177

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fake-tag ^3.0.0 -> ^5.0.0 age adoption passing confidence

Release Notes

jaydenseric/fake-tag (fake-tag) ### [`v5.0.0`](https://togithub.com/jaydenseric/fake-tag/blob/HEAD/changelog.md#500) [Compare Source](https://togithub.com/jaydenseric/fake-tag/compare/v4.0.0...v5.0.0) ##### Major - Updated Node.js support to `^14.17.0 || ^16.0.0 || >= 18.0.0`. - Updated dev dependencies, some of which require newer Node.js versions than previously supported. - Removed the package `main` field. - Use the `node:` URL scheme for Node.js builtin module imports in tests. ##### Patch - Updated `jsconfig.json`: - Set `compilerOptions.maxNodeModuleJsDepth` to `10`. - Set `compilerOptions.module` to `nodenext`. - Updated ESLint config. - Updated GitHub Actions CI config: - Run tests with Node.js v14, v16, v18. - Updated `actions/checkout` to v3. - Updated `actions/setup-node` to v3. - Removed the now redundant `not IE > 0` from the Browserslist query. - Revamped the readme: - Removed the badges. - Added a “Requirements” section. - Added information about Deno, import maps, TypeScript config and [optimal JavaScript module design](https://jaydenseric.com/blog/optimal-javascript-module-design). ### [`v4.0.0`](https://togithub.com/jaydenseric/fake-tag/blob/HEAD/changelog.md#400) [Compare Source](https://togithub.com/jaydenseric/fake-tag/compare/v3.0.0...v4.0.0) ##### Major - Updated Node.js support to `^12.22.0 || ^14.17.0 || >= 16.0.0`. - Updated dev dependencies, some of which require newer Node.js versions than previously supported. - Removed `./package` from the package `exports` field; the full `package.json` filename must be used in a `require` path. - The API is now ESM in `.mjs` files instead of CJS in `.js` files, [accessible via `import` but not `require`](https://nodejs.org/dist/latest/docs/api/esm.html#require). - Implemented TypeScript types via JSDoc comments. ##### Minor - Added the main `./fakeTag.mjs` module to the package `exports` field to allow it to be deep imported. ##### Patch - Also run GitHub Actions CI with Node.js v17. - Simplified package scripts. - Simplified dev dependencies and config for ESLint. - Check TypeScript types via a new package `types` script. - Removed the [`jsdoc-md`](https://npm.im/jsdoc-md) dev dependency and the related package scripts, replacing the readme “API” section with manually written “Examples” and “Exports” sections. - Added `esm` and `mjs` keywords to the package `keywords` field. - Improved variable and test names within tests. - Configured Prettier option `singleQuote` to the default, `false`. - Added a `license.md` MIT License file. - Improved documentation.

Configuration

📅 Schedule: Branch creation - "after 10pm,before 5:00am" (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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 7 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.