fix(deps): update all non-major dependencies #68
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:
4.0.8
->4.0.9
0.3.15
->0.3.19
0.3.6
->0.5.0
0.1.6
->0.1.7
18.3.11
->18.3.12
18.3.0
->18.3.1
4.16.0
->4.16.9
1.1.1
->1.1.2
1.2.4
->1.3.0
6.10.0
->6.10.2
0.451.0
->0.454.0
2.5.3
->2.5.4
3.4.13
->3.4.14
Release Notes
withastro/astro (@astrojs/rss)
v4.0.9
Compare Source
Patch Changes
925cff3
Thanks @bholmesdev! - Improves README configuration reference.thegalactiks/explorer (@galactiks/astro-integration)
v0.3.19
Compare Source
Patch Changes
21a46b2
Thanks @emmanuelgautier! - remove useless assets dir during buildv0.3.18
Compare Source
Patch Changes
6a8ef6b
Thanks @emmanuelgautier! - add socials configurationsUpdated dependencies [
6a8ef6b
]:v0.3.17
Compare Source
Patch Changes
036543f
Thanks @emmanuelgautier! - fix assets symlinksv0.3.16
Compare Source
Patch Changes
a7bdd5e
Thanks @emmanuelgautier! - software app typeUpdated dependencies [
a7bdd5e
]:thegalactiks/explorer (@galactiks/config)
v0.5.0
Compare Source
Minor Changes
6a8ef6b
Thanks @emmanuelgautier! - add socials configurationsv0.4.0
Compare Source
Minor Changes
a7bdd5e
Thanks @emmanuelgautier! - software app typethegalactiks/explorer (@galactiks/sitemap)
v0.1.7
Compare Source
Patch Changes
a7bdd5e
Thanks @emmanuelgautier! - software app typewithastro/astro (astro)
v4.16.9
Compare Source
Patch Changes
#12333
836cd91
Thanks @imattacus! - Destroy the server response stream if async error is thrown#12358
7680349
Thanks @spacedawwwg! - HonorsinlineAstroConfig
parameter ingetViteConfig
when creating a logger#12353
35795a1
Thanks @hippotastic! - Fixes an issue in dev server watch file handling that could cause multiple restarts for a single file change.#12351
5751488
Thanks @florian-lefebvre! - Reverts a change made in4.16.6
that prevented usage ofastro:env
secrets inside middleware in SSR#12346
20e5a84
Thanks @bluwy! - Fixes sourcemap generation when prefetch is enabled#12349
1fc83d3
Thanks @norskeld! - Fixes thegetImage
options type so it properly extendsImageTransform
v4.16.8
Compare Source
Patch Changes
#12338
9ca89b3
Thanks @situ2001! - ResetsNODE_ENV
to ensure install command run in dev mode#12286
9d6bcdb
Thanks @florian-lefebvre! - Fixes a case where a warning for experimentalastro:env
support would be shown when using an adapter but not actually usingastro:env
#12342
ffc836b
Thanks @liruifengv! - Fixes a typo in the command name of the CLI#12301
0cfc69d
Thanks @apatel369! - Fixes an issue with action handler context by passing the correct context (ActionAPIContext
).#12312
5642ef9
Thanks @koyopro! - Fixes an issue where usinggetViteConfig()
returns incorrect and duplicate configuration#12245
1d4f6a4
Thanks @bmenant! - Addcomponents
property to MDXInstance type definition (RenderResult and module import)#12340
94eaeea
Thanks @ematipico! - Fixes an issue where Astro actions didn't work whenbase
was different from/
v4.16.7
Compare Source
Patch Changes
#12263
e9e8080
Thanks @Fryuni! - Fixes conflict between server islands and on-demand dynamic routes in the form of/[...rest]
or/[paramA]/[paramB]
.#12279
b781f88
Thanks @jsparkdev! - Update wrong error message#12273
c2ee963
Thanks @ascorbic! - Fixes an issue with some package managers where sites would not build if TypeScript was not installed.#12235
a75bc5e
Thanks @ematipico! - Fixes a bug where Astro Actions couldn't redirect to the correct pathname when there was a rewrite involved.#11839
ff522b9
Thanks @icaliman! - Fixes error when returning a top-levelnull
from an Astro file frontmatter#12272
388d237
Thanks @ascorbic! - Correctly handles local images when using a base path in SSRv4.16.6
Compare Source
Patch Changes
#11823
a3d30a6
Thanks @DerTimonius! - fix: improve error message when inferSize is used in local images with the Image component#12227
8b1a641
Thanks @florian-lefebvre! - Fixes a case where environment variables would not be refreshed when usingastro:env
#12239
2b6daa5
Thanks @ematipico! - BREAKING CHANGE to the experimental Container API onlyChanges the default page rendering behavior of Astro components in containers, and adds a new option
partial: false
to render full Astro pages as before.Previously, the Container API was rendering all Astro components as if they were full Astro pages containing
<!DOCTYPE html>
by default. This was not intended, and now by default, all components will render as page partials: only the contents of the components without a page shell.To render the component as a full-fledged Astro page, pass a new option called
partial: false
torenderToString()
andrenderToResponse()
:v4.16.5
Compare Source
Patch Changes
ff68ba5
Thanks @martrapp! - Fixes an issue with cssesc in dev mode when settingvite.ssr.noExternal: true
v4.16.4
Compare Source
Patch Changes
#12223
79ffa5d
Thanks @ArmandPhilippot! - Fixes a false positive reported by the dev toolbar Audit app where a label was considered missing when associated with a buttonThe
button
element can be used with a label (e.g. to create a switch) and should not be reported as an accessibility issue when used as a child of alabel
.#12199
c351352
Thanks @ematipico! - Fixes a regression in the computation ofAstro.currentLocale
#12222
fb55695
Thanks @ematipico! - Fixes an issue where the edge middleware couldn't correctly compute the client IP address when callingctx.clientAddress()
v4.16.3
Compare Source
Patch Changes
#12220
b049359
Thanks @bluwy! - Fixes accidental internalsetOnSetGetEnv
parameter rename that caused runtime errors#12197
2aa2dfd
Thanks @ematipico! - Fix a regression where a port was incorrectly added to theAstro.url
v4.16.2
Compare Source
Patch Changes
12b0022
Thanks @bluwy! - Reverts https://github.com/withastro/astro/pull/12173 which causedCan't modify immutable headers
warnings and 500 errors on Cloudflare Pagesv4.16.1
Compare Source
Patch Changes
#12177
a4ffbfa
Thanks @matthewp! - Ensure we target scripts for execution in the routerUsing
document.scripts
is unsafe because if the application has aname="scripts"
this will shadow the built-indocument.scripts
. Fix is to usegetElementsByTagName
to ensure we're only grabbing real scripts.#12173
2d10de5
Thanks @ematipico! - Fixes a bug where Astro Actions couldn't redirect to the correct pathname when there was a rewrite involved.natemoo-re/astro-icon (astro-icon)
v1.1.2
Compare Source
Patch Changes
#247
fce07f17fe67116165d5d3dd279519bb7bbed55c
Thanks @christina-de-martinez! - Adds adesc
prop shorthand which maps to the SVG<desc>
tag, similar totitle
.#246
4c5da3378436c2bee6ccdf4ad9cf0e1f32fb6903
Thanks @stramel! - Fixes an issue whereviewBox
was not correctly passed to<symbol>
elements#245
ff3a66a8a357375076022b6f9800561ed845c071
Thanks @stramel! - Fixes handling of duplicate icon entries in the integration configuration#243
a8c0a6c5fe2a01841c258af5fb3abe04839df5eb
Thanks @stramel! - Replaces deprecatedxlink:href
attribute with standardhref
attributeota-meshi/eslint-plugin-astro (eslint-plugin-astro)
v1.3.0
Compare Source
Minor Changes
d8d0c73
Thanks @azat-io! - feat: add sort-attributes rulejsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)
v6.10.2
Compare Source
Fixed
no-redundandant-roles
: allow<img src="*.svg" role="img" />
#936
Commits
0d01a1a
es-iterator-helpers
aa075bd
d15d3ab
@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
,@babel/register
5dad7c4
aria-role
: Add valid test for<svg role="img" />
daba189
label-has-associated-control
: add line breaks for readability0bc6378
label-has-associated-control
: add additional test cases30d2318
d92446c
v6.10.1
Compare Source
Commits
4925ba8
cb6788c
@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
,@babel/register
,auto-changelog
,eslint-plugin-import
,tape
518a77e
es-iterator-helpers
,string.prototype.includes
eed03a3
2ee940c
a262131
aria-query
e517937
lucide-icons/lucide (lucide-react)
v0.454.0
: New icons 0.454.0Compare Source
Modified Icons 🔨
pizza
(#2476) by @jamiemlawstar-half
(#1987) by @jguddasstar
(#1987) by @jguddasv0.453.0
: New icons 0.453.0Compare Source
New icons 🎨
calendar-1
(#2520) by @peteruithovenv0.452.0
: New icons 0.452.0Compare Source
Modified Icons 🔨
align-center
(#2528) by @jamiemlawalign-justify
(#2528) by @jamiemlawalign-left
(#2528) by @jamiemlawalign-right
(#2528) by @jamiemlawindent-decrease
(#2528) by @jamiemlawindent-increase
(#2528) by @jamiemlawlist-ordered
(#2528) by @jamiemlawlist
(#2528) by @jamiemlawdcastil/tailwind-merge (tailwind-merge)
v2.5.4
Compare Source
Bug Fixes
Full Changelog: dcastil/tailwind-merge@v2.5.3...v2.5.4
Thanks to @brandonmcconnell, @manavm1990, @langy, @jamesreaco, @roboflow and @codecov for sponsoring tailwind-merge! ❤️
tailwindlabs/tailwindcss (tailwindcss)
v3.4.14
Compare Source
Fixed
display: none
on elements that usehidden="until-found"
(#14625)Configuration
📅 Schedule: Branch creation - "every weekend" (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.
This PR was generated by Mend Renovate. View the repository job log.