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

build(deps): bump the all group with 5 updates #26

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps the all group with 5 updates:

Package From To
astro 4.16.8 4.16.10
eslint-plugin-astro 1.3.0 1.3.1
eslint-plugin-oxlint 0.11.0 0.11.1
oxlint 0.11.0 0.11.1
typescript-eslint 8.12.2 8.13.0

Updates astro from 4.16.8 to 4.16.10

Release notes

Sourced from astro's releases.

[email protected]

Patch Changes

  • #12311 bf2723e Thanks @​dinesh-58! - Adds checked to the list of boolean attributes.

  • #12363 222f718 Thanks @​Fryuni! - Fixes code generated by astro add command when adding a version of an integration other than the default latest.

  • #12368 493fe43 Thanks @​bluwy! - Improves error logs when executing commands

  • #12355 c4726d7 Thanks @​apatel369! - Improves error reporting for invalid frontmatter in MDX files during the astro build command. The error message now includes the file path where the frontmatter parsing failed.

[email protected]

Patch Changes

Changelog

Sourced from astro's changelog.

4.16.10

Patch Changes

  • #12311 bf2723e Thanks @​dinesh-58! - Adds checked to the list of boolean attributes.

  • #12363 222f718 Thanks @​Fryuni! - Fixes code generated by astro add command when adding a version of an integration other than the default latest.

  • #12368 493fe43 Thanks @​bluwy! - Improves error logs when executing commands

  • #12355 c4726d7 Thanks @​apatel369! - Improves error reporting for invalid frontmatter in MDX files during the astro build command. The error message now includes the file path where the frontmatter parsing failed.

4.16.9

Patch Changes

Commits

Updates eslint-plugin-astro from 1.3.0 to 1.3.1

Release notes

Sourced from eslint-plugin-astro's releases.

v1.3.1

Patch Changes

Changelog

Sourced from eslint-plugin-astro's changelog.

1.3.1

Patch Changes

Commits
  • 37a77ef chore: release eslint-plugin-astro (#446)
  • 1133962 fix: preserve whitespace between attributes in sort-attributes rule (#445)
  • 6ffa048 fix(deps): update dependency eslint-compat-utils to ^0.6.0 (#443)
  • db90a41 chore: add doc-renderer for generating & updating detailed rule docs (#442)
  • ae7c6a4 chore(deps): update dependency postcss-nested to v7 (#441)
  • 6579f49 chore(deps): update dependency @​types/node to v22 (#440)
  • b525f44 fix(deps): update dependency postcss-selector-parser to v7 (#435)
  • 5db7673 chore(deps): update coverallsapp/github-action action to v2.3.4 (#436)
  • 8d9e0a2 chore: move 'utils/rules.ts' to 'rules/index.ts' (#439)
  • fd8bc14 chore: remove redundant assignments & use "createRequire" (#437)
  • Additional commits viewable in compare view

Updates eslint-plugin-oxlint from 0.11.0 to 0.11.1

Release notes

Sourced from eslint-plugin-oxlint's releases.

v0.11.1

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • a61dd3b release: v0.11.1 (#239)
  • 0e2458a refactor: move duplicate constants between scripts and src to src (#237)
  • 27960a3 fix: put react-hooks plugin rules into own scope and not under react (#236)
  • 883be80 fix: detect rules with plugin alias name or no plugin name (#231)
  • 497cc5a refactor: simplify buildFromOxlint with isObject and isValueInSet (#235)
  • 1d67056 test: fix "skip deactivate rules, for custom enable category" test (#234)
  • 8fba0b7 fix: output rules-plugin-name @next/next instead of nextjs (#232)
  • 7961067 refactor: move generated code into own folder (#229)
  • 6359654 refactor: move configs to own file (#230)
  • 03ce789 fix: add missing types entry in package.json (#227)
  • Additional commits viewable in compare view

Updates oxlint from 0.11.0 to 0.11.1

Release notes

Sourced from oxlint's releases.

oxlint v0.11.1

[0.11.1] - 2024-11-09

Features

  • 4dd9b60 editor/vscode: Replace existing output channel and trace output channel with a single LogOutputChannel (#7196) (Nicholas Rayburn)
  • 1fcd709 linter: Add jsx support for only-used-in-recursion (#7120) (no-yan)
  • 4d577cf linter: Add import/first rule (#7180) (Dmitry Zakharov)
  • 9b8973f linter: Add import/unambiguous rule (#7187) (Dmitry Zakharov)
  • 5ab1ff6 linter: Implement @​typescript-eslint/no-unsafe-function-type (#6989) (Orenbek)

Bug Fixes

  • eea8879 editor/vscode: Update language client id to fix the resolution of the oxc.trace.server setting (#7181) (Nicholas Rayburn)
  • b73cfd9 linter: Fix is_method_call with parentheses and chain expression (#7095) (tbashiyy)

Refactor

  • 8c0a362 linter: Use ctx.source_range(comment.content_span()) API (#7155) (Boshen)
  • c5485ae semantic: Add ancestor_kinds iterator function (#7217) (camchenry)
  • abf1602 semantic: Rename iter_parents to ancestors (#7216) (camchenry)
  • 42171eb semantic: Rename ancestors to ancestor_ids (#7215) (camchenry)
Changelog

Sourced from oxlint's changelog.

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog, and this project does not adhere to Semantic Versioning until v1.0.0.

Commits

Updates typescript-eslint from 8.12.2 to 8.13.0

Release notes

Sourced from typescript-eslint's releases.

v8.13.0

8.13.0 (2024-11-04)

🚀 Features

  • add options property to ImportExpression node (#10255)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#10250)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#9924)
  • eslint-plugin: [only-throw-error] add allow option (#10221)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.12.1 (#10269)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#10232)
  • types: parent property type annotation in the ImportAttribute node (#10258)
  • utils: allow an array for the values of SharedConfig (#10217)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.13.0 (2024-11-04)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

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 all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.16.8` | `4.16.10` |
| [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `1.3.0` | `1.3.1` |
| [eslint-plugin-oxlint](https://github.com/oxc-project/eslint-plugin-oxlint) | `0.11.0` | `0.11.1` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `0.11.0` | `0.11.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.12.2` | `8.13.0` |


Updates `astro` from 4.16.8 to 4.16.10
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro)

Updates `eslint-plugin-astro` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-astro@v1.3.0...v1.3.1)

Updates `eslint-plugin-oxlint` from 0.11.0 to 0.11.1
- [Release notes](https://github.com/oxc-project/eslint-plugin-oxlint/releases)
- [Commits](oxc-project/eslint-plugin-oxlint@v0.11.0...v0.11.1)

Updates `oxlint` from 0.11.0 to 0.11.1
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v0.11.1/npm/oxlint)

Updates `typescript-eslint` from 8.12.2 to 8.13.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/v8.13.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-plugin-oxlint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: oxlint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
Copy link

vercel bot commented Nov 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
homepage ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 11, 2024 0:03am

@Pkcarreno Pkcarreno merged commit aa6d7ce into master Nov 12, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-5bba003cab branch November 12, 2024 16:24
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant