Skip to content

build(deps): bump the prod group across 1 directory with 16 updates#169

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/prod-a562d53815
Closed

build(deps): bump the prod group across 1 directory with 16 updates#169
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/prod-a562d53815

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2025

Bumps the prod group with 16 updates in the / directory:

Package From To
prettier 3.4.2 3.5.1
@eslint/js 9.17.0 9.20.0
eslint-config-next 15.1.3 15.1.7
eslint-config-prettier 9.1.0 10.0.1
@apidevtools/swagger-parser 10.1.0 10.1.1
@oclif/core 3.27.0 4.2.7
@oclif/plugin-help 6.2.18 6.2.25
import-from-esm 1.4.0-alpha.1 2.0.0
prettier-plugin-tailwindcss 0.6.9 0.6.11
phoenix 1.7.17 1.7.20
@babel/preset-env 7.26.0 7.26.9
@oclif/plugin-version 2.2.17 2.2.24
cypress 13.16.1 14.0.3
chalk 5.3.0 5.4.1
ora 8.1.1 8.2.0
resolve 1.22.8 1.22.10

Updates prettier from 3.4.2 to 3.5.1

Release notes

Sourced from prettier's releases.

3.5.1

🔗 Changelog

3.5.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.5.1

diff

Fix CLI crash when cache for old version exists (#17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

3.5.0

diff

🔗 Release Notes

Commits

Updates @eslint/js from 9.17.0 to 9.20.0

Release notes

Sourced from @​eslint/js's releases.

v9.20.0

Features

  • e89a54a feat: change behavior of inactive flags (#19386) (Milos Djermanovic)

Bug Fixes

  • 91d4d9f fix: Bring types in sync with @​eslint/core (#19157) (Nicholas C. Zakas)
  • fa25c7a fix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#19379) (Milos Djermanovic)

Documentation

  • b7012c8 docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)
  • 6406376 docs: Update README (GitHub Actions Bot)
  • 350f2b9 docs: rewrite some examples with var using let and const (#19404) (Mueez Javaid Hashmi)
  • 93c325a docs: rewrite examples with var using let and const (#19398) (Mueez Javaid Hashmi)
  • 56ff404 docs: replace var with let or const in rules docs (#19396) (Daniel Harbrueger)
  • 4053226 docs: change sourceType in no-eval examples (#19393) (Milos Djermanovic)
  • 1324af0 docs: replace var with let and const in rules docs (#19392) (Daniel Harbrueger)
  • 8b87e00 docs: replace var with const and let in rules (#19389) (Tanuj Kanti)
  • 758c66b docs: Explain what frozen rules mean (#19382) (Nicholas C. Zakas)
  • 0ef8bb8 docs: additional checks for rule examples (#19358) (Milos Djermanovic)
  • 58ab2f6 docs: fix order of installation steps in getting started (#19326) (Tanuj Kanti)

Chores

  • 979097a chore: upgrade @​eslint/js@​9.20.0 (#19412) (Francesco Trotta)
  • 031734e chore: package.json update for @​eslint/js release (Jenkins)
  • d4c47c3 test: avoid empty config warning in test output (#19408) (Milos Djermanovic)
  • 67dd82a chore: update dependency @​eslint/json to ^0.10.0 (#19387) (renovate[bot])
  • 15ac0e1 chore: add permissions: read-all to stale.yml workflow (#19374) (Josh Goldberg ✨)

v9.19.0

Features

  • 1637b8e feat: add --report-unused-inline-configs (#19201) (Josh Goldberg ✨)

Bug Fixes

  • aae6717 fix: sync rule type header comments automatically (#19276) (Francesco Trotta)

Documentation

  • cfea9ab docs: Clarify overrideConfig option (#19370) (Nicholas C. Zakas)
  • 2b84f66 docs: Update README (#19362) (Nicholas C. Zakas)
  • 044f93c docs: clarify frozen rule description (#19351) (Pavel)
  • 797ee7c docs: fix Bluesky links (#19368) (Milos Djermanovic)
  • 81a9c0e docs: Update README (GitHub Actions Bot)
  • 093fb3d docs: replace var with let and const in rule examples (#19365) (Tanuj Kanti)
  • 417de32 docs: replace var with const in rule examples (#19352) (jj)
  • 17f2aae docs: update getting-started config to match default generated config (#19308) (0xDev)
  • 8a0a5a8 docs: better global ignores instruction (#19297) (Jacopo Marrone)
  • 6671a2c docs: Update README (GitHub Actions Bot)

... (truncated)

Changelog

Sourced from @​eslint/js's changelog.

v9.20.0 - February 7, 2025

  • 979097a chore: upgrade @​eslint/js@​9.20.0 (#19412) (Francesco Trotta)
  • 031734e chore: package.json update for @​eslint/js release (Jenkins)
  • 91d4d9f fix: Bring types in sync with @​eslint/core (#19157) (Nicholas C. Zakas)
  • b7012c8 docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)
  • d4c47c3 test: avoid empty config warning in test output (#19408) (Milos Djermanovic)
  • e89a54a feat: change behavior of inactive flags (#19386) (Milos Djermanovic)
  • fa25c7a fix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)
  • 6406376 docs: Update README (GitHub Actions Bot)
  • 350f2b9 docs: rewrite some examples with var using let and const (#19404) (Mueez Javaid Hashmi)
  • 93c325a docs: rewrite examples with var using let and const (#19398) (Mueez Javaid Hashmi)
  • 56ff404 docs: replace var with let or const in rules docs (#19396) (Daniel Harbrueger)
  • 4053226 docs: change sourceType in no-eval examples (#19393) (Milos Djermanovic)
  • 1324af0 docs: replace var with let and const in rules docs (#19392) (Daniel Harbrueger)
  • 8b87e00 docs: replace var with const and let in rules (#19389) (Tanuj Kanti)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)
  • 758c66b docs: Explain what frozen rules mean (#19382) (Nicholas C. Zakas)
  • 67dd82a chore: update dependency @​eslint/json to ^0.10.0 (#19387) (renovate[bot])
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#19379) (Milos Djermanovic)
  • 15ac0e1 chore: add permissions: read-all to stale.yml workflow (#19374) (Josh Goldberg ✨)
  • 0ef8bb8 docs: additional checks for rule examples (#19358) (Milos Djermanovic)
  • 58ab2f6 docs: fix order of installation steps in getting started (#19326) (Tanuj Kanti)

v9.19.0 - January 24, 2025

  • 9b9cb05 chore: upgrade @​eslint/js@​9.19.0 (#19371) (Milos Djermanovic)
  • 58560e7 chore: package.json update for @​eslint/js release (Jenkins)
  • cfea9ab docs: Clarify overrideConfig option (#19370) (Nicholas C. Zakas)
  • 2b84f66 docs: Update README (#19362) (Nicholas C. Zakas)
  • 044f93c docs: clarify frozen rule description (#19351) (Pavel)
  • 797ee7c docs: fix Bluesky links (#19368) (Milos Djermanovic)
  • 81a9c0e docs: Update README (GitHub Actions Bot)
  • 093fb3d docs: replace var with let and const in rule examples (#19365) (Tanuj Kanti)
  • 417de32 docs: replace var with const in rule examples (#19352) (jj)
  • 17f2aae docs: update getting-started config to match default generated config (#19308) (0xDev)
  • aae6717 fix: sync rule type header comments automatically (#19276) (Francesco Trotta)
  • 8a0a5a8 docs: better global ignores instruction (#19297) (Jacopo Marrone)
  • 2089707 test: fix failing test in Node.js v22.13.0 (#19345) (Francesco Trotta)
  • 6671a2c docs: Update README (GitHub Actions Bot)
  • 1637b8e feat: add --report-unused-inline-configs (#19201) (Josh Goldberg ✨)
  • e39d3f2 docs: fix divider for rule category (#19264) (Tanuj Kanti)
  • e0cf53f docs: fix search result box position for small screens (#19328) (Tanuj Kanti)
  • f92a680 docs: replace var with let or const in rule examples (#19331) (Ravi Teja Kolla)
  • b04b84b docs: revert accidental changes in TS config files docs (#19336) (Francesco Trotta)

v9.18.0 - January 10, 2025

... (truncated)

Commits
  • 031734e chore: package.json update for @​eslint/js release
  • 58560e7 chore: package.json update for @​eslint/js release
  • 362099c chore: package.json update for @​eslint/js release
  • 495aa49 chore: extract package name from package.json for public interface (#19314)
  • See full diff in compare view

Updates eslint-config-next from 15.1.3 to 15.1.7

Release notes

Sourced from eslint-config-next's releases.

v15.1.7

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: work around setTimeout memory leak, improve wrappers (#75727)
  • add additional x-middleware-set-cookie filtering (#75869)
  • fix: ensure lint worker errors aren't silenced (#75766)

Credits

Huge thanks to @​lubieowoce and @​ztanner for helping!

v15.1.6

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: don't memory-leak promises passed to waitUntil (#75041)
  • backport: fix prerender issue with intercepting routes + generateStaticParams (#75170)

Credits

Huge thanks to @​lubieowoce and @​ztanner for helping!

v15.1.5

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Fix missing revalidate with notFound() (#75009)
  • fix: when metadatabase is set we should not warn (#74840)
  • Fix @​vercel/og license SPDX expression (#74745)
  • fix: ts language server rule metadata should allow null (#74704)
  • fix: eslint rule of using img in metadata routes (#74864)
  • Fix presentation when onerror receives an event without error (#74643)
  • fix fetch lock not being consistently released #74623 (#75028)

Credits

Huge thanks to @​ijjk, @​huozhi, @​matmannion and @​ztanner for helping!

v15.1.4

[!NOTE]

... (truncated)

Commits

Updates eslint-config-prettier from 9.1.0 to 10.0.1

Release notes

Sourced from eslint-config-prettier's releases.

v10.0.1

eslint-config-prettier

10.0.1

What's Changed

New Contributors

Full Changelog: prettier/eslint-config-prettier@v9.1.0...v10.0.1

v10.0.0

Major Changes

Changelog

Sourced from eslint-config-prettier's changelog.

eslint-config-prettier

10.0.0

Major Changes

Versions before 10.0.0

Commits
  • c5170f0 fix: add main field
  • e814e70 chore: change release folders
  • 9ebedc7 chore: release eslint-config-prettier (#296)
  • 5be64be feat: add support for @stylistic/eslint-plugin (#272)
  • 5687e7d chore: migrate to changeset for automatically releasing (#278)
  • 4f3bbb4 Remove unused eslint-disable-next-line comment
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by jounqin, a new releaser for eslint-config-prettier since your current version.


Updates @apidevtools/swagger-parser from 10.1.0 to 10.1.1

Commits
  • a2a4c9e release v10.1.1
  • 3c907d7 fix: adds missing versions 3.0.4 and 3.1.1 to the supported versions (#264)
  • 3ebf612 Merge pull request #261 from APIDevTools/feat/fix-ci
  • d3b4d91 get rid of browser tests
  • 2923193 more windows issues
  • 7bc8cfc exclude browser tests
  • 593c6f3 fix path on windows?
  • e90af00 fix: get rid of karma and browser tests
  • fc3381b fix: remove unused deps
  • 6be4168 fix: fix website build, move to esbuild
  • Additional commits viewable in compare view

Updates @oclif/core from 3.27.0 to 4.2.7

Release notes

Sourced from @​oclif/core's releases.

4.2.7

Bug Fixes

4.2.6

Bug Fixes

  • deps: bump ansis from 3.9.0 to 3.10.0 (0c3b168)

4.2.5

Bug Fixes

4.2.4

Bug Fixes

4.2.3

Bug Fixes

4.2.2

Bug Fixes

  • deps: bump ansis from 3.5.2 to 3.6.0 (15feb6e)

4.2.1

Bug Fixes

4.2.0

Features

4.1.1

Bug Fixes

4.1.0

Features

  • add atLeastOne flag property (d4746f3)

... (truncated)

Changelog

Sourced from @​oclif/core's changelog.

4.2.7 (2025-02-17)

Bug Fixes

4.2.6 (2025-02-02)

Bug Fixes

  • deps: bump ansis from 3.9.0 to 3.10.0 (0c3b168)

4.2.5 (2025-01-28)

Bug Fixes

4.2.4 (2025-01-21)

Bug Fixes

4.2.3 (2025-01-14)

Bug Fixes

4.2.2 (2025-01-07)

Bug Fixes

... (truncated)

Commits
  • 6cd501c chore(release): 4.2.7 [skip ci]
  • 8943f05 chore(dev-deps): bump eslint from 9.19.0 to 9.20.1 (#1318)
  • 1de1085 fix(deps): bump ansis from 3.10.0 to 3.14.0 (#1319)
  • 53ae8ae chore(dev-deps): bump commitlint from 19.6.1 to 19.7.1 (#1316)
  • 71ccd4f Merge pull request #1317 from oclif/dependabot-npm_and_yarn-oclif-plugin-help...
  • e5cb4aa Merge pull request #1320 from oclif/dependabot-npm_and_yarn-oclif-plugin-plug...
  • 4547c46 chore(dev-deps): bump @​oclif/plugin-plugins from 5.4.30 to 5.4.31
  • c4910fa chore(dev-deps): bump @​oclif/plugin-help from 6.2.23 to 6.2.25
  • e84f95d chore(dev-deps): bump @​types/node from 18.19.74 to 18.19.75 (#1315)
  • e4ff5d2 chore(dev-deps): bump @​eslint/compat from 1.2.5 to 1.2.6 (#1313)
  • Additional commits viewable in compare view

Updates @oclif/plugin-help from 6.2.18 to 6.2.25

Release notes

Sourced from @​oclif/plugin-help's releases.

6.2.25

Bug Fixes

  • deps: bump @​oclif/core from 4.2.5 to 4.2.6 (#895) (341b945)

6.2.24

Bug Fixes

  • deps: bump @​oclif/core from 4.2.4 to 4.2.5 (#889) (c03920e)

6.2.23

Bug Fixes

  • deps: bump @​oclif/core from 4.2.3 to 4.2.4 (#886) (64942a4)

6.2.22

Bug Fixes

  • deps: bump @​oclif/core from 4.2.2 to 4.2.3 (#880) (df449c6)

6.2.21

Bug Fixes

  • deps: bump @​oclif/core from 4.2.0 to 4.2.2 (#877) (30c372a)

6.2.20

Bug Fixes

  • deps: bump @​oclif/core from 4.0.37 to 4.2.0 (#866) (9e15958)

6.2.19

Bug Fixes

  • deps: bump @​oclif/core from 4.0.33 to 4.0.34 (#855) (a648d86)
Changelog

Sourced from @​oclif/plugin-help's changelog.

6.2.25 (2025-02-09)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.5 to 4.2.6 (#895) (341b945)

6.2.24 (2025-02-02)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.4 to 4.2.5 (#889) (c03920e)

6.2.23 (2025-01-26)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.3 to 4.2.4 (#886) (64942a4)

6.2.22 (2025-01-19)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.2 to 4.2.3 (#880) (df449c6)

6.2.21 (2025-01-11)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.0 to 4.2.2 (#877) (30c372a)

6.2.20 (2024-12-21)

Bug Fixes

  • deps: bump @​oclif/core from 4.0.37 to 4.2.0 (#866) (9e15958)

6.2.19 (2024-12-08)

Bug Fixes

  • deps: bump @​oclif/core from 4.0.33 to 4.0.34 (#855) (a648d86)
Commits
  • faeab7d chore(release): 6.2.25 [skip ci]
  • 341b945 fix(deps): bump @​oclif/core from 4.2.5 to 4.2.6 (#895)
  • ac81f51 chore(dev-deps): bump eslint from 9.19.0 to 9.20.0 (#896)
  • 6c30b2a chore(dev-deps): bump @​commitlint/config-conventional (#897)
  • f17dfd1 chore(release): 6.2.24 [skip ci]
  • c03920e fix(deps): bump @​oclif/core from 4.2.4 to 4.2.5 (#889)
  • 52a3371 chore(dev-deps): bump @​eslint/compat from 1.2.5 to 1.2.6 (#890)
  • cab2bd6 chore(dev-deps): bump lint-staged from 15.4.2 to 15.4.3 (#891)
  • 5146614 chore(dev-deps): bump oclif from 4.17.17 to 4.17.21 (#892)
  • e464572 chore(W-17692101): eslint 9 (#888)
  • Additional commits viewable in compare view

Updates import-from-esm from 1.4.0-alpha.1 to 2.0.0

Release notes

Sourced from import-from-esm's releases.

v2.0.0

2.0.0 (2024-12-31)

⚠ Breaking changes

  • drop support for Node 16

🚨 Tests

  • remove --no-warnings Node option (bd75fce)

⚙️ Continuous Integrations

  • action: add Node 22 to test matrix (9bced1f)
  • action: allow all sigstore subdomains (c63bbc0)
  • action: allow new scorecard endpoint (c45dd26)
  • action: don't run fuzzing tests on Windows + Node 22 (0ff7550)
  • action: enable npm provenance (0f85491)
  • action: run each test separately (32c1d4b)
  • action: update actions/checkout action to v4.2.2 (#114) (fe4cb47)
  • action: update actions/download-artifact action to v4.1.8 (#117) (5e32ca2)
  • action: update actions/download-artifact digest to c850b93 (#96) (944cc05)
  • action: update actions/setup-node action to v4.1.0 (#116) (a28015f)
  • action: update actions/setup-node digest to 60edb5d (#98) (9b2c96b)
  • action: update actions/upload-artifact action to v4.3.1 (#90) (1990871)
  • action: update actions/upload-artifact action to v4.5.0 (#112) (829be50)
  • action: update actions/upload-artifact digest to 5d5d22a (#89) (0454435)
  • action: update github/codeql-action action to v3.25.0 (#93) (dcbb763)
  • action: update github/codeql-action action to v3.28.0 (#109) (3fa778e)
  • action: update insurgent-lab/is-in-pr-action action to v0.2.0 (#97) (6f3650b)
  • action: update ossf/scorecard-action action to v2.4.0 (#118) (c33184e)
  • action: update sonarsource/sonarcloud-github-action action to v2.3.0 (#120) (2d9e917)
  • action: update step-security/harden-runner action to v2.10.2 (#115) (3bcace5)
  • action: update step-security/harden-runner action to v2.7.0 (#95) (cb020c9)
  • renovate: don't update Node.js in .tool-versions (27a1832)
  • renovate: use correct preset & fix node package name (2e3cb36)

♻️ Chores

  • deps: lock file maintenance (144854b)
  • deps: lock file maintenance (4c5aeb8)
  • deps: lock file maintenance (ac1f305)
  • deps: lock file maintenance (9d38657)
  • deps: lock file maintenance (6579691)
  • deps: lock file maintenance (50f2f1f)
  • deps: lock file maintenance (d2a439a)
  • deps: lock file maintenance (04af189)
  • deps: lock file maintenance (1419cda)
  • deps: lock file maintenance (3a55659)
  • deps: lock file maintenance (e43cca2)

... (truncated)

Changelog

Sourced from import-from-esm's changelog.

2.0.0 (2024-12-31)

⚠ Breaking changes

  • drop support for Node 16

🚨 Tests

  • remove --no-warnings Node option (bd75fce)

⚙️ Continuous Integrations

  • action: add Node 22 to test matrix (9bced1f)
  • action: allow all sigstore subdomains (c63bbc0)
  • action: allow new scorecard endpoint (c45dd26)
  • action: don't run fuzzing tests on Windows + Node 22 (0ff7550)
  • action: enable npm provenance (0f85491)
  • <...

    Description has been truncated

Bumps the prod group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.1` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.17.0` | `9.20.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.1.3` | `15.1.7` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `10.0.1` |
| [@apidevtools/swagger-parser](https://github.com/APIDevTools/swagger-parser) | `10.1.0` | `10.1.1` |
| [@oclif/core](https://github.com/oclif/core) | `3.27.0` | `4.2.7` |
| [@oclif/plugin-help](https://github.com/oclif/plugin-help) | `6.2.18` | `6.2.25` |
| [import-from-esm](https://github.com/sheerlox/import-from-esm) | `1.4.0-alpha.1` | `2.0.0` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.9` | `0.6.11` |
| [phoenix](https://github.com/phoenixframework/phoenix) | `1.7.17` | `1.7.20` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.26.0` | `7.26.9` |
| [@oclif/plugin-version](https://github.com/oclif/plugin-version) | `2.2.17` | `2.2.24` |
| [cypress](https://github.com/cypress-io/cypress) | `13.16.1` | `14.0.3` |
| [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.4.1` |
| [ora](https://github.com/sindresorhus/ora) | `8.1.1` | `8.2.0` |
| [resolve](https://github.com/browserify/resolve) | `1.22.8` | `1.22.10` |



Updates `prettier` from 3.4.2 to 3.5.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.2...3.5.1)

Updates `@eslint/js` from 9.17.0 to 9.20.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.20.0/packages/js)

Updates `eslint-config-next` from 15.1.3 to 15.1.7
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.7/packages/eslint-config-next)

Updates `eslint-config-prettier` from 9.1.0 to 10.0.1
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.1.0...v10.0.1)

Updates `@apidevtools/swagger-parser` from 10.1.0 to 10.1.1
- [Release notes](https://github.com/APIDevTools/swagger-parser/releases)
- [Changelog](https://github.com/APIDevTools/swagger-parser/blob/main/CHANGELOG.md)
- [Commits](APIDevTools/swagger-parser@v10.1.0...v10.1.1)

Updates `@oclif/core` from 3.27.0 to 4.2.7
- [Release notes](https://github.com/oclif/core/releases)
- [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
- [Commits](oclif/core@3.27.0...4.2.7)

Updates `@oclif/plugin-help` from 6.2.18 to 6.2.25
- [Release notes](https://github.com/oclif/plugin-help/releases)
- [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-help@6.2.18...6.2.25)

Updates `import-from-esm` from 1.4.0-alpha.1 to 2.0.0
- [Release notes](https://github.com/sheerlox/import-from-esm/releases)
- [Changelog](https://github.com/sheerlox/import-from-esm/blob/main/CHANGELOG.md)
- [Commits](sheerlox/import-from-esm@v1.4.0-alpha.1...v2.0.0)

Updates `prettier-plugin-tailwindcss` from 0.6.9 to 0.6.11
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.9...v0.6.11)

Updates `phoenix` from 1.7.17 to 1.7.20
- [Release notes](https://github.com/phoenixframework/phoenix/releases)
- [Changelog](https://github.com/phoenixframework/phoenix/blob/v1.7.20/CHANGELOG.md)
- [Commits](phoenixframework/phoenix@v1.7.17...v1.7.20)

Updates `@babel/preset-env` from 7.26.0 to 7.26.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-preset-env)

Updates `@oclif/plugin-version` from 2.2.17 to 2.2.24
- [Release notes](https://github.com/oclif/plugin-version/releases)
- [Changelog](https://github.com/oclif/plugin-version/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-version@2.2.17...2.2.24)

Updates `cypress` from 13.16.1 to 14.0.3
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.16.1...v14.0.3)

Updates `chalk` from 5.3.0 to 5.4.1
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](chalk/chalk@v5.3.0...v5.4.1)

Updates `ora` from 8.1.1 to 8.2.0
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](sindresorhus/ora@v8.1.1...v8.2.0)

Updates `resolve` from 1.22.8 to 1.22.10
- [Commits](browserify/resolve@v1.22.8...v1.22.10)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: "@eslint/js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: eslint-config-prettier
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
- dependency-name: "@apidevtools/swagger-parser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: "@oclif/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
- dependency-name: "@oclif/plugin-help"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: import-from-esm
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: "@babel/preset-env"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: "@oclif/plugin-version"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod
- dependency-name: chalk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: ora
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: resolve
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
...

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 21, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2025

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

@dependabot dependabot bot closed this Feb 24, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prod-a562d53815 branch February 24, 2025 18:51
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

Comments