-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update all dependencies #32
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Head branch was modified
bdc3190
to
fdc938e
Compare
d5078c3
to
f2c9aa0
Compare
e7bcdb0
to
5b3d3ae
Compare
713b24d
to
7671d81
Compare
a921bc4
to
c7b93dc
Compare
9eeb6ef
to
b2c1e72
Compare
b252cda
to
fe55638
Compare
1e5290c
to
5dbc239
Compare
25309b0
to
cb1a1a6
Compare
a2c48b2
to
941b8b3
Compare
dbddda6
to
54b0ffa
Compare
28b8724
to
e53f99b
Compare
72441ec
to
95ccf04
Compare
fe81a48
to
406c2b9
Compare
2b7f097
to
74d0fde
Compare
b1b72ee
to
3419d9c
Compare
5eef92a
to
fd537d9
Compare
4cbb22a
to
a6df2cf
Compare
⚠ Artifact update problemRenovate 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:
The artifact failure details are included below: File name: website/bun.lockb
|
03f005a
to
b47a471
Compare
78207a3
to
7b60486
Compare
64f1f96
to
da5e9dd
Compare
0c34d65
to
b3f9fa1
Compare
5cf2f5a
to
f6b24d5
Compare
8e65c79
to
6787285
Compare
This PR contains the following updates:
^0.3.3
->^0.5.0
^0.15.1
->^0.21.0
0.21.2
4.1.1
->4.2.1
1.4.1
->2.0.0
20.11.4
->20.11.29
20.11.30
6.19.0
->7.3.1
6.19.0
->7.3.1
8.56.0
->8.57.0
8.0.3
->9.0.11
15.2.0
->15.2.2
3.2.2
->3.2.5
^1.11.3
->1.13.0
5.3.3
->5.4.2
5.4.3
1.2.0
->1.4.0
Release Notes
withastro/language-tools (@astrojs/check)
v0.5.9
Compare Source
Patch Changes
f1447ef
: chore: Updatevolar-service-prettier
. This is only an internal refactor and there should be no visible changes.f1447ef
]v0.5.8
Compare Source
Patch Changes
85b42dc
: Update to the latest version of Volar. This release fixes a few issues such as missing Prettier crashing the language server in some cases, resolutions not working correctly inside TSX files, and more.85b42dc
]v0.5.7
Compare Source
Patch Changes
1b68dfb
: Improves descriptions for attributes specific to Astro (is:raw
,set:html
, etc.)2bad6a8
]1b68dfb
]v0.5.6
Compare Source
Patch Changes
fe6165b
: Makes astro check --tsconfig understand relative file namesfe6165b
]v0.5.5
Compare Source
Patch Changes
1436e6e
: Fixes mapping from compiler location to LSP range.7c4c1f2
]1436e6e
]v0.5.4
Compare Source
Patch Changes
6924c7e
: Fixes semantic highlighting not working inside .ts(x) files in certain cases310fbfe
: Fix Svelte and Vue integrations not working on Windows in certain cases6924c7e
]310fbfe
]v0.5.3
Compare Source
Patch Changes
de58706
: Fix imports from certain packages not working correctly in certain casesde58706
]v0.5.2
Compare Source
Patch Changes
a2280a8
: Avoid checking Svelte and Vue files when running astro checka2280a8
]v0.5.1
Compare Source
Patch Changes
7b1ab72
: Fix TypeScript not working inside script tags7b1ab72
]v0.5.0
Compare Source
Minor Changes
15a5532
: Upgrade to Volar 2.0. No regressions are currently expected, however as this is a fairly consequential backend change, please report any issues you encounter.For reference, Volar is the underlying framework that powers the Astro language server, you can think of it as Vite for editor tooling.
Patch Changes
15a5532
]v0.4.1
Compare Source
Patch Changes
63e2c81
: Fix fallback types not being properly included in some contexts such as inside the VS Code extension63e2c81
]v0.4.0
Compare Source
Minor Changes
a314bcc
: Remove temporary workaroundastro check
that disabled checking JSX and TSX filesPatch Changes
a314bcc
]dab6801
]withastro/starlight (@astrojs/starlight)
v0.21.1
Compare Source
Patch Changes
#1584
8851d5cd
Thanks @HiDeoo! - Adds 2 new icons:apple
andlinux
.#1577
0ba77890
Thanks @morinokami! - TranslatesfileTree.directory
UI string into Japanese.#1593
fa7ed245
Thanks @liruifengv! - TranslatesfileTree.directory
UI string into simplified Chinese.#1585
bd4e278f
Thanks @HiDeoo! - TranslatesfileTree.directory
UI string into French.#1587
c5794260
Thanks @Eveeifyeve! - Adds 1 new icon:homebrew
.v0.21.0
Compare Source
Minor Changes
#1568
5f99a71d
Thanks @HiDeoo! - Adds support for optionally setting an icon on a<TabItem>
component to make it easier to visually distinguish between tabs.#1308
9a918a5b
Thanks @HiDeoo! - Adds<FileTree>
component to display the structure of a directory.#1308
9a918a5b
Thanks @HiDeoo! - Adds 144 new file-type icons from the Seti UI icon set, available with theseti:
prefix, e.g.seti:javascript
.#1564
d880065e
Thanks @delucis! - Adds a<Steps>
component for styling more complex guided tasks.#1308
9a918a5b
Thanks @HiDeoo! - Adds 5 new icons:astro
,biome
,bun
,mdx
, andpnpm
.v0.20.1
Compare Source
Patch Changes
8e091147
Thanks @hippotastic! - Updates Expressive Code to v0.33.4 to fix potential race condition bug in Shiki.v0.20.0
Compare Source
Minor Changes
#1541
1043052f
Thanks @hippotastic! - Updatesastro-expressive-code
dependency to the latest minor release (0.33).This unlocks support for word wrap and line numbers, as well as updating the syntax highlighter to the latest Shiki release, which includes new and updated language grammars.
See the Expressive Code release notes for more information including details of potentially breaking changes.
Patch Changes
#1542
b3b7a606
Thanks @delucis! - Improves error messages shown by Starlight for configuration errors.#1544
65dc6586
Thanks @torn4dom4n! - Update Vietnamese UI translationsv0.19.1
Compare Source
Patch Changes
#1527
163bc84
Thanks @HiDeoo! - Exports theStarlightPageProps
TypeScript type representing the props expected by the<StarlightPage />
component.#1504
fc83a05
Thanks @mingjunlu! - Adds Traditional Chinese UI translations#1534
aada680
Thanks @delucis! - Improves DX of thesidebar
prop used by the new<StarlightPage>
component.v0.19.0
Compare Source
Minor Changes
#1485
2cb3578
Thanks @timokoessler! - Add support for setting html attributes of hero action links#1175
dd11b95
Thanks @HiDeoo! - Adds a new<StarlightPage>
component to use the Starlight layout in custom pages.To learn more about this new feature, check out the new “Using Starlight’s design in custom pages” guide.
#1499
97bf523
Thanks @delucis! - Adds a new<Aside>
componentThe new component is in addition to the existing custom Markdown syntax.
v0.18.1
Compare Source
Patch Changes
#1487
6a72bda
Thanks @NavyStack! - Improves Korean UI translations#1489
b0d36de
Thanks @HiDeoo! - Fixes a potential text rendering issue with text containing colons.v0.18.0
Compare Source
Minor Changes
#1454
1d9ef56
Thanks @Fryuni! - Makes Starlight compatible with on-demand server rendering (sometimes referred to as server-side rendering or SSR).Starlight pages are always prerendered, even when using
output: 'server'
.#1454
1d9ef56
Thanks @Fryuni! - Enables Astro’sexperimental.globalRoutePriority
option and bumps the minimum required Astro version.v0.17.4
Compare Source
Patch Changes
#1473
29da505
Thanks @delucis! - Fixes a CSS bug for users with JavaScript disabled#1465
ce3108c
Thanks @delucis! - Updates internal MDX, sitemap, and Expressive Code dependencies to the latest versionsv0.17.3
Compare Source
Patch Changes
#1461
2e17880
Thanks @liruifengv! - Improves the table of contents title translation in Simplified Chinese#1462
4741ccc
Thanks @delucis! - Fixes overflow of very long site titles on narrow viewports#1459
9a8e0ec
Thanks @delucis! - Fixes a bug where table of contents highlighting could break given very specific combinations of content and viewport size#1458
8c88642
Thanks @delucis! - Silences i18n content collection warnings for projects without custom translations.v0.17.2
Compare Source
Patch Changes
#1442
1a642e4
Thanks @delucis! - Fixes URLs in language picker for sites withbuild.format: 'file'
#1440
2ea1e88
Thanks @hippotastic! - Adds JS support to the@astrojs/starlight/expressive-code
export to allow importing from non-TS environments.v0.17.1
Compare Source
Patch Changes
#1437
655aed4
Thanks @hippotastic! - Adds Starlight-specific types todefineEcConfig
function and exportsStarlightExpressiveCodeOptions
.This provides Starlight types and IntelliSense support for your Expressive Code configuration options inside an
ec.config.mjs
file. See the Expressive Code documentation for more information.#1420
275f87f
Thanks @abdelhalimjean! - Fix rarefont-family
issue if users have a font installed with a name of""
#1365
a0af7cc
Thanks @kevinzunigacuellar! - Correctly format Pagefind search result links whentrailingSlash: 'never'
is usedv0.17.0
Compare Source
Minor Changes
#1389
21b3620
Thanks @connor-baer! - Adds newdisable404Route
config option to disable injection of Astro’s default 404 route#1395
ce05dfb
Thanks @hippotastic! - Adds a new<Code>
component to render dynamic code strings with Expressive Codev0.16.0
Compare Source
Minor Changes
#1383
490c6ef
Thanks @delucis! - Refactors Starlight’s internal virtual module system for components to avoid circular referencesThis is a change to an internal API.
If you were importing the internal
virtual:starlight/components
module, this no longer exists.Update your imports to use the individual virtual modules now available for each component, for example
virtual:starlight/components/EditLink
.#1151
134292d
Thanks @kevinzunigacuellar! - Fixes sidebar auto-generation issue when a file and a directory, located at the same level, have identical names.For example,
src/content/docs/guides.md
andsrc/content/docs/guides/example.md
will now both be included andsrc/content/docs/guides.md
is treated in the same way asrc/content/docs/guides/index.md
file would be.#1386
0163634
Thanks @delucis! - Tightensline-height
on<LinkCard>
titles to fix regression from original designIf you want to preserve the previous
line-height
, you can add the following custom CSS to your site:#1376
8398432
Thanks @delucis! - Tweaks vertical spacing in Markdown content styles.This is a subtle change to Starlight’s default content styling that should improve most sites:
1.5rem
to1rem
.The overall impact is to tighten up content that belongs together and improve the visual hierarchy of headings to break up sections.
Although this is a subtle change, we recommend visually inspecting your site in case this impacts layout of any custom CSS or components.
If you want to preserve the previous spacing, you can add the following custom CSS to your site:
#1372
773880d
Thanks @HiDeoo! - Updates the table of contents highlighting styles to prevent UI shifts when scrolling through a page.If you want to preserve the previous, buggy styling, you can add the following custom CSS to your site:
ianvs/prettier-plugin-sort-imports (@ianvs/prettier-plugin-sort-imports)
v4.2.1
Compare Source
v4.2.0
Compare Source
What's Changed
Features
Bug fixes
node:test
not grouped with<BUILTIN_MODULES>
by @IsaiahByDayah in https://github.com/IanVS/prettier-plugin-sort-imports/pull/143Dependencies
Docs
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.1.1...v4.2.0
scaleway/scaleway-lib (@scaleway/changesets-renovate)
v2.0.0
Compare Source
Major Changes
5404963
Thanks @philibea! - upgrade node version from 14 to 20typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.3.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.3.0
Compare Source
🚀 Features
eslint-plugin: [restrict-template-expressions] add
allowArray
optioneslint-plugin: add meta.docs.recommended setting for strict config options
eslint-plugin: add rule
use-unknown-in-catch-callback-variables
eslint-plugin: [prefer-reduce-type-parameter] supports tuple, union, intersection
🩹 Fixes
correct
engines.node
constraints inpackage.json
eslint-plugin: [unbound-method] check method definition in object literal using longhand form
eslint-plugin: [consistent-type-imports] handle imports without specifiers
eslint-plugin: [no-redundant-type-constituents] incorrectly marks & string as redundant
eslint-plugin: [no-unnecessary-qualifier] handle merge namespace with enum
eslint-plugin: [no-unused-expressions] false negatives when using assertions
eslint-plugin: [ban-ts-comment] more accurate handling of multiline comments
eslint-plugin: [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option
eslint-plugin: [class-literal-property-style] ignore property assigned in constructor
eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.2.0
Compare Source
🚀 Features
support TS 5.4
eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option
🩹 Fixes
eslint-plugin: expose *-type-checked-only configs for extension
eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group
eslint-plugin: [no-var-requires, no-require-imports] support template literal
eslint-plugin: [no-useless-template-literals] detect TemplateLiteral
eslint-plugin: [no-unnecessary-condition] handle union array and tuple type
eslint-plugin: [prefer-find] support ternary branches in prefer-find
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.1.1
Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.1.0
Compare Source
🚀 Features
eslint-plugin: add *-type-checked-only configs
eslint-plugin: [naming-convention] support the auto-accessor syntax
eslint-plugin: [consistent-return] add new rule
🩹 Fixes
eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error
eslint-plugin: [no-misused-promises] improve check union types
eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.0.2
Compare Source
🩹 Fixes
@types/eslint
incompatibilities, add tests❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.0.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.0.0
Compare Source
🚀 Features
add support for flat configs
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
6.21.0 (2024-02-05)
🚀 Features
export plugin metadata
allow
parserOptions.project: false
eslint-plugin: add rule prefer-find
🩹 Fixes
eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression
eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values
eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions
eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option
eslint-plugin: [class-literal-property-style] allow getter when same key setter exists
eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before
as
keyword❤️ Thank You
You can read about our versioning strategy and releases on our website.
6.20.0 (2024-01-29)
🚀 Features
🩹 Fixes
eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result
eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable
eslint-plugin: [no-useless-template-literals] report Infinity & NaN
eslint-plugin: [prefer-readonly] disable checking accessors
❤️ Thank You
You can read about our versioning strategy and releases on our website.
6.19.1 (2024-01-22)
🩹 Fixes
type-utils: preventing isUnsafeAssignment infinite recursive calls
eslint-plugin: [no-unnecessary-condition] fix false positive for type variable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
6.19.0 (2024-01-15)
🚀 Features
eslint-plugin: [prefer-promise-reject-errors] add rule
eslint-plugin: [no-array-delete] add new rule
eslint-plugin: [no-useless-template-literals] add fix suggestions
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression
eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
6.18.1 (2024-01-08)
🩹 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
You can read about our versioning strategy and releases on our website.
6.18.0 (2024-01-06)
🚀 Features
typescript-estree: throw on invalid update expressions
eslint-plugin: [no-var-requires, no-require-imports] allow option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.21.0
Compare Source
🚀 Features
export plugin metadata
allow
parserOptions.project: false
eslint-plugin: add rule prefer-find
🩹 Fixes
eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression
eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values
eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions
eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option
eslint-plugin: [class-literal-property-style] allow getter when same key setter exists
eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before
as
keyword❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0
Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result
eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable
eslint-plugin: [no-useless-template-literals] report Infinity & NaN
eslint-plugin: [prefer-readonly] disable checking accessors
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.1
Compare Source
🩹 Fixes
type-utils: preventing isUnsafeAssignment infinite recursive calls
eslint-plugin: [no-unnecessary-condition] fix false positive for type variable
❤️ Thank You
You can read about our [versioning strategy](http
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am on Monday" (UTC).
🚦 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.
This PR has been generated by Mend Renovate. View repository job log here.