Skip to content

Commit a7ba551

Browse files
Monthly dependency updates: Bump the maintenance group with 8 updates (#573)
Bumps the maintenance group with 8 updates: | Package | From | To | | --- | --- | --- | | [prejudice](https://github.com/mlibrary/prejudice) | ``6ceb1e8`` | ``07bb3e1`` | | [pride](https://github.com/mlibrary/pride) | ``2a8f2f3`` | ``1e37630`` | | [qs](https://github.com/ljharb/qs) | `6.14.1` | `6.15.0` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.13.0` | `7.13.1` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.2` | `10.0.1` | | [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.7.1` | `5.9.0` | | [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.0.2` | | [globals](https://github.com/sindresorhus/globals) | `17.3.0` | `17.4.0` | Updates `prejudice` from `6ceb1e8` to `07bb3e1` - [Release notes](https://github.com/mlibrary/prejudice/releases) - [Commits](mlibrary/prejudice@6ceb1e8...07bb3e1) Updates `pride` from `2a8f2f3` to `1e37630` - [Release notes](https://github.com/mlibrary/pride/releases) - [Commits](mlibrary/pride@2a8f2f3...1e37630) Updates `qs` from 6.14.1 to 6.15.0 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.1...v6.15.0) Updates `react-router-dom` from 7.13.0 to 7.13.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.13.1/packages/react-router-dom) Updates `@eslint/js` from 9.39.2 to 10.0.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js) Updates `@stylistic/eslint-plugin` from 5.7.1 to 5.9.0 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.9.0/packages/eslint-plugin) Updates `eslint` from 9.39.2 to 10.0.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.2...v10.0.2) Updates `globals` from 17.3.0 to 17.4.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.3.0...v17.4.0) Monthly dependency updates: Bump node in the maintenance group Bumps the maintenance group with 1 update: node. Updates `node` from 25.5.0 to 25.7.0 --- updated-dependencies: - dependency-name: prejudice dependency-version: 07bb3e1bf14dc144b7ab738d39376db071147d54 dependency-type: direct:production dependency-group: maintenance - dependency-name: pride dependency-version: 1e3763027ee394dec2b7e7cfdc628473ff4657fd dependency-type: direct:production dependency-group: maintenance - dependency-name: qs dependency-version: 6.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maintenance - dependency-name: react-router-dom dependency-version: 7.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maintenance - dependency-name: "@eslint/js" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: maintenance - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maintenance - dependency-name: eslint dependency-version: 10.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: maintenance - dependency-name: globals dependency-version: 17.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maintenance - dependency-name: node dependency-version: 25.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maintenance ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb1944c commit a7ba551

File tree

3 files changed

+376
-265
lines changed

3 files changed

+376
-265
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:25.5.0
1+
FROM node:25.7.0
22
RUN mkdir -p /app/build
33
WORKDIR /app
44
COPY ./package.json ./package-lock.json /app/

0 commit comments

Comments
 (0)