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

fix(deps): update all dependencies #92

Merged
merged 1 commit into from
Feb 27, 2024
Merged

fix(deps): update all dependencies #92

merged 1 commit into from
Feb 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@astrojs/check (source) ^0.4.0 -> ^0.5.0 age adoption passing confidence dependencies minor
@astrojs/check (source) ^0.4.0 -> ^0.5.0 age adoption passing confidence devDependencies minor
@iconify-json/mdi 1.1.63 -> 1.1.64 age adoption passing confidence devDependencies patch
@iconify-json/ph 1.1.9 -> 1.1.11 age adoption passing confidence devDependencies patch
@iconify-json/simple-icons 1.1.86 -> 1.1.93 age adoption passing confidence devDependencies patch
@types/eslint (source) 8.56.3 -> 8.56.4 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^6.17.0 -> ^7.0.0 age adoption passing confidence devDependencies major
@typescript-eslint/parser (source) ^6.17.0 -> ^7.0.0 age adoption passing confidence devDependencies major
actions/upload-artifact v4.3.0 -> v4.3.1 age adoption passing confidence action patch
astro (source) 4.0.8 -> 4.4.5 age adoption passing confidence dependencies minor
astro (source) 4.4.4 -> 4.4.5 age adoption passing confidence devDependencies patch
astro-icon (source) 1.0.1 -> 1.1.0 age adoption passing confidence devDependencies minor
codecov/codecov-action v3 -> v4 age adoption passing confidence action major
github/codeql-action v3.23.2 -> v3.24.5 age adoption passing confidence action minor
gradle (source) 8.5 -> 8.6 age adoption passing confidence minor
gradle/gradle-build-action v2.12.0 -> v3.1.0 age adoption passing confidence action major
gradle/wrapper-validation-action v1.1.0 -> v2.1.1 age adoption passing confidence action major
lycheeverse/lychee-action v1.9.2 -> v1.9.3 age adoption passing confidence action patch
node (source) 20.11.0 -> 20.11.1 age adoption passing confidence patch
pnpm (source) 8.14.3 -> 8.15.4 age adoption passing confidence packageManager minor
pnpm/action-setup v2.4.0 -> v3.0.0 age adoption passing confidence action major
prettier (source) 3.2.4 -> 3.2.5 age adoption passing confidence devDependencies patch
semantic-release 22.0.12 -> 23.0.2 age adoption passing confidence devDependencies major
tailwindcss (source) 3.4.0 -> 3.4.1 age adoption passing confidence devDependencies patch
org.jetbrains.kotlinx:kotlinx-coroutines-reactor 1.7.3 -> 1.8.0 age adoption passing confidence dependencies minor
com.sendgrid:sendgrid-java 4.10.1 -> 4.10.2 age adoption passing confidence dependencies patch
org.jetbrains.kotlinx:kover-gradle-plugin 0.7.5 -> 0.7.6 age adoption passing confidence dependencies patch
org.asciidoctor:asciidoctor-gradle-jvm 4.0.1 -> 4.0.2 age adoption passing confidence dependencies patch
io.gitlab.arturbosch.detekt:detekt-formatting (source) 1.23.4 -> 1.23.5 age adoption passing confidence dependencies patch
io.gitlab.arturbosch.detekt:detekt-gradle-plugin (source) 1.23.4 -> 1.23.5 age adoption passing confidence dependencies patch
org.junit.jupiter:junit-jupiter-api (source) 5.10.1 -> 5.10.2 age adoption passing confidence dependencies patch
org.springframework.boot (source) 3.2.2 -> 3.2.3 age adoption passing confidence plugin patch
org.springframework.boot:spring-boot-starter-test (source) 3.2.2 -> 3.2.3 age adoption passing confidence dependencies patch
org.springframework.boot:spring-boot-starter-data-r2dbc (source) 3.2.2 -> 3.2.3 age adoption passing confidence dependencies patch
org.springframework.boot:spring-boot-docker-compose (source) 3.2.2 -> 3.2.3 age adoption passing confidence dependencies patch
org.springframework.boot:spring-boot-devtools (source) 3.2.2 -> 3.2.3 age adoption passing confidence dependencies patch
org.springframework.boot:spring-boot-starter-actuator (source) 3.2.2 -> 3.2.3 age adoption passing confidence dependencies patch
org.springframework.boot:spring-boot-starter-webflux (source) 3.2.2 -> 3.2.3 age adoption passing confidence dependencies patch
org.springframework.boot:spring-boot-starter (source) 3.2.2 -> 3.2.3 age adoption passing confidence dependencies patch

Release Notes

withastro/language-tools (@​astrojs/check)

v0.5.6

Compare Source

Patch Changes

v0.5.5

Compare Source

Patch Changes

v0.5.4

Compare Source

Patch Changes

v0.5.3

Compare Source

Patch Changes

v0.5.2

Compare Source

Patch Changes

v0.5.1

Compare Source

Patch Changes

v0.5.0

Compare Source

Minor Changes
  • 15a5532: Upgrade to Volar 2.0. No regressions are currently expected, however as this is a fairly consequential backend change, please report any issues you encounter.

    For reference, Volar is the underlying framework that powers the Astro language server, you can think of it as Vite for editor tooling.

Patch Changes

v0.4.1

Compare Source

Patch Changes

v0.4.0

Compare Source

Minor Changes
  • a314bcc: Remove temporary workaround astro check that disabled checking JSX and TSX files
Patch Changes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.1.0

Compare Source

🚀 Features
  • eslint-plugin: add *-type-checked-only configs

  • eslint-plugin: [naming-convention] support the auto-accessor syntax

  • eslint-plugin: [consistent-return] add new rule

🩹 Fixes
  • eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error

  • eslint-plugin: [no-misused-promises] improve check union types

  • eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies

❤️ Thank You
  • Arka Pratim Chaudhuri
  • Josh Goldberg ✨
  • YeonJuan

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

v7.0.2

Compare Source

🩹 Fixes
  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests
❤️ Thank You
  • Brad Zacher
  • Gareth Jones

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

v7.0.1

Compare Source

🩹 Fixes
  • eslint-plugin: update peer dep for parser
❤️ Thank You
  • Tim Dorr

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

v7.0.0

Compare Source

🚀 Features
  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

  • add support for flat configs

🩹 Fixes
  • eslint-plugin: [prefer-find] stop throwing type errors when converting symbols to numbers
⚠️ Breaking Changes
  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
❤️ Thank You
  • Brad Zacher
  • Kirk Waiblinger
  • StyleShit
  • YeonJuan

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

6.21.0 (2024-02-05)

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

6.20.0 (2024-01-29)

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

6.19.1 (2024-01-22)

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

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

6.19.0 (2024-01-15)

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

6.18.1 (2024-01-08)

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

6.18.0 (2024-01-06)

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

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

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

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

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.1.0

Compare Source

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

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

v7.0.2

Compare Source

🩹 Fixes
  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests
❤️ Thank You
  • Brad Zacher
  • Gareth Jones

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

v7.0.1

Compare Source

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

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

v7.0.0

Compare Source

🚀 Features
  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

  • add support for flat configs

⚠️ Breaking Changes
  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
❤️ Thank You
  • Brad Zacher
  • Kirk Waiblinger
  • StyleShit
  • YeonJuan

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

6.21.0 (2024-02-05)

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

6.20.0 (2024-01-29)

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

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

6.19.1 (2024-01-22)

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

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

6.19.0 (2024-01-15)

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

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

6.18.1 (2024-01-08)

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

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

6.18.0 (2024-01-06)

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

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

v6.21.0

Compare Source

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.0

Compare Source

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

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

v6.19.1

Compare Source

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

You can read about our versioning strategy and [releases](https://main--typescrip


Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from yacosta738 as a code owner February 27, 2024 00:57
Copy link

codecov bot commented Feb 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.17%. Comparing base (0b5a2d2) to head (337e926).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #92   +/-   ##
=======================================
  Coverage   85.17%   85.17%           
=======================================
  Files          84       84           
  Lines        1039     1039           
  Branches      162      162           
=======================================
  Hits          885      885           
  Misses        109      109           
  Partials       45       45           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yacosta738 yacosta738 enabled auto-merge (squash) February 27, 2024 06:48
yacosta738
yacosta738 previously approved these changes Feb 27, 2024
@yacosta738 yacosta738 merged commit dd01f30 into main Feb 27, 2024
10 checks passed
@yacosta738 yacosta738 deleted the renovate/all branch February 27, 2024 23:03
yacosta738 pushed a commit that referenced this pull request Feb 28, 2024
## [1.1.2](v1.1.1...v1.1.2) (2024-02-28)

### Bug Fixes

* **deps:** update all dependencies ([#92](#92)) ([dd01f30](dd01f30))
* **deps:** update all dependencies ([#94](#94)) ([b540a06](b540a06))
yacosta738 pushed a commit that referenced this pull request Feb 28, 2024
## [1.1.2](v1.1.1...v1.1.2) (2024-02-28)

### Bug Fixes

* **deps:** update all dependencies ([#92](#92)) ([dd01f30](dd01f30))
* **deps:** update all dependencies ([#94](#94)) ([b540a06](b540a06))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant