build: update all non-major dependencies #24891
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.2.0->2.2.12.2.0->2.2.15.57.1->5.58.05.57.1->5.58.00.17.15->0.17.160.17.15->0.17.160.17.15->0.17.160.17.15->0.17.168.37.0->8.38.07.2.3->7.2.47.2.3->7.2.41.22.1->1.22.21.60.0->1.61.01.60.0->1.61.07.3.8->7.4.07.3.8->7.4.05.16.8->5.16.95.16.8->5.16.95.77.0->5.78.05.77.0->5.78.0Release Notes
ampproject/remapping
v2.2.1Compare Source
Full Changelog: ampproject/remapping@v2.2.0...v2.2.1
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.58.0Compare Source
Bug Fixes
Features
5.57.1 (2023-04-03)
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.58.0Compare Source
Bug Fixes
5.57.1 (2023-04-03)
Note: Version bump only for package @typescript-eslint/parser
evanw/esbuild
v0.17.16Compare Source
Fix CSS nesting transform for triple-nested rules that start with a combinator (#3046)
This release fixes a bug with esbuild where triple-nested CSS rules that start with a combinator were not transformed correctly for older browsers. Here's an example of such a case before and after this bug fix:
Support
--injectwith a file loaded using thecopyloader (#3041)This release now allows you to use
--injectwith a file that is loaded using thecopyloader. Thecopyloader copies the imported file to the output directory verbatim and rewrites the path in theimportstatement to point to the copied output file. When used with--inject, this means the injected file will be copied to the output directory as-is and a bareimportstatement for that file will be inserted in any non-copy output files that esbuild generates.Note that since esbuild doesn't parse the contents of copied files, esbuild will not expose any of the export names as usable imports when you do this (in the way that esbuild's
--injectfeature is typically used). However, any side-effects that the injected file has will still occur.eslint/eslint
v8.38.0Compare Source
Features
a1d561dfeat: Move getDeclaredVariables and getAncestors to SourceCode (#17059) (Nicholas C. Zakas)Bug Fixes
1c1ece2fix: do not report onRegExp(...args)inrequire-unicode-regexp(#17037) (Francesco Trotta)Documentation
7162d34docs: Mention new config system is complete (#17068) (Nicholas C. Zakas)0fd6bb2docs: Update README (GitHub Actions Bot)c83531cdocs: Update/remove external links, eg. point toeslint-community(#17061) (Pelle Wessman)a3aa6f5docs: Clarifyno-div-regexrule docs (#17051) (Francesco Trotta)b0f11cfdocs: Update README (GitHub Actions Bot)da8d52adocs: Update the second object instance for the "no-new" rule (#17020) (Ahmadou Waly NDIAYE)518130adocs: switch language based on current path (#16687) (Percy Ma)24206c4docs: Update README (GitHub Actions Bot)Chores
59ed060chore: upgrade @eslint/js@8.38.0 (#17069) (Milos Djermanovic)88c0898chore: package.json update for @eslint/js release (ESLint Jenkins)cf682d2refactor: simplify new-parens rule schema (#17060) (MHO)0dde022ci: bump actions/add-to-project from 0.4.1 to 0.5.0 (#17055) (dependabot[bot])webpack-contrib/postcss-loader
v7.2.4Compare Source
browserify/resolve
v1.22.2Compare Source
sass/dart-sass
v1.61.0Compare Source
Potentially breaking change: Drop support for End-of-Life Node.js 12.
Fix remaining cases for the performance regression introduced in 1.59.0.
Embedded Sass
legacy API.
npm/node-semver
v7.4.0Compare Source
Features
113f513#532 identifierBase parameter for .inc (#532) (@wraithgar, @b-bly)48d8f8f#530 export new RELEASE_TYPES constant (@hcharley)Bug Fixes
940723d#538 intersects with v0.0.0 and v0.0.0-0 (#538) (@wraithgar)aa516b5#535 faster parse options (#535) (@H4ad)61e6ea1#536 faster cache key factory for range (#536) (@H4ad)f8b8b61#541 optimistic parse (#541) (@H4ad)796cbe2#533 semver.diff prerelease to release recognition (#533) (@wraithgar, @dominique-blockchain)3f222b1#537 reuse comparators on subset (#537) (@H4ad)f66cc45#539 faster diff (#539) (@H4ad)Documentation
c5d29df#530 Add "Constants" section to README (@hcharley)terser/terser
v5.16.9Compare Source
a?.b) (#1374)lhs_constantsoption, allowing to stop Terser from swapping comparison operands (#1361)webpack/webpack
v5.78.0Compare Source
Features
amdContainersupport for AMD libraries (Fixes #16561) by @long76 in https://github.com/webpack/webpack/pull/16562Bugfixes
@mediaor@supportsnow properly are replaced with unique identifiers by @noreiller in https://github.com/webpack/webpack/pull/15812oneOfrule has been picked multiple times by @xiaoxiaojx in https://github.com/webpack/webpack/pull/16477createRequiresupport fornode:moduleprefix by @alexander-akait in https://github.com/webpack/webpack/pull/16904Performance
ErrorHelpersnamed functions; Add types by @TheLarkInn in https://github.com/webpack/webpack/pull/16893ModuleTypeConstantsfor plugins by @TheLarkInn in https://github.com/webpack/webpack/pull/16896Contributor Experience
New Contributors
Full Changelog: webpack/webpack@v5.77.0...v5.78.0
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.
This PR has been generated by Renovate Bot.