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

chore(deps): update all dependencies #1147

Merged
merged 1 commit into from
Jan 15, 2024
Merged

chore(deps): update all dependencies #1147

merged 1 commit into from
Jan 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@astrojs/rss (source) 4.0.1 -> 4.0.2 age adoption passing confidence devDependencies patch
@vueuse/core (source) 10.7.1 -> 10.7.2 age adoption passing confidence devDependencies patch
actions/deploy-pages v1 -> v4 age adoption passing confidence action major
astro (source) 4.1.1 -> 4.1.2 age adoption passing confidence devDependencies patch
astro-compress 2.2.7 -> 2.2.8 age adoption passing confidence devDependencies patch
eslint-plugin-n 16.6.1 -> 16.6.2 age adoption passing confidence devDependencies patch
lycheeverse/lychee-action v1.9.0 -> v1.9.1 age adoption passing confidence action patch
mcr.microsoft.com/vscode/devcontainers/typescript-node 0-16-buster -> 1-16-buster age adoption passing confidence final major
pnpm (source) 8.14.0 -> 8.14.1 age adoption passing confidence packageManager patch
prettier (source) 3.1.1 -> 3.2.2 age adoption passing confidence devDependencies minor
sharp (source, changelog) 0.33.1 -> 0.33.2 age adoption passing confidence dependencies patch

Release Notes

withastro/astro (@​astrojs/rss)

v4.0.2

Compare Source

Patch Changes
vueuse/vueuse (@​vueuse/core)

v10.7.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
actions/deploy-pages (actions/deploy-pages)

v4

Compare Source

v3

Compare Source

v2

Compare Source

withastro/astro (astro)

v4.1.2

Compare Source

Patch Changes
astro-community/AstroCompress (astro-compress)

v2.2.8

Compare Source

  • Cleanup
eslint-community/eslint-plugin-n (eslint-plugin-n)

v16.6.2

Compare Source

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.

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

prettier/prettier (prettier)

v3.2.2

Compare Source

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#​15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>
Fix formatting error on optional call expression and member chain (#​15920 by @​sosukesuzuki)
// Input
a(() => {}, c?.d());

// Prettier 3.2.1
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.2
a(() => {}, c?.d());

v3.2.1

Compare Source

diff

Fix formatting error on member chain (#​15915 by @​sosukesuzuki)
// Input
test().test2().test2(thing?.something);

// Prettier 3.2.0
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.1
test().test2().test2(thing?.something);

v3.2.0

Compare Source

diff

🔗 Release Notes

lovell/sharp (sharp)

v0.33.2

Compare Source


Configuration

📅 Schedule: Branch creation - "before 5am every weekday" in timezone Europe/Madrid, 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.

@yacosta738 yacosta738 enabled auto-merge (squash) January 15, 2024 06:39
Copy link

sonarcloud bot commented Jan 15, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@yacosta738 yacosta738 merged commit 771c61e into main Jan 15, 2024
8 checks passed
@yacosta738 yacosta738 deleted the renovate/all branch January 15, 2024 06:49
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