Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Bump all non-major dependencies #7

Merged
merged 1 commit into from
Oct 9, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@astrojs/partytown (source) 1.0.0 -> 1.0.1 age adoption passing confidence dependencies patch
@picocss/pico (source) 1.5.5 -> 1.5.6 age adoption passing confidence dependencies patch
@types/node (source) 18.7.23 -> 18.8.3 age adoption passing confidence devDependencies minor
actions/checkout v3.0.0 -> v3.1.0 age adoption passing confidence action minor
actions/setup-node v3.0.0 -> v3.5.0 age adoption passing confidence action minor
actions/stale v6.0.0 -> v6.0.1 age adoption passing confidence action patch
astro (source) 1.3.1 -> 1.4.6 age adoption passing confidence dependencies minor
astro-netlify-cms 0.2.2 -> 0.2.3 age adoption passing confidence dependencies patch
cspell (source) 6.10.1 -> 6.12.0 age adoption passing confidence devDependencies minor
eslint (source) 8.24.0 -> 8.25.0 age adoption passing confidence devDependencies minor
eslint-plugin-astro (source) 0.19.0 -> 0.20.0 age adoption passing confidence devDependencies minor
nick-fields/retry v2.6.0 -> v2.8.1 age adoption passing confidence action minor
postcss (source) 8.4.16 -> 8.4.17 age adoption passing confidence devDependencies patch
prettier-plugin-astro 0.5.4 -> 0.5.5 age adoption passing confidence devDependencies patch
prettier-plugin-prisma 4.2.0 -> 4.4.0 age adoption passing confidence devDependencies minor
vite (source) 3.1.4 -> 3.1.6 age adoption passing confidence devDependencies patch

Release Notes

withastro/astro (@​astrojs/partytown)

v1.0.1

Compare Source

Patch Changes
picocss/pico

v1.5.6

Compare Source

Features
  • Adds the ability to compile Pico with a root element other than body (E.g. #__next, #___gatsby, #root), by @​ja1den
    Define your your CSS selector in scss/_variables.scss > $semantic-root-element
    #​224 #​13 #​222
Fixes
Documentation
  • Improves Customization and Class-less pages
    #​245
Full changelog

A huge thank you to all the contributors ❤️

actions/checkout

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

actions/setup-node

v3.5.0

Compare Source

In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. https://github.com/actions/setup-node/pull/485. Moreover, we added support for Volta

Besides, we updated @​actions/core to 1.9.1 and @​actions/cache to 3.0.4

v3.4.1

Compare Source

In scope of this release we fixed bugs related to the pnpm 7.5.1 output issue from pnpm store path https://github.com/actions/setup-node/pull/545. Moreover we fixed the issue with falling on node-version output https://github.com/actions/setup-node/pull/540.

v3.4.0

Compare Source

In scope of this release we updated actions/cache package as the new version contains fixes for caching error handling. Moreover, we added support for asdf format as Node.js version file https://github.com/actions/setup-node/pull/373. Besides, we introduced new output node-version and added npm-shrinkwrap.json to dependency file patterns: https://github.com/actions/setup-node/pull/439

v3.3.0

Compare Source

In scope of this release we added support for lts/-n aliases, improve logic for current, latest and node aliases to handle them from toolcache, update ncc package.

Support of lts/-n aliases
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
  with:
    node-version: lts/-1
- run: npm ci
- run: npm test
Minor improvements

v3.2.0

Compare Source

In scope of this release we added new aliases to install the latest Node.js version. https://github.com/actions/setup-node/pull/483

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
  with:
    node-version: current
- run: npm ci
- run: npm test

v3.1.1

Compare Source

In scope of this release we updated actions/cache package as the new version contains fixes related to GHES 3.5 (https://github.com/actions/setup-node/pull/460)

v3.1.0

Compare Source

In scope of this release we added support for caching from GHES 3.5 and fixed download issue for files > 2GB during restore. Besides, we updated actions/cache dependency to 2.0.0 version.

actions/stale

v6.0.1

Compare Source

Update @​actions/core to 1.10.0 #​839

Full Changelog: actions/stale@v6.0.0...v6.0.1

withastro/astro (astro)

v1.4.6

Compare Source

Patch Changes

v1.4.5

Compare Source

Patch Changes

v1.4.4

Compare Source

Patch Changes
  • #​4967 e6a881081 Thanks @​matthewp! - Final perf fix from 1.3.0 regression

    A regression in rendering perf happened in 1.3.0. This is the final fix for the underlying issue.

v1.4.3

Compare Source

Patch Changes

v1.4.2

Compare Source

Patch Changes

v1.4.1

Compare Source

Patch Changes

v1.4.0

Compare Source

Minor Changes
  • #​4907 01c1aaa00 Thanks @​matthewp! - Order Astro styles last, to override imported styles

    This fixes CSS ordering so that imported styles are placed higher than page/component level styles. This means that if you do:

delucis/astro-netlify-cms

v0.2.3

Compare Source

Patch Changes
streetsidesoftware/cspell

v6.12.0

Compare Source

Features

6.11.1 (2022-09-30)

Bug Fixes

v6.11.1

Compare Source

Bug Fixes

v6.11.0

Compare Source

Note: Version bump only for package cspell-monorepo

6.10.1 (2022-09-20)

Note: Version bump only for package cspell-monorepo

eslint/eslint

v8.25.0

Compare Source

Features

  • 173e820 feat: Pass --max-warnings value to formatters (#​16348) (Brandon Mills)
  • 6964cb1 feat: remove support for ignore files in FlatESLint (#​16355) (Milos Djermanovic)
  • 1cc4b3a feat: id-length counts graphemes instead of code units (#​16321) (Sosuke Suzuki)

Documentation

Chores

ota-meshi/eslint-plugin-astro

v0.20.0

Compare Source

Minor Changes
nick-fields/retry

v2.8.1

Compare Source

Refactor to make testing easier

v2.8.0

Compare Source

Use spawn rather than exec to support much larger outputs

v2.7.1

Compare Source

This release contains mostly dependency updates. There are a few very minor changes to runtime code based on development quality of life improvements from newly configured linting and styling.

v2.7.0

Compare Source

Features
Misc
  • Various dependabot updates
postcss/postcss

v8.4.17

Compare Source

  • Fixed Node.before() unexpected behavior (by Romain Menke).
  • Added TOC to docs (by Mikhail Dedov).
withastro/prettier-plugin-astro

v0.5.5

Compare Source

Patch Changes
  • fe68b94: Fix missing newline after attributes on inline elements when using singleAttributePerLine
  • 96e2b28: Fix expressions not hugging the end of the tag in cases where they should
  • 4e6fde8: Fix newlines being added to style tags even if they were empty
umidbekk/prettier-plugin-prisma

v4.4.0

Compare Source

  • feat: Bump @prisma/prisma-fmt-wasm to 4.4.0. 7e2fd9a

v4.3.0

Compare Source

  • feat: Bump @prisma/prisma-fmt-wasm to 4.3.0. 71f66fe
  • chore: Bump dependencies. d976203
vitejs/vite

v3.1.6

Compare Source

Please refer to CHANGELOG.md for details.

v3.1.5

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "before 2am" in timezone Europe/Berlin, 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, click this checkbox.

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

@renovate renovate bot added the dependencies ┬─┬ ノ( ゜-゜ノ) label Oct 9, 2022
@netlify
Copy link

netlify bot commented Oct 9, 2022

Deploy Preview for lsg ready!

Name Link
🔨 Latest commit d2feaf4
🔍 Latest deploy log https://app.netlify.com/sites/lsg/deploys/63434d6255ba1c000837e1d2
😎 Deploy Preview https://deploy-preview-7--lsg.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@kodiakhq kodiakhq bot merged commit 8092753 into trunk Oct 9, 2022
@renovate renovate bot deleted the renovate/all-non-major-dependencies branch October 9, 2022 22:41
@github-actions github-actions bot added the lock ε(´סּ︵סּ`)з label Oct 17, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies ┬─┬ ノ( ゜-゜ノ) lock ε(´סּ︵סּ`)з
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants