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 (major) #517

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore(deps): update all (major) #517

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@rollup/plugin-alias (source) 4.0.4 -> 5.1.1 age adoption passing confidence devDependencies major
@rollup/plugin-node-resolve (source) 15.3.1 -> 16.0.1 age adoption passing confidence devDependencies major
@sanity/eslint-config-studio (source) 2.0.4 -> 5.0.2 age adoption passing confidence devDependencies major
actions/checkout v3 -> v4 age adoption passing confidence action major
actions/setup-node v3 -> v4 age adoption passing confidence action major
codecov/codecov-action v3 -> v5 age adoption passing confidence action major
cssnano 5.1.15 -> 7.0.6 age adoption passing confidence devDependencies major
preact-render-to-string 5.2.6 -> 6.5.13 age adoption passing confidence devDependencies major
prettier (source) 2.8.8 -> 3.5.3 age adoption passing confidence devDependencies major
rollup (source) 3.29.5 -> 4.38.0 age adoption passing confidence devDependencies major
typescript (source) 4.9.5 -> 5.8.2 age adoption passing confidence devDependencies major

Release Notes

rollup/plugins (@​rollup/plugin-alias)

v5.1.1

2024-09-22

Bugfixes
  • fix: remove unused slash dependency (#​1763)

v5.1.0

2023-11-25

Features
  • feat: add warning to avoid unintended duplicate modules (#​1634)

v5.0.1

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v5.0.0

Compare Source

2023-04-04

Breaking Changes
rollup/plugins (@​rollup/plugin-node-resolve)

v16.0.1

2025-03-11

Bugfixes
  • fix: add ignoreSideEffectsForRoot to exported interface (#​1841)

v16.0.0

2024-12-15

Breaking Changes
  • feat!: set development or production condition (#​1823)
sanity-io/eslint-config-studio (@​sanity/eslint-config-studio)

v5.0.2

Compare Source

Bug Fixes

v5.0.1

Compare Source

Bug Fixes
  • ignore Sanity runtime artifact and built files (#​43) (8c44e39)

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • Drop support for eslint <= 8. See MIGRATION.md for details on how to migrate.
Features

v4.0.0

Compare Source

⚠ BREAKING CHANGES
  • upgrade to @typescript-eslint/eslint-plugin v7.5.0
Features
  • upgrade to @typescript-eslint/eslint-plugin v7.5.0 (4c38dba)
Bug Fixes

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: update linters to v6 (major)
Bug Fixes
  • deps: update linters to v6 (major) (66835f1)
actions/checkout (actions/checkout)

v4

Compare Source

actions/setup-node (actions/setup-node)

v4

Compare Source

codecov/codecov-action (codecov/codecov-action)

v5

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0

v4

Compare Source

What's Changed
cssnano/cssnano (cssnano)

v7.0.6: v7.0.6

Compare Source

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/[email protected]@7.0.6

v7.0.5: v7.0.5

Compare Source

Bug Fixes

v7.0.4: v7.0.4

Compare Source

Bug fixes

v7.0.3

Compare Source

v7.0.2

Compare Source

v7.0.1

Compare Source

v7.0.0

Compare Source

v6.1.2: v6.1.2

Compare Source

Bug Fixes
  • preserve correct order of gap and column-gap properties
Patch Changes
  • update autoprefixer

v6.1.1: v6.1.1

Compare Source

Patch changes

  • update selector parser
  • in the minify font plugin, you can pass a function to determine whether a css variable is one of font, font-family, and font-weight to determine whether the variable needs to remove quotes.

v6.1.0: v6.1.0

Compare Source

This release contains a lot of fixes to Browserslist support thanks to @​colinrotherham

Features

  • support Browserslist options in more plugins
  • support overriding autoprefixer options

Additionally, this release includes improved TypeScript types.

v6.0.5: v6.0.5

Compare Source

Bug Fixes

  • correctly minify font declaration in edge cases
  • preserve initial property in -webkit-line-clamp

v6.0.4: v6.0.4

Compare Source

Bug Fixes
  • preserve empty @layer declarations
  • avoid crashing when encountering @layer without any braces afterwards
  • update to latest lilconfig dependency to avoid vulnerability

v6.0.3

Compare Source

v6.0.2: v6.0.2

Compare Source

  • fix: update cssnano peer dependency to 8.4.31 to avoid security issue
  • fix: update postcss-calc to 9.0.1 to solve disappearing expressions inside two brackets
  • deps(postcss-svgo): update SVGO to 3.0.5 and update doc
  • chore: update css-declaration-sorter
  • fix(postcss-minify-selectors): prevent mangling of timeline range names
  • fix(postcss-convert-values): keep percent unit in @Property
  • chore(cssnano): update lilconfig to 3.0.0

v6.0.1: v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

preactjs/preact-render-to-string (preact-render-to-string)

v6.5.13

Compare Source

Patch Changes
  • #​408 8e8e8ac Thanks @​f0x52! - Ensure that the _parent is kept around across multiple suspensions and avoid circular references.
    In doing so our useId hook should always output unique ids during renderingToString.
  • #​409 2afaf31 Thanks @​f0x52! - Ensure the renderToStream types of /stream and /stream-node accept a generic for the props of the passed in VNode
  • #​405 0a698f6 Thanks @​f0x52! - renderToPipeableStream: expose errors through onError, no longer emit un-catchable error event on internal stream

v6.5.12

Compare Source

Patch Changes

v6.5.11

Compare Source

Patch Changes

v6.5.10

Compare Source

Patch Changes

v6.5.9

Compare Source

Patch Changes

v6.5.8

Compare Source

Patch Changes

v6.5.7

Compare Source

Patch Changes

v6.5.6

Compare Source

Patch Changes

v6.5.5

Compare Source

Patch Changes

v6.5.4

Compare Source

Patch Changes

v6.5.3

Compare Source

Patch Changes

v6.5.2

Compare Source

Patch Changes

v6.5.1

Compare Source

Patch Changes
  • #​408 8e8e8ac Thanks @​f0x52! - Ensure that the _parent is kept around across multiple suspensions and avoid circular references.
    In doing so our useId hook should always output unique ids during renderingToString.
  • #​409 2afaf31 Thanks @​f0x52! - Ensure the renderToStream types of /stream and /stream-node accept a generic for the props of the passed in VNode
  • #​405 0a698f6 Thanks @​f0x52! - renderToPipeableStream: expose errors through onError, no longer emit un-catchable error event on internal stream

v6.5.0

Compare Source

Minor Changes
  • #​354 a004914 Thanks @​JoviDeCroock! - Introduce a streaming renderer which can be imported from preact-render-to-string/stream and preact-render-to-string/stream-node
Patch Changes

v6.4.2

Compare Source

Patch Changes

v6.4.1

Compare Source

Patch Changes

v6.4.0

Compare Source

Minor Changes
  • #​333 6acc97a Thanks @​JoviDeCroock! - Allow prepass like behavior where a Promise
    will be awaited and then continued, this is done with
    the new renderToStringAsync export
Patch Changes

v6.3.1

Compare Source

Patch Changes

v6.3.0

Compare Source

Minor Changes
  • 926827c Thanks @​marvinhagemeister! - Add support for precompiled JSX transform, see https://deno.com/blog/v1.38#fastest-jsx-transform. Compared to traditional JSX transforms, the precompiled JSX transform tries to pre-serialize as much of the JSX as possible. That way less objects need to be created and serialized which relieves a lot of GC pressure.

    // input
    <div class="foo">hello</div>;
    
    // output
    const tpl = [`<div class="foo">hello</div>`];
    jsxTemplate(tpl);

v6.2.2

Compare Source

Patch Changes

v6.2.1

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) December 1, 2024 00:34
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from d4f0919 to 33bf342 Compare December 6, 2024 11:59
@renovate renovate bot force-pushed the renovate/major-all branch from 33bf342 to be3d652 Compare December 9, 2024 14:58
Copy link
Contributor Author

renovate bot commented Dec 9, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"8.57.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^9.0.0" from @sanity/[email protected]
npm ERR! node_modules/@sanity/eslint-config-studio
npm ERR!   dev @sanity/eslint-config-studio@"5.0.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2025-04-01T14_07_31_070Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 45e7772 to b841ef6 Compare December 17, 2024 01:53
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from bd365c2 to a14f0c3 Compare December 21, 2024 09:15
@renovate renovate bot force-pushed the renovate/major-all branch 7 times, most recently from ab1e73e to 069706e Compare January 7, 2025 13:08
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 01fd726 to 814a10d Compare January 13, 2025 10:25
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 9b8d36f to 27fcf64 Compare January 24, 2025 09:22
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 148c575 to 34200fe Compare February 4, 2025 09:08
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from e5e8b76 to 37c0aae Compare February 7, 2025 09:34
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 592e89c to e63375b Compare February 14, 2025 10:55
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 135d777 to 543ef95 Compare February 22, 2025 05:44
@renovate renovate bot force-pushed the renovate/major-all branch 5 times, most recently from 7db301f to 39ce798 Compare March 5, 2025 16:23
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 977e9ed to 1dae0ab Compare March 11, 2025 22:03
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 1bc40f9 to 76c12ec Compare March 23, 2025 17:26
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 866f60a to e7bf591 Compare April 1, 2025 06:24
@renovate renovate bot force-pushed the renovate/major-all branch from e7bf591 to 2de4a3b Compare April 1, 2025 14:07
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.

0 participants