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 common dependencies #3459

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@percy/cli (source) ^1.30.6 -> ^1.30.7 age adoption passing confidence
contentful-management (source) ^11.41.0 -> ^11.47.2 age adoption passing confidence
eslint (source) ^9.18.0 -> ^9.21.0 age adoption passing confidence
postcss (source) ^8.4.49 -> ^8.5.3 age adoption passing confidence
prettier (source) ^3.4.2 -> ^3.5.2 age adoption passing confidence
sass ^1.83.4 -> ^1.85.0 age adoption passing confidence
sass ^1.83.1 -> ^1.85.0 age adoption passing confidence
sass-embedded ^1.83.4 -> ^1.85.0 age adoption passing confidence
tsup (source) ^8.3.5 -> ^8.3.6 age adoption passing confidence
tsx (source) ^4.19.2 -> ^4.19.3 age adoption passing confidence
typescript-eslint (source) ^8.20.0 -> ^8.24.1 age adoption passing confidence
vite (source) ^5.4.12 -> ^5.4.14 age adoption passing confidence
vue-tsc (source) ^2.2.0 -> ^2.2.2 age adoption passing confidence

Release Notes

percy/cli (@​percy/cli)

v1.30.7

Compare Source

What's Changed
✨ Enhancements
🐛 Bug Fixes
New Contributors

Full Changelog: percy/cli@v1.30.6...v1.30.7

contentful/contentful-management.js (contentful-management)

v11.47.2

Compare Source

Bug Fixes

v11.47.1

Compare Source

v11.47.0

Compare Source

Features
  • [GROOT-1605] add typing for required taxonomy on content types (#​2534) (ff049ea)

v11.46.0

Compare Source

Features

v11.45.1

Compare Source

Bug Fixes

v11.45.0

Compare Source

Features

v11.44.0

Compare Source

Features
  • add sys.organization property to AppInstallation entity (#​2525) (e744c8d)

v11.43.2

Compare Source

Bug Fixes

v11.43.1

Compare Source

Bug Fixes
  • clean dependencies, delete unused file, migrated overlooked tests from last merge (#​2485) (51e9b5e)

v11.43.0

Compare Source

Features

v11.42.0

Compare Source

Features
eslint/eslint (eslint)

v9.21.0

Compare Source

v9.20.1

Compare Source

v9.20.0

Compare Source

v9.19.0

Compare Source

postcss/postcss (postcss)

v8.5.3

Compare Source

v8.5.2

Compare Source

v8.5.1

Compare Source

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

prettier/prettier (prettier)

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

v3.5.1

Compare Source

diff

Fix CLI crash when cache for old version exists (#​17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#​17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

v3.5.0

Compare Source

diff

🔗 Release Notes

sass/dart-sass (sass)

v1.85.0

Compare Source

  • No longer fully trim redundant selectors generated by @extend. This caused
    unacceptable performance issues for certain heavy users of @extend. We'll
    try to find a more performant way to accomplish it in the future.

v1.84.0

Compare Source

  • Allow newlines in whitespace in the indented syntax.

  • Potentially breaking bug fix: Selectors with unmatched brackets now always
    produce a parser error. Previously, some edge cases like [foo#{"]:is(bar"}) {a: b} would compile without error, but this was an unintentional bug.

  • Fix a bug in which various Color Level 4 functions weren't allowed in plain
    CSS.

  • Fix the error message for @extend without a selector and possibly other
    parsing edge-cases in contexts that allow interpolation.

Embedded Host
  • Fixed the implementation of the SassBoolean type to adhere to the spec,
    now using a class instead of an interface.
sass/embedded-host-node (sass-embedded)

v1.85.0

Compare Source

  • No longer fully trim redundant selectors generated by @extend. This caused
    unacceptable performance issues for certain heavy users of @extend. We'll
    try to find a more performant way to accomplish it in the future.
egoist/tsup (tsup)

v8.3.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
privatenumber/tsx (tsx)

v4.19.3

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.24.1

Compare Source

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

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

v8.24.0

Compare Source

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

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

v8.23.0

Compare Source

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

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

v8.22.0

Compare Source

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

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

v8.21.0

Compare Source

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

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

vuejs/language-tools (vue-tsc)

v2.2.2

Compare Source

Features
  • feat(language-core): navigation support for $attrs, $slots, $refs and $el in the template (#​5056) - Thanks to @​KazariEX!
  • feat(language-service): support global directives completion (#​4989) - Thanks to @​KazariEX!
  • feat(language-core): type support of useAttrs (#​5106) - Thanks to @​KazariEX!
  • feat(language-core): add options for fine-grained configuration of strictTemplates (#​5138)
  • feat(language-service): display deprecated info of props in completion (#​5134) - Thanks to @​KazariEX!
  • feat(component-meta): collect destructured props defaults (#​5101) - Thanks to @​Akryum!
  • feat(language-core): add checkUnknownDirectives option (#​5141) - Thanks to @​KazariEX!
  • feat(language-core): support <script vapor> - Thanks to @​KazariEX!
Bug Fixes
  • fix(language-core): ignore ts errors in function-scoped declare expressions (#​5090) - Thanks to @​zhiyuanzmj!
  • fix(language-core, typescript-plugin): handle self-reference component correctly (#​5102) - Thanks to @​KazariEX!
  • fix(language-core): do not generate element for <template> with v-slot (#​5077) - Thanks to @​KazariEX!
  • fix(language-service): set code action kinds to avoid warning (#​5096) - Thanks to @​KazariEX!
  • fix(language-core): handle parentheses in v-for exp
  • fix(language-core): slot exp formatting virtual code syntax incorrect
  • fix(language-core): arrow function formatting virtual code syntax incorrect in interpolation
  • fix(language-core): improve multiple lines event formatting result
  • fix(language-core): prefer loc.source instead of node content
  • fix(language-core): intersect local $attrs with __VLS_ctx.$attrs (#​5113) - Thanks to @​KazariEX!
  • fix(language-core): only generate model modifiers for components - Thanks to @​KazariEX!
  • fix(language-plugin-pug): ignore duplicate attribute error of class (#​5100) - Thanks to @​KazariEX!
  • fix(language-core): align types of v-for with core (#​5084) - Thanks to @​KazariEX!
  • fix(language-core): map interpolation error with multiple variables correctly (#​5158) - Thanks to @​KazariEX!
  • fix(vscode): ask user to reload extension host when configuration changes (#​5160) - Thanks to @​typed-sigterm!
  • fix(typescript-plugin): update component names correctly for the first time - Thanks to @​KazariEX!
  • fix(language-core): add undefined to first param type of optional model emits (#​5171) - Thanks to @​KazariEX!
  • fix(language-core): intersect __VLS_slots with __VLS_ctx.$slots (#​5083) - Thanks to @​KazariEX!
  • fix(language-core): complete codegen of slot name prop (#​5139) - Thanks to @​KazariEX!
Other Changes
  • refactor(language-service): read ast from codegen instead of parsing it repeatedly (#​5086) - Thanks to @​KazariEX!
  • refactor(language-core): rewrite vueCompilerOptions resolution logic
  • refactor(component-meta): read scriptSetupRanges from codegen - Thanks to @​KazariEX!
  • refactor(component-meta): read node directly instead of creating sub ast - Thanks to @​KazariEX!
  • refactor(component-meta): read ast from sfc.script - Thanks to @​KazariEX!
  • refactor(language-core): generate the type of slots with function property (#​5173) - Thanks to @​KazariEX!
  • refactor(language-core): reduce codegen size of template returns - Thanks to @​KazariEX!
  • refactor(language-core): remove semantic highlight of directives - Thanks to @​KazariEX!
  • refactor: update alien-signals to 1.0.3 (#​5181) - Thanks to @​KazariEX!

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot added dependencies Pull requests that update a dependency file design.elvia.io Contains changes made to the web project labels Jan 13, 2025
@renovate renovate bot force-pushed the renovate/common-dependencies branch from 4ecd1fe to 7decec4 Compare January 14, 2025 02:53
@renovate renovate bot changed the title chore(deps): update common dependencies fix(deps): update common dependencies Jan 14, 2025
@github-actions github-actions bot added the elvis Contains changes made to the elvis style package label Jan 14, 2025
@renovate renovate bot force-pushed the renovate/common-dependencies branch 6 times, most recently from 7320066 to a0c3196 Compare January 15, 2025 07:48
@TomSchrier TomSchrier mentioned this pull request Jan 15, 2025
3 tasks
@renovate renovate bot changed the title fix(deps): update common dependencies chore(deps): update common dependencies Jan 15, 2025
@renovate renovate bot force-pushed the renovate/common-dependencies branch from a0c3196 to fa97600 Compare January 17, 2025 06:24
@github-actions github-actions bot removed the design.elvia.io Contains changes made to the web project label Jan 17, 2025
@renovate renovate bot force-pushed the renovate/common-dependencies branch from fa97600 to 6fd911c Compare January 17, 2025 14:57
@github-actions github-actions bot added the design.elvia.io Contains changes made to the web project label Jan 17, 2025
@renovate renovate bot force-pushed the renovate/common-dependencies branch 10 times, most recently from 8a161bb to acae40c Compare January 25, 2025 21:51
@github-actions github-actions bot added the tokens Contains changes made to any of the token packages label Jan 25, 2025
@renovate renovate bot force-pushed the renovate/common-dependencies branch from acae40c to a7066d2 Compare January 27, 2025 06:50
@renovate renovate bot force-pushed the renovate/common-dependencies branch 4 times, most recently from 8e39dd8 to fd05655 Compare February 4, 2025 23:26
@renovate renovate bot changed the title chore(deps): update common dependencies fix(deps): update common dependencies Feb 6, 2025
@renovate renovate bot force-pushed the renovate/common-dependencies branch 9 times, most recently from e5a0c20 to 5a62270 Compare February 11, 2025 17:45
@renovate renovate bot force-pushed the renovate/common-dependencies branch 11 times, most recently from 726d8c4 to f24ac49 Compare February 20, 2025 09:43
@renovate renovate bot force-pushed the renovate/common-dependencies branch 2 times, most recently from e85279c to a6ae0d7 Compare February 22, 2025 01:01
@renovate renovate bot force-pushed the renovate/common-dependencies branch from a6ae0d7 to fe73982 Compare February 22, 2025 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file design.elvia.io Contains changes made to the web project elvis Contains changes made to the elvis style package tokens Contains changes made to any of the token packages
Development

Successfully merging this pull request may close these issues.

0 participants