Skip to content
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

Bump the everything group with 11 updates #18

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

Bumps the everything group with 11 updates:

Package From To
@octokit/auth-app 6.0.3 6.1.0
octokit 3.1.2 3.2.0
picomatch 4.0.1 4.0.2
@cloudflare/workers-types 4.20240208.0 4.20240405.0
@octokit/webhooks-types 7.3.2 7.5.0
eslint 8.56.0 9.0.0
eslint-plugin-unicorn 51.0.1 52.0.0
itty-router 4.0.27 5.0.9
typescript 5.3.3 5.4.4
typescript-eslint 7.0.1 7.5.0
wrangler 3.28.2 3.48.0

Updates @octokit/auth-app from 6.0.3 to 6.1.0

Release notes

Sourced from @​octokit/auth-app's releases.

v6.1.0

6.1.0 (2024-04-03)

Features

v6.0.5

6.0.5 (2024-04-02)

Bug Fixes

  • add /app/installation-requests to requires-app-auth paths (#594) (f16debb)

v6.0.4

6.0.4 (2024-02-23)

Bug Fixes

Commits
  • cf6dd81 feat(security): Add provenance (#595)
  • f16debb fix: add /app/installation-requests to requires-app-auth paths (#594)
  • 756d6b8 build(deps): lock file maintenance (#592)
  • 7b0cf57 ci(action): update actions/add-to-project action to v1
  • 0f6781a build(deps): lock file maintenance (#590)
  • d3d9133 ci(action): update actions/add-to-project action to v0.6.1 (#588)
  • b7c465f build(deps): lock file maintenance (#587)
  • 0df98e5 build(deps): lock file maintenance (#585)
  • 8c75a4d build(deps): lock file maintenance (#583)
  • 41c05f3 ci(action): update actions/add-to-project action to v0.6.0 (#581)
  • Additional commits viewable in compare view

Updates octokit from 3.1.2 to 3.2.0

Release notes

Sourced from octokit's releases.

v3.2.0

3.2.0 (2024-04-03)

Features

Commits

Updates picomatch from 4.0.1 to 4.0.2

Commits

Updates @cloudflare/workers-types from 4.20240208.0 to 4.20240405.0

Commits

Updates @octokit/webhooks-types from 7.3.2 to 7.5.0

Release notes

Sourced from @​octokit/webhooks-types's releases.

v7.5.0

7.5.0 (2024-04-03)

Features

v7.4.0

7.4.0 (2024-03-11)

Features

  • schema updates (adds custom_properties field) to branch_protection_rule, check_suite, code_scanning_alert, commit_comment, create, delete, dependabot_alert, deploy_key, deployment, deployment_review, deployment_status, discussion, disscussion_comment, fork, gollum, issue_comment, issues, label, member, merge_group, meta, milestone, package, page_build. ping, project, project_card, project_column, public, pull_request, pull_request_review, pull_request_review_comment, pull_request_review_thread, push, registry_package, release, repository, repository_dispatch, repository_import, repository_vulnerability_alert, secret_scanning_alert, star, status, team, team_add, watch, workflow_dispatch, workflow_job, workflow_run, branch_protection_configuration, common, custom_property, custom_property_values (#904) (bc5f6fd)
Commits
  • b28ee22 feat(security): Add provenance (#916)
  • 897531e build(deps): lock file maintenance (#915)
  • 8cbbc6b ci(action): update actions/add-to-project action to v1
  • 28abb9a build(deps): lock file maintenance (#912)
  • d0eac4f ci(action): update actions/add-to-project action to v0.6.1 (#910)
  • b3b0467 build(deps): lock file maintenance (#909)
  • 3d77bef build(deps): lock file maintenance (#908)
  • 8eb536f ci(action): update actions/checkout digest to b4ffde6
  • b97e063 ci(action): update actions/checkout digest to 9bb5618 (#906)
  • bc5f6fd feat: schema updates (adds custom_properties field) to branch_protection_rule...
  • Additional commits viewable in compare view

Updates eslint from 8.56.0 to 9.0.0

Release notes

Sourced from eslint's releases.

v9.0.0

Breaking Changes

  • b7cf3bd fix!: correct camelcase rule schema for allow option (#18232) (eMerzh)
  • 09bd7fe feat!: move AST traversal into SourceCode (#18167) (Nicholas C. Zakas)
  • 79a95eb feat!: disallow multiple configuration comments for same rule (#18157) (Milos Djermanovic)
  • 9163646 feat!: Rule Tester checks for missing placeholder data in the message (#18073) (fnx)
  • 3c4d51d feat!: default for enforceForClassMembers in no-useless-computed-key (#18054) (Francesco Trotta)
  • 47e60f8 feat!: Stricter rule test validations (#17654) (fnx)
  • 1a94589 feat!: no-unused-vars default caughtErrors to 'all' (#18043) (Josh Goldberg ✨)
  • 57089cb feat!: no-restricted-imports allow multiple config entries for same path (#18021) (Milos Djermanovic)
  • 2e1d549 feat!: detect duplicate test cases (#17955) (Bryan Mishkin)
  • 701f1af feat!: no-inner-declaration new default behaviour and option (#17885) (Tanuj Kanti)
  • bde5105 fix!: handle --output-file for empty output when saving to disk (#17957) (Nitin Kumar)
  • 07107a5 fix!: upgrade [email protected] (#17942) (Milos Djermanovic)
  • 3ee0f6c fix!: no-unused-vars varsIgnorePattern behavior with catch arguments (#17932) (Tanuj Kanti)
  • 51f8bc8 fix!: configuration comments with just severity should retain options (#17945) (Milos Djermanovic)
  • d191bdd feat!: Remove CodePath#currentSegments (#17936) (Milos Djermanovic)
  • 946ae00 feat!: FlatRuleTester -> RuleTester (#17922) (Nicholas C. Zakas)
  • baff28c feat!: remove no-inner-declarations from eslint:recommended (#17920) (Milos Djermanovic)
  • cadfbcd feat!: Rename FlatESLint to ESLint (#17914) (Nicholas C. Zakas)
  • d1018fc feat!: skip running warnings in --quiet mode (#17274) (Maddy Miller)
  • fb81b1c feat!: Set default schema: [], drop support for function-style rules (#17792) (Milos Djermanovic)
  • 0b21e1f feat!: add two more cases to no-implicit-coercion (#17832) (Gürgün Dayıoğlu)
  • 2916c63 feat!: Switch Linter to flat config by default (#17851) (Nicholas C. Zakas)
  • 200518e fix!: Parsing 'exported' comment using parseListConfig (#17675) (amondev)
  • bdd6ba1 feat!: Remove valid-jsdoc and require-jsdoc (#17694) (Nicholas C. Zakas)
  • 12be307 fix!: Behavior of CLI when no arguments are passed (#17644) (Nicholas C. Zakas)
  • 8fe8c56 feat!: Update shouldUseFlatConfig and CLI so flat config is default (#17748) (Nicholas C. Zakas)
  • 60dea3e feat!: deprecate no-new-symbol, recommend no-new-native-nonconstructor (#17710) (Francesco Trotta)
  • 5aa9c49 feat!: check for parsing errors in suggestion fixes (#16639) (Bryan Mishkin)
  • b3e0bb0 feat!: assert suggestion messages are unique in rule testers (#17532) (Josh Goldberg ✨)
  • e563c52 feat!: no-invalid-regexp make allowConstructorFlags case-sensitive (#17533) (Josh Goldberg ✨)
  • e5f02c7 fix!: no-sequences rule schema correction (#17878) (MHO)
  • 6ee3e9e feat!: Update eslint:recommended configuration (#17716) (Milos Djermanovic)
  • c2cf85a feat!: drop support for string configurations in flat config array (#17717) (Milos Djermanovic)
  • c314fd6 feat!: Remove SourceCode#getComments() (#17715) (Milos Djermanovic)
  • ae78ff1 feat!: Remove deprecated context methods (#17698) (Nicholas C. Zakas)
  • f71c328 feat!: Swap FlatESLint-ESLint, FlatRuleTester-RuleTester in API (#17823) (Nicholas C. Zakas)
  • 5304da0 feat!: remove formatters except html, json(-with-metadata), and stylish (#17531) (Josh Goldberg ✨)
  • e1e827f feat!: Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#17725) (Milos Djermanovic)

Features

  • d54a412 feat: Add --inspect-config CLI flag (#18270) (Nicholas C. Zakas)
  • 97ce45b feat: Add reportUsedIgnorePattern option to no-unused-vars rule (#17662) (Pearce Ropion)
  • 3e9fcea feat: Show config names in error messages (#18256) (Nicholas C. Zakas)
  • de40874 feat: Rule Performance Statistics for flat ESLint (#17850) (Mara Kiefer)
  • d85c436 feat: use-isnan report NaN in indexOf and lastIndexOf with fromIndex (#18225) (Tanuj Kanti)
  • b8fb572 feat: add reportUnusedFallthroughComment option to no-fallthrough rule (#18188) (Kirk Waiblinger)
  • 1c173dc feat: add ignoreClassWithStaticInitBlock option to no-unused-vars (#18170) (Tanuj Kanti)
  • a451b32 feat: make no-misleading-character-class report more granular errors (#18082) (Francesco Trotta)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.0.0 - April 5, 2024

  • 19f9a89 chore: Update dependencies for v9.0.0 (#18275) (Nicholas C. Zakas)
  • 7c957f2 chore: package.json update for @​eslint/js release (Jenkins)
  • d73a33c chore: ignore /docs/v8.x in link checker (#18274) (Milos Djermanovic)
  • d54a412 feat: Add --inspect-config CLI flag (#18270) (Nicholas C. Zakas)
  • e151050 docs: update get-started to the new @eslint/create-config (#18217) (唯然)
  • 610c148 fix: Support using declarations in no-lone-blocks (#18269) (Kirk Waiblinger)
  • 44a81c6 chore: upgrade knip (#18272) (Lars Kappert)
  • 94178ad docs: mention about name field in flat config (#18252) (Anthony Fu)
  • 1765c24 docs: add Troubleshooting page (#18181) (Josh Goldberg ✨)
  • e80b60c chore: remove code for testing version selectors (#18266) (Milos Djermanovic)
  • 96607d0 docs: version selectors synchronization (#18260) (Milos Djermanovic)
  • e508800 fix: rule tester ignore irrelevant test case properties (#18235) (fnx)
  • a129acb fix: flat config name on ignores object (#18258) (Nicholas C. Zakas)
  • 97ce45b feat: Add reportUsedIgnorePattern option to no-unused-vars rule (#17662) (Pearce Ropion)
  • 651ec91 docs: remove /* eslint-env */ comments from rule examples (#18249) (Milos Djermanovic)
  • 950c4f1 docs: Update README (GitHub Actions Bot)
  • 3e9fcea feat: Show config names in error messages (#18256) (Nicholas C. Zakas)
  • b7cf3bd fix!: correct camelcase rule schema for allow option (#18232) (eMerzh)
  • 12f5746 docs: add info about dot files and dir in flat config (#18239) (Tanuj Kanti)
  • b93f408 docs: update shared settings example (#18251) (Tanuj Kanti)
  • 26384d3 docs: fix ecmaVersion in one example, add checks (#18241) (Milos Djermanovic)
  • 7747097 docs: Update PR review process (#18233) (Nicholas C. Zakas)
  • b07d427 docs: fix typo (#18246) (Kirill Gavrilov)
  • a98babc chore: add npm script to run WebdriverIO test (#18238) (Francesco Trotta)
  • 9b7bd3b chore: update dependency markdownlint to ^0.34.0 (#18237) (renovate[bot])
  • 778082d docs: add Glossary page (#18187) (Josh Goldberg ✨)
  • dadc5bf fix: constructor-super false positives with loops (#18226) (Milos Djermanovic)
  • de40874 feat: Rule Performance Statistics for flat ESLint (#17850) (Mara Kiefer)
  • d85c436 feat: use-isnan report NaN in indexOf and lastIndexOf with fromIndex (#18225) (Tanuj Kanti)
  • b185eb9 9.0.0-rc.0 (Jenkins)
  • 26010c2 Build: changelog update for 9.0.0-rc.0 (Jenkins)
  • 297416d chore: package.json update for eslint-9.0.0-rc.0 (#18223) (Francesco Trotta)
  • d363c51 chore: package.json update for @​eslint/js release (Jenkins)
  • 239a7e2 docs: Clarify the description of sort-imports options (#18198) (gyeongwoo park)
  • 09bd7fe feat!: move AST traversal into SourceCode (#18167) (Nicholas C. Zakas)
  • b91f9dc build: fix TypeError in prism-eslint-hooks.js (#18209) (Francesco Trotta)
  • 4769c86 docs: fix incorrect example in no-lone-blocks (#18215) (Tanuj Kanti)
  • 1b841bb chore: fix some comments (#18213) (avoidaway)
  • b8fb572 feat: add reportUnusedFallthroughComment option to no-fallthrough rule (#18188) (Kirk Waiblinger)
  • ae8103d fix: load plugins in the CLI in flat config mode (#18185) (Francesco Trotta)
  • 5251327 docs: Update README (GitHub Actions Bot)
  • 29c3595 chore: remove repetitive words (#18193) (cuithon)
  • 1dc8618 docs: Update README (GitHub Actions Bot)
  • acc2e06 chore: Introduce Knip (#18005) (Lars Kappert)
  • ba89c73 9.0.0-beta.2 (Jenkins)
  • d7ec0d1 Build: changelog update for 9.0.0-beta.2 (Jenkins)
  • 7509276 chore: upgrade @​eslint/js@​9.0.0-beta.2 (#18180) (Milos Djermanovic)
  • 96087b3 chore: package.json update for @​eslint/js release (Jenkins)

... (truncated)

Commits

Updates eslint-plugin-unicorn from 51.0.1 to 52.0.0

Release notes

Sourced from eslint-plugin-unicorn's releases.

v52.0.0

New rules

Improvements

  • filename-case: Add option for multiple file extensions (#2186) 4594020
  • import-style: Support node: protocol (#2297) c28a086
  • prefer-array-find: Check array.filter().at(0) (#2284) e6074fe
  • prefer-prototype-methods: Check Object.prototype methods from globalThis (#2286) 1792d33
  • no-array-callback-reference: Check logical expressions and check ternaries deeply (#2289) 231529a

Fixes

  • prefer-spread: Fix it to not report on optional chaining (#2304) df1ff1c
  • no-anonymous-default-export: Uppercase class name (#2282) 5ce4169

sindresorhus/eslint-plugin-unicorn@v51.0.1...v52.0.0

Commits
  • 8ca00a4 52.0.0
  • df1ff1c prefer-spread: Fix it to not report on optional chaining (#2304)
  • 907a3f7 Fix integration test (#2305)
  • c28a086 import-style: Support node: protocol (#2297)
  • 677af7f Update docs generator
  • 30ece36 no-array-for-each: Document another benefit of for-of (#2303)
  • 231529a no-array-callback-reference: Check logical expressions, check ternaries dee...
  • 78810a5 Add some notes to new-rule.md (#2287)
  • 8f0ee89 Add no-single-promise-in-promise-methods rule (#2258)
  • 1792d33 prefer-prototype-methods: Check Object.prototype methods from `globalThis...
  • Additional commits viewable in compare view

Updates itty-router from 4.0.27 to 5.0.9

Release notes

Sourced from itty-router's releases.

v5.0.4

itty-router v5

This represents a large shift in the ecosystem. While mostly backwards compatible, a few small tweaks will be needed to swap in the new Router or AutoRouter.

See https://itty.dev/itty-router/migrations/v4-v5 for migration guide and details.

Changes in v5

Changelog

Sourced from itty-router's changelog.

Changelog

  • v5.0.9
    • fixed: cors preflight should reflect requested headers as the default (required for credentials)
  • v5.0.7
    • fixed: withParams could attempt to bind null (collision with node adapter)
  • v5.0.6
    • fixed: corsify as replacing status codes (now mutates original response)
  • v5.0.5
    • fixed: corsify now properly ignores WebSocket responses
  • v5.0.4
    • fixed: (TypeScript) middleware corrupting downstream request types and args
  • v5.0.2
    • fixed: AutoRouter was missing the router-level generics support of the other 2 routers.
    • fixed: All 3 routers had their 3rd generic argument, ResponseType added per the spec.
  • v5.0.0
    • BREAKING: router.fetch replaces router.handle (now deprecated)
    • BREAKING: "createCors" has been deprecated in favor of "cors" (new options & requirements)
    • changed: previous Router (smallest) is now IttyRouter
    • added: Router (full backwards compatability with previous Router) has been added, including:
      • "before" stage (array of request handlers)
      • "finally" stage (array of response handlers)
      • "catch" stage (single error handler)
    • added: AutoRouter (batteries-included Router)
    • fixed (TS): Routers types have been modified to allow both rotuer-level generics AND route-level generics in the same instance.
    • docs: see Migration guide at https://itty.dev/itty-router/migrations/v4-v5
  • v4.2.2
    • fixed: withContent should return undefined if request.body is undefined
  • v4.2.1
    • maintenance: updated deps, test coverage, removed isomorphic-fetch dev dep
  • v4.2.0
    • added: withContent now parses JSON->formData->text with fallthrough
  • v4.1.1
    • fixed: withContent will successfully parse non-JSON as fallback, preventing errors
  • v4.1.0
    • added: createResponse and all Response helpers support web standards Headers class
  • v4.0.28
    • fixed: withContent throws 400 (instead of 500) on failed JSON parse (@​smcstewart)
  • v4.0.27
    • fixed: .toUpperCase issue that prevented serialization of entire router
  • v4.0.24
    • fixed: createResponse(undefined) should return undefined (not a Response)
  • v4.1.0
    • added: HasContent<ContentType> type to withContent (@​alexrosenfeld10)
    • added: Adds basic text/formData support to supplement the native JSON support of withContent
  • v4.0.00 - Partial changelog below
    • BREAKING: heavy TS rewrite for core Router (thank you, ChatGPT)
    • added: nearly all extras from itty-router-extras
    • added: createCors from itty-cors
    • added: complete documentation at https://itty.dev

... (truncated)

Commits
  • 23705fc released v5.0.9 - cors preflight should reflect requested headers as the defa...
  • 3645c6b V5 fix cors headers reflection (#235)
  • 38d4448 released v5.0.8 - accidentally released unminified previously
  • 6c6afc1 released v5.0.7 - withParams has more explicit check to prevent binding null
  • ddc41f9 released v5.0.6 - fixed #233 cors not honoring response.status
  • 1ab9ca7 fix #233 - cors eats status message (#234)
  • 33d1ef6 expanded middleware example to include second middleware
  • a3d9181 released v5.0.5 - corsify should ignore websockets
  • 8d31172 corrected CHANGELOG
  • 95ce51e released v5.0.4 - fixed cascading route types
  • Additional commits viewable in compare view

Updates typescript from 5.3.3 to 5.4.4

Release notes

Sourced from typescript's releases.

TypeScript 5.4.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • 8eb3367 Bump version to 5.4.4 and LKG
  • de9096b 🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...
  • 06aae98 🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...
  • 6d8134e 🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...
  • 1c25c7f 🤖 Pick PR #57968 (Normalize slashes for paths in watc...) into release-5.4 (#...
  • 3caec2c Cherry pick PR 57887 into release-5.4 (#57898)
  • 896947e 🤖 Pick PR #57938 (Directories dont check modified tim...) into release-5.4 (#...
  • 521d3fb 🤖 Pick PR #57950 (Watch events enhancements) into release-5.4 (#57967)
  • 6ea273c Update LKG
  • cd06f92 🤖 Pick PR

Bumps the everything group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@octokit/auth-app](https://github.com/octokit/auth-app.js) | `6.0.3` | `6.1.0` |
| [octokit](https://github.com/octokit/octokit.js) | `3.1.2` | `3.2.0` |
| [picomatch](https://github.com/micromatch/picomatch) | `4.0.1` | `4.0.2` |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20240208.0` | `4.20240405.0` |
| [@octokit/webhooks-types](https://github.com/octokit/webhooks) | `7.3.2` | `7.5.0` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `9.0.0` |
| [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `51.0.1` | `52.0.0` |
| [itty-router](https://github.com/kwhitley/itty-router) | `4.0.27` | `5.0.9` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.4` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.0.1` | `7.5.0` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `3.28.2` | `3.48.0` |


Updates `@octokit/auth-app` from 6.0.3 to 6.1.0
- [Release notes](https://github.com/octokit/auth-app.js/releases)
- [Commits](octokit/auth-app.js@v6.0.3...v6.1.0)

Updates `octokit` from 3.1.2 to 3.2.0
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](octokit/octokit.js@v3.1.2...v3.2.0)

Updates `picomatch` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@4.0.1...4.0.2)

Updates `@cloudflare/workers-types` from 4.20240208.0 to 4.20240405.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `@octokit/webhooks-types` from 7.3.2 to 7.5.0
- [Release notes](https://github.com/octokit/webhooks/releases)
- [Commits](octokit/webhooks@v7.3.2...v7.5.0)

Updates `eslint` from 8.56.0 to 9.0.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v9.0.0)

Updates `eslint-plugin-unicorn` from 51.0.1 to 52.0.0
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v51.0.1...v52.0.0)

Updates `itty-router` from 4.0.27 to 5.0.9
- [Release notes](https://github.com/kwhitley/itty-router/releases)
- [Changelog](https://github.com/kwhitley/itty-router/blob/v5.x/CHANGELOG.md)
- [Commits](kwhitley/itty-router@v4.0.27...v5.0.9)

Updates `typescript` from 5.3.3 to 5.4.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.4)

Updates `typescript-eslint` from 7.0.1 to 7.5.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.5.0/packages/typescript-eslint)

Updates `wrangler` from 3.28.2 to 3.48.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@octokit/auth-app"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything
- dependency-name: octokit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything
- dependency-name: picomatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything
- dependency-name: "@cloudflare/workers-types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: everything
- dependency-name: "@octokit/webhooks-types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: everything
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: everything
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: everything
- dependency-name: itty-router
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: everything
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: everything
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: everything
- dependency-name: wrangler
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: everything
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 8, 2024
@pullsize pullsize bot added the size/x-small label Apr 8, 2024
Copy link
Author

dependabot bot commented on behalf of github Apr 15, 2024

Superseded by #19.

@dependabot dependabot bot closed this Apr 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/everything-d0b8286d23 branch April 15, 2024 01:50
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 size/x-small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants