Skip to content

chore: 🤖 bump the minor-and-patch group with 8 updates#74

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-5847f1d96f
Closed

chore: 🤖 bump the minor-and-patch group with 8 updates#74
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-5847f1d96f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Bumps the minor-and-patch group with 8 updates:

Package From To
@phun-ky/typeof 1.2.16 1.2.17
@rollup/plugin-commonjs 28.0.3 28.0.5
eslint 9.28.0 9.29.0
eslint-config-phun-ky 1.0.4 1.0.5
glob 11.0.2 11.0.3
putout 40.3.0 40.3.1
rollup 4.42.0 4.43.0
tsx 4.19.4 4.20.3

Updates @phun-ky/typeof from 1.2.16 to 1.2.17

Release notes

Sourced from @​phun-ky/typeof's releases.

Release 1.2.17

1.2.17 (2025-06-09)

Tasks

  • 🤖 bump rollup from 4.41.1 to 4.42.0 in the minor-and-patch group (05ad4bf)
Changelog

Sourced from @​phun-ky/typeof's changelog.

1.2.17 (2025-06-09)

Tasks

  • 🤖 bump rollup from 4.41.1 to 4.42.0 in the minor-and-patch group (05ad4bf)
Commits
  • 4a582ce chore: 🤖 release v1.2.17
  • d706b7a Merge pull request #42 from phun-ky/dependabot/npm_and_yarn/minor-and-patch-5...
  • 05ad4bf chore: 🤖 bump rollup from 4.41.1 to 4.42.0 in the minor-and-patch group
  • See full diff in compare view

Updates @rollup/plugin-commonjs from 28.0.3 to 28.0.5

Changelog

Sourced from @​rollup/plugin-commonjs's changelog.

v28.0.5

2025-06-14

Bugfixes

  • fix: crawl dynamicRequireRoot outside cwd (#1859)

v28.0.4

2025-06-14

Bugfixes

  • fix: try/catch instanceof in getAugmentedNamespace (#1868)
Commits
  • cb1b08d chore(release): commonjs v28.0.5
  • ff4c928 fix(commonjs): crawl dynamicRequireRoot outside cwd (#1859)
  • bb54901 chore(release): commonjs v28.0.4
  • ad141c1 fix(commonjs): try/catch instanceof in getAugmentedNamespace (#1868)
  • See full diff in compare view

Updates eslint from 9.28.0 to 9.29.0

Release notes

Sourced from eslint's releases.

v9.29.0

Features

  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)

Bug Fixes

  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)

Documentation

  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)

Chores

  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851) (Milos Djermanovic)
  • acf2201 chore: package.json update for @​eslint/js release (Jenkins)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
  • 152ed51 test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
  • b647239 chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
  • 7abe42e refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
  • e392895 perf: improve time complexity of getLocFromIndex (#19782) (루밀LuMir)
  • 0ed289c chore: remove accidentally committed file (#19807) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v9.29.0 - June 13, 2025

  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851) (Milos Djermanovic)
  • acf2201 chore: package.json update for @​eslint/js release (Jenkins)
  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 152ed51 test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
  • b647239 chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
  • 7abe42e refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • e392895 perf: improve time complexity of getLocFromIndex (#19782) (루밀LuMir)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)
  • 0ed289c chore: remove accidentally committed file (#19807) (Francesco Trotta)
Commits
  • edf232b 9.29.0
  • c2414b6 Build: changelog update for 9.29.0
  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851)
  • acf2201 chore: package.json update for @​eslint/js release
  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832)
  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845)
  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825)
  • Additional commits viewable in compare view

Updates eslint-config-phun-ky from 1.0.4 to 1.0.5

Release notes

Sourced from eslint-config-phun-ky's releases.

Release 1.0.5

1.0.5 (2025-06-09)

Tasks

  • 🤖 bump the minor-and-patch group with 4 updates (fe30964)
Changelog

Sourced from eslint-config-phun-ky's changelog.

1.0.5 (2025-06-09)

Tasks

  • 🤖 bump the minor-and-patch group with 4 updates (fe30964)
Commits
  • 4039f47 chore: 🤖 release v1.0.5
  • 42422d2 chore: 🤖 bump the minor-and-patch group with 4 updates (#27)
  • fe30964 chore: 🤖 bump the minor-and-patch group with 4 updates
  • See full diff in compare view

Updates glob from 11.0.2 to 11.0.3

Commits

Updates putout from 40.3.0 to 40.3.1

Release notes

Sourced from putout's releases.

putout v40.3.1

🔥 feature

  • b4417d187 putout: @​putout/plugin-extract-object-properties v10.0.0
  • d98aca738 @​putout/plugin-extract-object-properties: migrate to ESM
  • 6c78d14ac @​putout/plugin-putout: apply-lowercase-to-node-builders: exclude not types
  • f97aa7649 @​putout/plugin-putout: apply-lowercase-to-node-builders: exclude require
  • f2ce71aed @​putout/plugin-conditions: apply-consistent-blocks: exclude empty consequent body
  • 082597010 @​putout/plugin-condition: remove-useless-else: empty-body
  • d6dd9cc00 @​putout/plugin-putout: apply-lowercase-to-node-builders: exclude ImportDeclaration
  • f97b7c3cb @​putout/operate: rename-specifier
  • 1abe47971 @​putout/plugin-putout: apply-fixture-name-to-message: undefined
  • ae0d48984 @​putout/plugin-putout: apply-fixture-to-message: exclude brace
  • d806a1ca6 @​putout/plugin-react-hooks: drop support of 🐊 < 40
  • 695be7172 @​putout/plugin-react-hooks: lowercase
  • f47e43428 @​putout/plugin-putout: apply-lowercase-to-node-builders: JSX
Commits
  • f6e5818 chore: putout: v40.3.1
  • b4417d1 feature: putout: @​putout/plugin-extract-object-properties v10.0.0
  • 5f7a6aa chore: @​putout/plugin-extract-object-properties: v10.0.0
  • d98aca7 feature: @​putout/plugin-extract-object-properties: migrate to ESM
  • eb98a78 chore: @​putout/plugin-putout: v25.11.1
  • 6c78d14 feature: @​putout/plugin-putout: apply-lowercase-to-node-builders: exclude not...
  • 1ab8503 chore: @​putout/plugin-putout: v25.11.0
  • f97aa76 feature: @​putout/plugin-putout: apply-lowercase-to-node-builders: exclude req...
  • dcba111 chore: @​putout/plugin-conditions: v8.1.0
  • f2ce71a feature: @​putout/plugin-conditions: apply-consistent-blocks: exclude empty co...
  • Additional commits viewable in compare view

Updates rollup from 4.42.0 to 4.43.0

Release notes

Sourced from rollup's releases.

v4.43.0

4.43.0

2025-06-11

Features

  • Provide new fs option and this.fs API to replace file system (#5944)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.43.0

2025-06-11

Features

  • Provide new fs option and this.fs API to replace file system (#5944)

Pull Requests

Commits
  • 72858cb 4.43.0
  • eeca11a feat(options): Add an option for overriding the file system module in the JS ...
  • See full diff in compare view

Updates tsx from 4.19.4 to 4.20.3

Release notes

Sourced from tsx's releases.

v4.20.3

4.20.3 (2025-06-13)

Bug Fixes


This release is also available on:

v4.20.2

4.20.2 (2025-06-12)

Bug Fixes


This release is also available on:

v4.20.1

4.20.1 (2025-06-11)

Bug Fixes

  • json: handle keys with special characters (9bd2546)

This release is also available on:

v4.20.0

4.20.0 (2025-06-11)

Bug Fixes

... (truncated)

Commits
  • dadcf27 fix: revert v4.20 changes
  • 2d1aaee chore: upgrade manten
  • c188268 fix: support ambiguous package (#79)
  • 602f1b1 chore: debug to accept levels (#77)
  • 5172c47 test: log node-pty failure stdout
  • 1e8f17b refactor: node-pty test code
  • 9bd2546 fix(json): handle keys with special characters
  • e97fe67 test: failed pty tests logs
  • 532c50a tests: fix Windows tests
  • ec316d3 feat: support latest Node versions
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 minor-and-patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@phun-ky/typeof](https://github.com/phun-ky/typeof) | `1.2.16` | `1.2.17` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `28.0.3` | `28.0.5` |
| [eslint](https://github.com/eslint/eslint) | `9.28.0` | `9.29.0` |
| [eslint-config-phun-ky](https://github.com/phun-ky/eslint-config) | `1.0.4` | `1.0.5` |
| [glob](https://github.com/isaacs/node-glob) | `11.0.2` | `11.0.3` |
| [putout](https://github.com/coderaiser/putout) | `40.3.0` | `40.3.1` |
| [rollup](https://github.com/rollup/rollup) | `4.42.0` | `4.43.0` |
| [tsx](https://github.com/privatenumber/tsx) | `4.19.4` | `4.20.3` |


Updates `@phun-ky/typeof` from 1.2.16 to 1.2.17
- [Release notes](https://github.com/phun-ky/typeof/releases)
- [Changelog](https://github.com/phun-ky/typeof/blob/main/CHANGELOG.md)
- [Commits](phun-ky/typeof@1.2.16...1.2.17)

Updates `@rollup/plugin-commonjs` from 28.0.3 to 28.0.5
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.5/packages/commonjs)

Updates `eslint` from 9.28.0 to 9.29.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.28.0...v9.29.0)

Updates `eslint-config-phun-ky` from 1.0.4 to 1.0.5
- [Release notes](https://github.com/phun-ky/eslint-config/releases)
- [Changelog](https://github.com/phun-ky/eslint-config/blob/main/CHANGELOG.md)
- [Commits](phun-ky/eslint-config@1.0.4...1.0.5)

Updates `glob` from 11.0.2 to 11.0.3
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v11.0.2...v11.0.3)

Updates `putout` from 40.3.0 to 40.3.1
- [Release notes](https://github.com/coderaiser/putout/releases)
- [Commits](coderaiser/putout@v40.3.0...v40.3.1)

Updates `rollup` from 4.42.0 to 4.43.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.42.0...v4.43.0)

Updates `tsx` from 4.19.4 to 4.20.3
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.4...v4.20.3)

---
updated-dependencies:
- dependency-name: "@phun-ky/typeof"
  dependency-version: 1.2.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@rollup/plugin-commonjs"
  dependency-version: 28.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: eslint
  dependency-version: 9.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-config-phun-ky
  dependency-version: 1.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: glob
  dependency-version: 11.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: putout
  dependency-version: 40.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: rollup
  dependency-version: 4.43.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tsx
  dependency-version: 4.20.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

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 Jun 16, 2025
@github-actions github-actions bot added mindless: dependencies Pull requests that update a dependency file section: repo For all changes in root dir release labels Jun 16, 2025
@github-actions github-actions bot requested a review from phun-ky June 16, 2025 04:03
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedeslint-config-phun-ky@​1.0.4 ⏵ 1.0.570 -3010099 -191 -9100
Updatedglob@​11.0.2 ⏵ 11.0.3100 +110010089100
Updatedputout@​40.3.0 ⏵ 40.3.18910010096 +2100
Updated@​rollup/​plugin-commonjs@​28.0.3 ⏵ 28.0.599 +110010094100
Updated@​phun-ky/​typeof@​1.2.16 ⏵ 1.2.17100 +110010095 +1100
Updatedeslint@​9.28.0 ⏵ 9.29.097 +110010096100

View full report

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 16, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-5847f1d96f branch June 16, 2025 14:53
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 mindless: dependencies Pull requests that update a dependency file release section: repo For all changes in root dir size: 👕 S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant