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 #65

Merged
merged 1 commit into from
Jan 11, 2024
Merged

fix(deps): update all dependencies #65

merged 1 commit into from
Jan 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@astrojs/check (source) 0.3.4 -> 0.4.1 age adoption passing confidence dependencies minor
@astrojs/check (source) 0.4.0 -> 0.4.1 age adoption passing confidence devDependencies patch
@iconify-json/mdi 1.1.63 -> 1.1.64 age adoption passing confidence devDependencies patch
@iconify-json/ph 1.1.9 -> 1.1.10 age adoption passing confidence devDependencies patch
@iconify-json/simple-icons 1.1.86 -> 1.1.87 age adoption passing confidence devDependencies patch
@types/eslint (source) 8.56.0 -> 8.56.2 age adoption passing confidence devDependencies patch
@types/node (source) 20.10.6 -> 20.10.8 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 6.17.0 -> 6.18.1 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 6.17.0 -> 6.18.1 age adoption passing confidence devDependencies minor
astro (source) 4.0.8 -> 4.1.1 age adoption passing confidence dependencies minor
astro (source) 4.0.8 -> 4.1.1 age adoption passing confidence devDependencies minor
astro-icon (source) 1.0.1 -> 1.0.2 age adoption passing confidence devDependencies patch
lycheeverse/lychee-action v1.9.0 -> v1.9.1 age adoption passing confidence action patch
node 20.10.0 -> 20.11.0 age adoption passing confidence minor
pnpm (source) 8.14.0 -> 8.14.1 age adoption passing confidence packageManager patch
postcss (source) 8.4.32 -> 8.4.33 age adoption passing confidence dependencies patch
prettier-plugin-tailwindcss 0.5.10 -> 0.5.11 age adoption passing confidence devDependencies patch
tailwindcss (source) 3.4.0 -> 3.4.1 age adoption passing confidence devDependencies patch
tailwindcss (source) 3.4.0 -> 3.4.1 age adoption passing confidence dependencies patch
vite (source) 5.0.10 -> 5.0.11 age adoption passing confidence devDependencies patch
io.projectreactor:reactor-test 3.6.1 -> 3.6.2 age adoption passing confidence dependencies patch
io.nlopez.compose.rules:detekt 0.3.8 -> 0.3.9 age adoption passing confidence dependencies patch
org.asciidoctor:asciidoctor-gradle-jvm 4.0.0 -> 4.0.1 age adoption passing confidence dependencies patch
org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin 12.0.3 -> 12.1.0 age adoption passing confidence dependencies minor

Release Notes

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

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)

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)

v6.18.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.

v6.18.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.

withastro/astro (astro)

v4.1.1

Compare Source

Patch Changes

v4.1.0

Compare Source

Minor Changes

v4.0.9

Compare Source

Patch Changes
natemoo-re/astro-icon (astro-icon)

v1.0.2

Compare Source

Patch Changes
lycheeverse/lychee-action (lycheeverse/lychee-action)

v1.9.1: Version 1.9.1

Compare Source

This is a hotfix release which restores the behavior of the accept config parameter.
Integers are accepted again as status codes.

accept = [200, 201, 202, 203, 429]

is equivalent to

accept = ["200..=203", 429]

Integers and strings (e.g. for ranges) can be mixed.

nodejs/node (node)

v20.11.0

Compare Source

pnpm/pnpm (pnpm)

v8.14.1

Compare Source

Patch Changes

  • Resolve the current working directory to its real location before doing any operations #​6524.
  • Allow using token helpers in pnpm publish #​7316.
  • Handle Git repository names containing capital letters #​7488.
  • When hoisted-workspace-packages is true don't hoist the root package even if it has a name. Otherwise we would create a circular symlink.

Our Gold Sponsors

Our Silver Sponsors

postcss/postcss (postcss)

v8.4.33

Compare Source

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.5.11

Compare Source

Changed
  • Bumped bundled version of Tailwind CSS to v3.4.1 (#​240)
tailwindlabs/tailwindcss (tailwindcss)

v3.4.1

Compare Source

Fixed
  • Don't remove keyframe stops when using important utilities (#​12639)
  • Don't add spaces to gradients and grid track names when followed by calc() (#​12704)
  • Restore old behavior for class dark mode strategy (#​12717)
Added
  • Add new selector and variant strategies for dark mode (#​12717)
Changed
  • Support rtl and ltr variants on same element as dir attribute (#​12717)
vitejs/vite (vite)

v5.0.11

Compare Source

reactor/reactor-core (io.projectreactor:reactor-test)

v3.6.2

Compare Source

What's Changed

⚠️ Update considerations and deprecations
🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades

New Contributors

Full Changelog: reactor/reactor-core@v3.6.1...v3.6.2

mrmans0n/compose-rules (io.nlopez.compose.rules:detekt)

v0.3.9

Changelog


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 January 11, 2024 01:33
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b8290c4) 84.70% compared to head (bd77213) 84.70%.
Report is 2 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #65   +/-   ##
=======================================
  Coverage   84.70%   84.70%           
=======================================
  Files           6        6           
  Lines          85       85           
  Branches        9        9           
=======================================
  Hits           72       72           
  Misses          8        8           
  Partials        5        5           

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

@yacosta738 yacosta738 enabled auto-merge (squash) January 11, 2024 07:06
@yacosta738 yacosta738 merged commit 32c6721 into main Jan 11, 2024
8 checks passed
@yacosta738 yacosta738 deleted the renovate/all branch January 11, 2024 07:06
yacosta738 pushed a commit that referenced this pull request Jan 11, 2024
## [1.0.1](v1.0.0...v1.0.1) (2024-01-11)

### Bug Fixes

* **deps:** update all dependencies ([#65](#65)) ([32c6721](32c6721))
yacosta738 pushed a commit that referenced this pull request Jan 11, 2024
## [1.0.1](v1.0.0...v1.0.1) (2024-01-11)

### Bug Fixes

* **deps:** update all dependencies ([#65](#65)) ([32c6721](32c6721))
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.

2 participants