Skip to content

Comments

Bump the npm-development group with 6 updates#154

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-development-d12a0686ae
Open

Bump the npm-development group with 6 updates#154
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-development-d12a0686ae

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Bumps the npm-development group with 6 updates:

Package From To
@epreston/eslint-config 2.3.0 2.4.2
@epreston/prettier-config 2.1.0 2.1.1
@epreston/tsconfig 1.2.1 1.2.2
eslint 10.0.1 10.0.2
rollup 4.58.0 4.59.0
rollup-shader-chunks 1.5.1 1.5.2

Updates @epreston/eslint-config from 2.3.0 to 2.4.2

Release notes

Sourced from @​epreston/eslint-config's releases.

v2.4.2

Please refer to the commit history for details.

v2.4.1

Please refer to the commit history for details.

v2.4.0

Please refer to the commit history for details.

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​epreston/eslint-config since your current version.


Updates @epreston/prettier-config from 2.1.0 to 2.1.1

Release notes

Sourced from @​epreston/prettier-config's releases.

v2.1.1

Please refer to the commit history for details.

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​epreston/prettier-config since your current version.


Updates @epreston/tsconfig from 1.2.1 to 1.2.2

Release notes

Sourced from @​epreston/tsconfig's releases.

v1.2.2

Please refer to the commit history for details.

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​epreston/tsconfig since your current version.


Updates eslint from 10.0.1 to 10.0.2

Release notes

Sourced from eslint's releases.

v10.0.2

Bug Fixes

  • 2b72361 fix: update ajv to 6.14.0 to address security vulnerabilities (#20537) (루밀LuMir)

Documentation

  • 13eeedb docs: link rule type explanation to CLI option --fix-type (#20548) (Mike McCready)
  • 98cbf6b docs: update migration guide per Program range change (#20534) (Huáng Jùnliàng)
  • 61a2405 docs: add missing semicolon in vars-on-top rule example (#20533) (Abilash)

Chores

  • 951223b chore: update dependency @​eslint/eslintrc to ^3.3.4 (#20553) (renovate[bot])
  • 6aa1afe chore: update dependency eslint-plugin-jsdoc to ^62.7.0 (#20536) (Milos Djermanovic)
Commits
  • 55122d6 10.0.2
  • 80f1e29 Build: changelog update for 10.0.2
  • 951223b chore: update dependency @​eslint/eslintrc to ^3.3.4 (#20553)
  • 13eeedb docs: link rule type explanation to CLI option --fix-type (#20548)
  • 6aa1afe chore: update dependency eslint-plugin-jsdoc to ^62.7.0 (#20536)
  • 2b72361 fix: update ajv to 6.14.0 to address security vulnerabilities (#20537)
  • 98cbf6b docs: update migration guide per Program range change (#20534)
  • 61a2405 docs: add missing semicolon in vars-on-top rule example (#20533)
  • See full diff in compare view

Updates rollup from 4.58.0 to 4.59.0

Release notes

Sourced from rollup's releases.

v4.59.0

4.59.0

2026-02-22

Features

  • Throw when the generated bundle contains paths that would leave the output directory (#6276)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.59.0

2026-02-22

Features

  • Throw when the generated bundle contains paths that would leave the output directory (#6276)

Pull Requests

Commits

Updates rollup-shader-chunks from 1.5.1 to 1.5.2

Release notes

Sourced from rollup-shader-chunks's releases.

v1.5.2

Please refer to the commit history for details.

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for rollup-shader-chunks since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-development group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@epreston/eslint-config](https://github.com/epreston/eslint-config) | `2.3.0` | `2.4.2` |
| [@epreston/prettier-config](https://github.com/epreston/prettier-config) | `2.1.0` | `2.1.1` |
| [@epreston/tsconfig](https://github.com/epreston/tsconfig) | `1.2.1` | `1.2.2` |
| [eslint](https://github.com/eslint/eslint) | `10.0.1` | `10.0.2` |
| [rollup](https://github.com/rollup/rollup) | `4.58.0` | `4.59.0` |
| [rollup-shader-chunks](https://github.com/epreston/rollup-shader-chunks) | `1.5.1` | `1.5.2` |


Updates `@epreston/eslint-config` from 2.3.0 to 2.4.2
- [Release notes](https://github.com/epreston/eslint-config/releases)
- [Commits](epreston/eslint-config@v2.3.0...v2.4.2)

Updates `@epreston/prettier-config` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/epreston/prettier-config/releases)
- [Commits](epreston/prettier-config@v2.1.0...v2.1.1)

Updates `@epreston/tsconfig` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/epreston/tsconfig/releases)
- [Commits](https://github.com/epreston/tsconfig/commits/v1.2.2)

Updates `eslint` from 10.0.1 to 10.0.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.0.1...v10.0.2)

Updates `rollup` from 4.58.0 to 4.59.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.58.0...v4.59.0)

Updates `rollup-shader-chunks` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/epreston/rollup-shader-chunks/releases)
- [Commits](epreston/rollup-shader-chunks@v1.5.1...v1.5.2)

---
updated-dependencies:
- dependency-name: "@epreston/eslint-config"
  dependency-version: 2.4.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@epreston/prettier-config"
  dependency-version: 2.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@epreston/tsconfig"
  dependency-version: 1.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: eslint
  dependency-version: 10.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: rollup
  dependency-version: 4.59.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: rollup-shader-chunks
  dependency-version: 1.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 24, 2026
@github-actions github-actions bot enabled auto-merge (squash) February 24, 2026 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants