build: update all non-major dependencies
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @typescript-eslint/eslint-plugin (source) | devDependencies | minor | 7.9.0 -> 7.10.0 |
| @typescript-eslint/parser (source) | devDependencies | minor | 7.9.0 -> 7.10.0 |
| css-loader | dependencies | patch | 7.1.1 -> 7.1.2 |
| css-loader | devDependencies | patch | 7.1.1 -> 7.1.2 |
| ini | dependencies | patch | 4.1.2 -> 4.1.3 |
| ini | devDependencies | patch | 4.1.2 -> 4.1.3 |
| lmdb | dependencies | patch | 3.0.8 -> 3.0.11 |
| lmdb | devDependencies | patch | 3.0.8 -> 3.0.11 |
| ng-packagr | devDependencies | patch | 18.0.0-rc.0 -> 18.0.0 |
| piscina | dependencies | patch | 4.5.0 -> 4.5.1 |
| piscina | devDependencies | patch | 4.5.0 -> 4.5.1 |
| rollup (source) | devDependencies | minor | ~4.17.0 -> ~4.18.0 |
| undici (source) | dependencies | patch | 6.18.0 -> 6.18.1 |
| undici (source) | devDependencies | patch | 6.18.0 -> 6.18.1 |
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.10.0
🚀 Features
- eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
- eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
- auvred
- Emanuel Hoogeveen
- jsfm01
- Kirk Waiblinger
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.10.0
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
npm/ini (ini)
v4.1.3
Bug Fixes
Chores
-
2da0471#251 bump @npmcli/template-oss to 4.22.0 (@lukekarrys) -
1eaf0fb#251 postinstall for dependabot template-oss PR (@lukekarrys) -
faf21a1#249 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])
ng-packagr/ng-packagr (ng-packagr)
v18.0.0
⚠ BREAKING CHANGES
- Node.js support for versions <18.19.1 and <20.11.1 has been removed.
Bug Fixes
Features
rollup/rollup (rollup)
v4.18.0
2024-05-22
Features
- Resolve import.meta.filename and .dirname in transpiled plugins (#5520)
Pull Requests
- #5504: Auto generate node index (@lukastaegert)
- #5507: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
- #5508: chore(deps): lock file maintenance (@renovate[bot])
- #5510: Split up converter.rs into AST nodes (@lukastaegert)
- #5512: chore(deps): update dependency builtin-modules to v4 (@renovate[bot], @lukastaegert)
- #5514: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
- #5518: chore(deps): update dependency eslint-plugin-unicorn to v53 (@renovate[bot], @lukastaegert)
- #5519: chore(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
- #5520: Resolve import.meta.{filename,dirname} in files imported from config (@BPScott)
- #5521: docs: correct base32 to base36 in documentation (@highcastlee)
v4.17.2
2024-04-30
Bug Fixes
- Fix tree-shaking problems when using spread arguments (#5503)
Pull Requests
- #5501: Slightly improve perf report (@lukastaegert)
- #5503: fix: rest element should deoptimize parameter values (@liuly0322)
v4.17.1
2024-04-29
Bug Fixes
- Prevent infinite recursions for certain constructor invocations (#5500)
Pull Requests
- #5500: fix: parameter variable infinite recursion error (@liuly0322)
nodejs/undici (undici)
v6.18.1
What's Changed
- docs: Update references to dispatcher in docs by @haikyuu in https://github.com/nodejs/undici/pull/3281
- fix: compatibility for global headers by @tsctx in https://github.com/nodejs/undici/pull/3286
- websocket: pre-calculated length by @tsctx in https://github.com/nodejs/undici/pull/3284
- ci: fix autobahn workflow by @Uzlopak in https://github.com/nodejs/undici/pull/3291
- revert: "websocket: pre-calculated length" by @KhafraDev in https://github.com/nodejs/undici/pull/3290
- websocket: use FixedQueue instead of Set by @tsctx in https://github.com/nodejs/undici/pull/3283
New Contributors
- @haikyuu made their first contribution in https://github.com/nodejs/undici/pull/3281
Full Changelog: https://github.com/nodejs/undici/compare/v6.18.0...v6.18.1
Configuration
📅 Schedule: Branch creation - "after 10:00pm every weekday,before 4:00am every weekday,every weekend" in timezone America/Tijuana, 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.