Skip to content

Update all non-major dependencies #307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2025

This PR contains the following updates:

Package Change Age Confidence
@babel/cli (source) ^7.27.2 -> ^7.28.0 age confidence
@babel/core (source) ^7.27.3 -> ^7.28.0 age confidence
@babel/preset-env (source) ^7.27.2 -> ^7.28.0 age confidence
@types/lodash (source) ^4.17.17 -> ^4.17.20 age confidence
compression ^1.8.0 -> ^1.8.1 age confidence
concurrently ^9.1.2 -> ^9.2.0 age confidence
dotenv ^16.5.0 -> ^16.6.1 age confidence
dotenv 16.5.0 -> 16.6.1 age confidence
express-rate-limit ^7.5.0 -> ^7.5.1 age confidence
express-session ^1.18.1 -> ^1.18.2 age confidence
globals ^16.2.0 -> ^16.3.0 age confidence
less (source) ^4.3.0 -> ^4.4.0 age confidence
morgan ^1.10.0 -> ^1.10.1 age confidence
prettier (source) ^3.5.3 -> ^3.6.2 age confidence
webpack ^5.99.9 -> ^5.100.2 age confidence
webpack-dev-server ^5.2.1 -> ^5.2.2 age confidence

Release Notes

babel/babel (@​babel/cli)

v7.28.0

Compare Source

🚀 New Feature
  • babel-node
  • babel-types
  • babel-compat-data, babel-preset-env
  • babel-core, babel-parser
  • babel-generator, babel-parser
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-object-rest-spread, babel-traverse, babel-types
  • babel-parser, babel-traverse, babel-types
  • babel-generator, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-react-display-name, babel-types
  • babel-generator, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-transform-block-scoping, babel-plugin-transform-object-rest-spread, babel-plugin-transform-typescript, babel-traverse, babel-types
🐛 Bug Fix
🏠 Internal
  • babel-compat-data, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-json-modules, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
expressjs/compression (compression)

v1.8.1

Compare Source

==========

open-cli-tools/concurrently (concurrently)

v9.2.0

Compare Source

What's Changed

New Contributors

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

motdotla/dotenv (dotenv)

v16.6.1

Compare Source

Changed
  • Default quiet to true – hiding the runtime log message (#​874)
  • NOTICE: 17.0.0 will be released with quiet defaulting to false. Use config({ quiet: true }) to suppress.
  • And check out the new dotenvx. As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch require('dotenv').config() for require('@​dotenvx/dotenvx').config().

v16.6.0

Compare Source

Added
  • Default log helpful message [[email protected]] injecting env (1) from .env (#​870)
  • Use { quiet: true } to suppress
  • Aligns dotenv more closely with dotenvx.
express-rate-limit/express-rate-limit (express-rate-limit)

v7.5.1

Compare Source

Changed
  • Narrowed type of standardHeaders from string to just the supported values via a TypeScript const assertion (#​506)

You can view the full changelog here.

expressjs/session (express-session)

v1.18.2

Compare Source

==========

sindresorhus/globals (globals)

v16.3.0

Compare Source


less/less.js (less)

v4.4.0

Compare Source

expressjs/morgan (morgan)

v1.10.1

Compare Source

===================

prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if n-readlines did not already close
them.

v3.6.0

Compare Source

diff

🔗 Release Notes

webpack/webpack (webpack)

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
webpack/webpack-dev-server (webpack-dev-server)

v5.2.2

Compare Source


Configuration

📅 Schedule: Branch creation - "after 8am and before 8pm on saturday" in timezone America/Indiana/Indianapolis, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/all-minor-patch branch 4 times, most recently from 86c4714 to 5f4455d Compare June 26, 2025 04:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 5686eb8 to 5b8cc7c Compare July 4, 2025 20:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5b8cc7c to c5cc626 Compare July 5, 2025 13:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 67655bf to 5d2056c Compare July 18, 2025 20:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5d2056c to 9f4a85f Compare July 19, 2025 17:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f4a85f to 13d4758 Compare July 20, 2025 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants