Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2023

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) 7.28.0 -> 7.28.4 age confidence
@babel/preset-env (source) 7.28.0 -> 7.28.3 age confidence
@​sonarsource/echoes-react ^0.23.1 -> ^0.24.0 age confidence
@types/react (source) 18.3.23 -> 18.3.26 age confidence
concurrently 9.2.0 -> 9.2.1 age confidence
prettier-plugin-java (source) 2.7.1 -> 2.7.5 age confidence
webpack 5.99.9 -> 5.102.1 age confidence
yarn (source) 4.8.1 -> 4.10.3 age confidence

Release Notes

babel/babel (@​babel/core)

v7.28.4

Compare Source

🏠 Internal

v7.28.3

Compare Source

👓 Spec Compliance
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions
open-cli-tools/concurrently (concurrently)

v9.2.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1

jhipster/prettier-java (prettier-plugin-java)

v2.7.5: 2.7.5

Compare Source

What's Changed

  • fix: eliminate repeated printer function execution from our naively-implemented 'call' helper by @​jtkiesel in #​771
  • fix: correct indentation of some method argument lists containing lambda bodies by @​jtkiesel in #​772
  • fix: correct indentation of non-root instanceof expressions by @​jtkiesel in #​773
  • fix: indent binary expressions in annotation element value or argument lists by @​jtkiesel in #​774
  • fix: break nested ternaries together by @​jtkiesel in #​775

Full Changelog: https://github.com/jhipster/prettier-java/compare/[email protected]@2.7.5

v2.7.4: 2.7.4

Compare Source

What's Changed

Full Changelog: https://github.com/jhipster/prettier-java/compare/[email protected]@2.7.4

v2.7.3: 2.7.3

Compare Source

What's Changed

v2.7.2: 2.7.2

Compare Source

What's Changed

webpack/webpack (webpack)

v5.102.1

Compare Source

v5.102.0

Compare Source

Features
  • Added static analyze for dynamic imports
  • Added support for import file from "./file.ext" with { type: "bytes" } to get the content as Uint8Array (look at example)
  • Added support for import file from "./file.ext" with { type: "text" } to get the content as text (look at example)
  • Added the snapshot.contextModule to configure snapshots options for context modules
  • Added the extractSourceMap option to implement the capabilities of loading source maps by comment, you don't need source-map-loader (look at example)
  • The topLevelAwait experiment is now stable (you can remove experiments.topLevelAwait from your webpack.config.js)
  • The layers experiment is now stable (you can remove experiments.layers from your webpack.config.js)
  • Added function matcher support in rule options
Fixes
  • Fixed conflicts caused by multiple concatenate modules
  • Ignore import failure during HMR update with ES modules output
  • Keep render module order consistent
  • Prevent inlining modules that have this exports
  • Removed unused timeout attribute of script tag
  • Supported UMD chunk format to work in web workers
  • Improved CommonJs bundle to ES module library
  • Use es-lexer for mjs files for build dependencies
  • Fixed support __non_webpack_require__ for ES modules
  • Properly handle external modules for CSS
  • AssetsByChunkName included assets from chunk.auxiliaryFiles
  • Use createRequire only when output is ES module and target is node
  • Typescript types
Performance Improvements
  • Avoid extra calls for snapshot
  • A avoid extra jobs for build dependencies
  • Move import attributes to own dependencies

v5.101.3

Compare Source

v5.101.2

Compare Source

Fixes
  • Fixed syntax error when comment is on the last line
  • Handle var declaration for createRequire
  • Distinguish free variable and tagged variable

v5.101.1

Compare Source

Fixes
  • Filter deleted assets in processAdditionalAssets hook
  • HMR failure in defer module
  • Emit assets even if invalidation occurs again
  • Export types for serialization and deserialization in plugins and export the ModuleFactory class
  • Fixed the failure export of internal function for ES module chunk format
  • Fixed GetChunkFilename failure caused by dependOn entry
  • Fixed the import of missing dependency chunks
  • Fixed when entry chunk depends on the runtime chunk hash
  • Fixed module.exports bundle to ESM library
  • Adjusted the time of adding a group depending on the fragment of execution time
  • Fixed circle dependencies when require RawModule and condition of isDeferred
  • Tree-shakable module library should align preconditions of allowInlineStartup

v5.101.0

Compare Source

Fixes
  • Fixed concatenate optimization for ESM that caused undefined export
  • Respect the output.environment.nodePrefixForCoreModules option everywhere
  • Respect the output.importMetaName option everywhere
  • Fixed await async dependencies when accepting them during HMR
  • Better typescript types
Features
  • Added colors helpers for CLI
  • Enable tree-shaking for ESM external modules with named imports
  • Added the deferImport option to parser options
Performance Improvements
  • Fixed a regression in module concatenation after implementing deferred import support
  • Fixed a potential performance issue in CleanPlugin
  • Avoid extra require in some places

v5.100.2

Compare Source

v5.100.1

Compare Source

v5.100.0

Compare Source

Fixes
  • Fixed the case where an ES modules entry chunk depends on the runtime chunk hash
  • Handle function exports in webpack module wrapper
  • Ensure dependent chunks are imported before startup & fix duplicate export of 'default'
  • Generate lose closing brace when exports are unprovided
  • CleanPlugin doesn't unlink same file twice
  • Fixed unexpected error codes from fs.unlink on Windows
  • Typescript types
Features
  • HMR support for ES modules output
  • ES module output mode now fully supports splitChunks when external variables and runtimeChunk are not set.
  • Added support using keyword
  • Implemented tc39 Defer Module Evaluation (experiment)
  • Support dynamic template literals expressions for new URL(...)
  • Enable ES modules worker chunk loading for Node.js targets
  • Improved support for destructing in DefinePlugin
  • Added VirtualUrlPlugin to support virtual: modules
Performance Improvements
  • Remove useless startup entrypoint runtime for ES modules output
  • Cache new URL(...) evaluate expression
yarnpkg/berry (yarn)

v4.10.3

Compare Source

v4.10.2

Compare Source

v4.10.1

Compare Source

v4.10.0

Compare Source

v4.9.4

Compare Source

v4.9.3

Compare Source

v4.9.2

Compare Source

v4.9.1

Compare Source

v4.9.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Dec 7, 2023
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch from bf063fa to 208f6bc Compare December 10, 2023 10:20
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch from 208f6bc to 0706521 Compare December 24, 2023 15:50
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch 3 times, most recently from bda74e9 to 0f1d652 Compare January 14, 2024 05:39
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch 3 times, most recently from 950e571 to 1166292 Compare January 18, 2024 20:20
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch 2 times, most recently from c6df853 to 2d57ccc Compare January 30, 2024 17:32
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch 2 times, most recently from e20a749 to 492a53a Compare February 4, 2024 06:10
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch 3 times, most recently from bcb5d8a to aea1e2f Compare February 22, 2024 10:03
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch from aea1e2f to a76e211 Compare March 20, 2024 17:16
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch from a76e211 to a7e4a23 Compare April 3, 2024 18:35
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch 2 times, most recently from a0bee63 to d2b089e Compare June 5, 2024 10:33
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch 2 times, most recently from 9162a16 to 3374653 Compare June 11, 2024 15:11
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch from 3374653 to 1f31a5c Compare June 19, 2024 16:57
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch 4 times, most recently from 7dea159 to 06a90e3 Compare July 13, 2024 12:36
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch from 06a90e3 to e2cf6e3 Compare August 22, 2024 14:01
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch from e2cf6e3 to ecddf81 Compare October 25, 2024 07:41
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch from ecddf81 to 5730f11 Compare November 26, 2024 08:01
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch 2 times, most recently from fe5d9d5 to a439e78 Compare July 9, 2025 17:03
@renovate renovate bot changed the title chore(deps): update yarn to v4.9.2 chore(deps): update npm non-major dependencies Jul 9, 2025
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch 2 times, most recently from b8d9775 to 84328dc Compare July 11, 2025 18:06
@renovate renovate bot changed the title chore(deps): update npm non-major dependencies fix(deps): update npm non-major dependencies Jul 11, 2025
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch 2 times, most recently from 0b8f2d6 to 608d4ac Compare July 15, 2025 18:07
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch from 608d4ac to 2ad7910 Compare July 28, 2025 18:13
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch 2 times, most recently from bdbe465 to d4a1bb7 Compare August 12, 2025 13:13
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch 4 times, most recently from 9aadd2d to 78cc42f Compare August 20, 2025 12:52
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch 3 times, most recently from 957857b to b8508bb Compare August 26, 2025 17:49
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch 2 times, most recently from 1e1927f to c3a139c Compare September 6, 2025 23:42
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch from c3a139c to 94c36c2 Compare September 10, 2025 08:42
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch 4 times, most recently from 431f86b to 41f8583 Compare September 23, 2025 11:02
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch 3 times, most recently from 6f334d2 to 2861337 Compare October 6, 2025 21:36
@renovate renovate bot force-pushed the renovate/npm-non-major-dependencies branch from 2861337 to 78b43cf Compare October 7, 2025 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants