Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.4
->0.4.1
0.4.0
->0.4.1
1.1.63
->1.1.64
1.1.9
->1.1.10
1.1.86
->1.1.87
8.56.0
->8.56.2
20.10.6
->20.10.8
6.17.0
->6.18.1
6.17.0
->6.18.1
4.0.8
->4.1.1
4.0.8
->4.1.1
1.0.1
->1.0.2
v1.9.0
->v1.9.1
20.10.0
->20.11.0
8.14.0
->8.14.1
8.4.32
->8.4.33
0.5.10
->0.5.11
3.4.0
->3.4.1
3.4.0
->3.4.1
5.0.10
->5.0.11
3.6.1
->3.6.2
0.3.8
->0.3.9
4.0.0
->4.0.1
12.0.3
->12.1.0
Release Notes
withastro/language-tools (@astrojs/check)
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
]typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.18.1
Compare Source
🩹 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.
v6.18.0
Compare Source
🚀 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.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.18.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.18.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
withastro/astro (astro)
v4.1.1
Compare Source
Patch Changes
#9618
401fd3e8c8957a3bed6469a622cd67b157ca303f
Thanks @ldh3907! - Adds a second generic parameter toAPIRoute
to type theparams
#9600
47b951b3888a5a8a708d2f9b974f12fba7ec9ed3
Thanks @jacobdalamb! - Improves tailwind config file detection when adding the tailwind integration usingastro add tailwind
Tailwind config file ending in
.ts
,.mts
or.cts
will now be used instead of creating a newtailwind.config.mjs
when the tailwind integration is added usingastro add tailwind
.#9622
5156c740506cbf6ec85c95e1663c14cbd438d75b
Thanks @bluwy! - Fixes the Sharp image servicelimitInputPixels
option typev4.1.0
Compare Source
Minor Changes
#9513
e44f6acf99195a3f29b8390fd9b2c06410551b74
Thanks @wtto00! - Adds a'load'
prefetch strategy to prefetch links on page load#9377
fe719e27a84c09e46b515252690678c174a25759
Thanks @bluwy! - Adds "Missing ARIA roles check" and "Unsupported ARIA roles check" audit rules for the dev toolbar#9573
2a8b9c56b9c6918531c57ec38b89474571331aee
Thanks @bluwy! - Allows passing a string to--open
andserver.open
to open a specific URL on startup in development#9544
b8a6fa8917ff7babd35dafb3d3dcd9a58cee836d
Thanks @bluwy! - Adds a helpful error for static sites when you use theastro preview
command if you have not previously runastro build
.#9546
08402ad5846c73b6887e74ed4575fd71a3e3c73d
Thanks @bluwy! - Adds an option for the Sharp image service to allow large images to be processed. SetlimitInputPixels: false
to bypass the default image size limit:#9596
fbc26976533bbcf2de9d6dba1aa3ea3dc6ce0853
Thanks @Princesseuh! - Adds the ability to set arootMargin
setting when using theclient:visible
directive. This allows a component to be hydrated when it is near the viewport, rather than hydrated when it has entered the viewport.#9063
f33fe3190b482a42ebc68cc5275fd7f2c49102e6
Thanks @alex-sherwin! - Cookie encoding / decoding can now be customizedAdds new
encode
anddecode
functions to allow customizing how cookies are encoded and decoded. For example, you can bypass the default encoding viaencodeURIComponent
when adding a URL as part of a cookie:v4.0.9
Compare Source
Patch Changes
#9571
ec71f03cfd9b8195fb21c92dfda0eff63b6ebeed
Thanks @bluwy! - Removes telemetry for unhandled errors in the dev server#9548
8049f0cd91b239c52e37d571e3ba3e703cf0e4cf
Thanks @bluwy! - Fixes error overlay display on URI malformed error#9504
8cc3d6aa46f438d668516539c34b48ad748ade39
Thanks @matiboux! - Implement i18n'sgetLocaleByPath
function#9547
22f42d11a4fd2e154a0c5873c4f516584e383b70
Thanks @bluwy! - Prevents ANSI codes from rendering in the error overlay#9446
ede3f7fef6b43a08c9371f7a2531e2eef858b94d
Thanks @alexnguyennz! - Toggle dev toolbar hitbox height when toolbar is visible#9572
9f6453cf4972ac28eec4f07a1373feaa295c8864
Thanks @bluwy! - Documents supported--host
and--port
flags inastro preview --help
#9540
7f212f0831d8cd899a86fb94899a7cad8ec280db
Thanks @matthewp! - Fixes remote images with encoded characters#9559
8b873bf1f343efc1f486d8ef53c38380e2373c08
Thanks @sygint! - Adds 'starlight' to the displayed options forastro add
#9537
16e61fcacb98e6bd948ac240bc082659d70193a4
Thanks @walter9388! -<Image />
srcset now parses encoded paths correctlynatemoo-re/astro-icon (astro-icon)
v1.0.2
Compare Source
Patch Changes
#184
beefcb732c266bc3eedfa12740c0842fef7deccf
Thanks @natemoo-re! - Improves handling of invalid local icons, which previously caused all local icons to silently fail.#179
b55cd5f92da8988467e86cb2a45d3dfa82ef3ffa
Thanks @natemoo-re! - BREAKING: Requires subdirectory prefixes for local icons.This fixes a regression introduced in v1 and matches the previous v0
name
behavior.As an example, the
src/icons/logos/astro.svg
file could previously be referenced by the nameastro
. It should correctly be referenced aslogos/astro
.Before
After
#180
580b5cd93d373ba72418365a97dac4cddf82afd7
Thanks @natemoo-re! - Removes an unecessary warning when only using local iconslycheeverse/lychee-action (lycheeverse/lychee-action)
v1.9.1
: Version 1.9.1Compare Source
This is a hotfix release which restores the behavior of the
accept
config parameter.Integers are accepted again as status codes.
is equivalent to
Integers and strings (e.g. for ranges) can be mixed.
nodejs/node (node)
v20.11.0
Compare Source
pnpm/pnpm (pnpm)
v8.14.1
Compare Source
Patch Changes
pnpm publish
#7316.hoisted-workspace-packages
istrue
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
postcss/postcss (postcss)
v8.4.33
Compare Source
NoWorkResult
behavior difference with normal mode (by Romain Menke).NoWorkResult
usage conditions (by @ahmdammarr).tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.5.11
Compare Source
Changed
tailwindlabs/tailwindcss (tailwindcss)
v3.4.1
Compare Source
Fixed
calc()
(#12704)class
dark mode strategy (#12717)Added
selector
andvariant
strategies for dark mode (#12717)Changed
rtl
andltr
variants on same element asdir
attribute (#12717)vitejs/vite (vite)
v5.0.11
Compare Source
__vite__mapDeps
code before sourcemap file comment (#15483) (d2aa096), closes #15483,
inside base64 value ofsrcset
attribute (#15422) (8de7bd2), closes #15422reactor/reactor-core (io.projectreactor:reactor-test)
v3.6.2
Compare Source
What's Changed
🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades
New Contributors
Full Changelog: reactor/reactor-core@v3.6.1...v3.6.2
mrmans0n/compose-rules (io.nlopez.compose.rules:detekt)
v0.3.9
Changelog
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.