This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
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:
3.0.0
->3.0.1
8.4.6
->8.4.10
18.8.3
->18.11.9
v3.5.0
->v3.5.1
8.11.0
->8.11.2
1.4.6
->1.6.9
1.6.10
0.7.3
->0.8.0
0.2.3
->0.3.3
0.3.4
10.4.12
->10.4.13
6.12.0
->6.14.3
5.1.13
->5.1.14
5.3.8
->5.3.9
8.25.0
->8.27.0
8.28.0
3.5.1
->3.5.2
0.20.0
->0.21.0
8.0.1
->8.0.2
v2.8.1
->v2.8.2
8.4.17
->8.4.19
7.8.2
->7.8.3
0.5.5
->0.7.0
v6.1
->v6.3
4.8.4
->4.9.3
3.1.6
->3.2.4
Release Notes
streetsidesoftware/cspell-dicts
v3.0.1
Compare Source
Continuous Integration
Updates and Bug Fixes
actions/setup-node
v3.5.1
: Update @actions/core and Print Node, Npm, Yarn versionsCompare Source
In scope of this release we updated actions/core to 1.10.0. Moreover, we added logic to print Nodejs, Npm, Yarn versions after installation.
ajv-validator/ajv
v8.11.2
Compare Source
Update dependencies
Export ValidationError and MissingRefError (https://github.com/ajv-validator/ajv/pull/1840, @dannyb648)
v8.11.1
Compare Source
Update dependencies
Export ValidationError and MissingRefError (#1840, @dannyb648)
withastro/astro
v1.6.9
Compare Source
Patch Changes
#5409
9f80a4046
Thanks @matthewp! - Fix Code component usage in Vercel#5410
3c5cb6948
Thanks @impcyber! - Fix: https://github.com/withastro/astro/issues/5400#5412
a278c7ae6
Thanks @matthewp! - Restart dev server on package.json changes#5377
40226dd14
Thanks @matthewp! - Uses vite to load astro.config.ts filesv1.6.8
Compare Source
Patch Changes
#5375
f9104354b
Thanks @Princesseuh! - Fix regression causing nested arrays ingetStaticPaths
's return value to throw an error#5346
f3181b5ad
Thanks @bluwy! - Fix .html.astro file routing in dev#5358
9eee0f016
Thanks @matthewp! - Properly support trailingSlash: never with a base#5345
3ae2a961b
Thanks @bluwy! - Respect Vite user config for third-party packages config handling#5371
bee8c14af
Thanks @matthewp! - Prefer thebase
config rather than site config for creating URLs for links and scripts.#5369
e385076ef
Thanks @natemoo-re! - Upgrade@astrojs/compiler
, fixes regression withbody
handling whenhead
contains a Component nodev1.6.7
Compare Source
Patch Changes
#5353
b3d936ac2
Thanks @matthewp! - Updated the CSS naming algorithm to prevent clashes#5294
ae41f25e1
Thanks @mrienstra! - Consistent Markdown frontmatter typing (MarkdownAstroData["frontmatter"]
in particular wasobject
before)v1.6.6
Compare Source
Patch Changes
#5316
a780f2595
Thanks @Princesseuh! - Improved error messages descriptions and hints to be more informative#5331
688f8e4bc
Thanks @matthewp! - Allow dynamic segments in injected routes#5330
7e19e8b30
Thanks @matthewp! - Prevent jsx throws from hanging server#5328
bcd0f8f8c
Thanks @matthewp! - 404 when not using subpath for items in public in devPreviously if using a base like
base: '/subpath/
you could load things from the root, which would break in prod. Now you must include the subpath.#5339
03a8f89d5
Thanks @natemoo-re! - Upgrade@astrojs/compiler
to latest#5327
0dcdc6fb1
Thanks @Princesseuh! - Update Astro language-server to 0.28.3v1.6.5
Compare Source
Patch Changes
#5326
88c1bbe3a
Thanks @matthewp! - Fix omitted island hydration scripts in slots#5301
a79a37cad
Thanks @bluwy! - Improve environment variable handling performancev1.6.4
Compare Source
Patch Changes
#5290
b2b291d29
Thanks @matthewp! - Handle base configuration in adaptersThis allows adapters to correctly handle
base
configuration. Internally Astro now matches routes when the URL includes thebase
.Adapters now also have access to the
removeBase
method which will remove thebase
from a pathname. This is useful to look up files for static assets.#5292
97e2b6ad7
Thanks @MontelAle! - Changes slow astro cli imports to dynamic#5293
4af4d8fa0
Thanks @matthewp! - Prevent overcaching .astro HMR changes#5314
f6add3924
Thanks @matthewp! - Fixes regression with config file restarts#5298
247eb7411
Thanks @wulinsheng123! - have not founded style when srcDir was rootv1.6.3
Compare Source
Patch Changes
#5273
c7b9b14a1
Thanks @matthewp! - Surface astro.config errors to the user#5264
0d27c4a2b
Thanks @VladCuciureanu! - Fixed memleak caused by project dir names containing '.md' or '.mdx'#5258
74759cf78
Thanks @bluwy! - Allow 200 response for endpoints in build#5284
126cd8e83
Thanks @herteleo! - Include missingclass:list
withinHTMLAttributes
type#5236
1cc067052
Thanks @bluwy! - Refactor CSS preprocessing handling#5198
c77a6cbe3
Thanks @matthewp! - HMR - Improved error recoveryThis improves error recovery for HMR. Now when the dev server finds itself in an error state (because a route contained an error), it will recover from that state and refresh the page when the user has corrected the mistake.
v1.6.2
Compare Source
Patch Changes
#5243
7d678c9ed
Thanks @matthewp! - Upgrade@astrojs/compiler
to 0.29.xUpdated dependencies [
b6a478f37
]:v1.6.1
Compare Source
Patch Changes
#5431
1ab505855
Thanks @matthewp! - Fix regression with loading .ts in .mjs config#5426
ff35b4759
Thanks @bluwy! - Fix JSX tagging for anonymous higher-order components default export#5430
b22ba1c03
Thanks @bluwy! - Fix preview --host in Node.js 18#5417
a9f7ff966
Thanks @matthewp! - Prevent dev from crashing when there are errors in templatev1.6.0
Compare Source
Minor Changes
0bf0758fb
Thanks @natemoo-re! - Addastro/types
entrypoint. These utilities can be used for common prop type patterns.v1.5.3
Compare Source
Patch Changes
#5133
1c477dd8d
Thanks @bluwy! - Fix.css?raw
usage#5133
1c477dd8d
Thanks @bluwy! - Update@astrojs/compiler
and use the newresolvePath
option. This allows removing much of the runtime code, which should improve rendering performance for Astro and MDX pages.#5192
8728ee0b9
Thanks @tony-sull! -astro add
no longer automatically installs optional peer dependenciesv1.5.2
Compare Source
Patch Changes
#5119
430e0346c
Thanks @bluwy! - Usefs.promises.rm
to remove node deprecation warning#5123
9745009ae
Thanks @matthewp! - Fixes index page with build.format=file#5116
500acb3c1
Thanks @matthewp! - Throws when using Response.redirect in SSG modev1.5.1
Compare Source
Patch Changes
#5110
0edfdd325
Thanks @bluwy! - Ensure CLI flags override function-style server config#5106
ef0c54316
Thanks @bluwy! - Support spread parameters for server endpoints#5095
ddfbef5ac
Thanks @Princesseuh! - Fixastro add
trying to add lines from extended configurations when adding frameworks#5076
6f9a88b31
Thanks @Princesseuh! - Fix jsconfig.json aliases not working anymore after 1.5.0#5080
90b715d5c
Thanks @matthewp! - Fix Astro-in-MDX dashes in slot attr#5098
f684e9d36
Thanks @jkjustjoshing! - Separate type definitions for built-in HTML elements and custom elements. Helpful when implementing an "as" prop similar to styled-components.#5108
ce01225a7
Thanks @Princesseuh! - Fix types not working properly when usingmoduleResolution: 'node16'
#5060
5923dd77c
Thanks @AirBorne04! - api routes: adding cookies to the response, also when returning a simple result#5087
49a8d18b4
Thanks @JuanM04! - Fixastro add
pnpm commandv1.5.0
Compare Source
Minor Changes
#5056
e55af8a23
Thanks @matthewp! - # Adapter support forastro preview
Adapters are now about to support the
astro preview
command via a new integration option. The Node.js adapter@astrojs/node
is the first of the built-in adapters to gain support for this. What this means is that if you are using@astrojs/node
you can new preview your SSR app by running:v1.4.7
Compare Source
Patch Changes
#5035
d7bfb144b
Thanks @AirBorne04! - preventing multiple doctype injection into html documents#5015
b1964e9e1
Thanks @matthewp! - Shared state in Preact components with signalsThis makes it possible to share client state between Preact islands via signals.
For example, you can create a signals in an Astro component and then pass it to multiple islands:
natemoo-re/astro-icon
v0.8.0
Compare Source
Minor Changes
ae0a7f7
Thanks @germanz! - Pass props to custom resolversPatch Changes
60c7304
Thanks @dwightjack! - Fix Chrome not rendering icons using SVG gradients2c75a4a
Thanks @stramel! - Update Sprite context to track usages usingAstro.request
41b0b76
Thanks @jasikpark! - Update README to drop SVGO workaround recommendation1a5ff6b
Thanks @stramel! - Usenode:
prefix on standard node dependenciesdelucis/astro-netlify-cms
v0.3.3
Compare Source
Patch Changes
9b2802c
Thanks @delucis! - Restart Netlify CMS proxy server when astro.config reloadsv0.3.2
Compare Source
Patch Changes
#33
d62b891
Thanks @Marocco2! - AdddisableIdentityWidgetInjection
option#36
c508be4
Thanks @delucis! - Fix an issue in some browsers with the rich text editor.Adds the workaround documented in netlify/netlify-cms#5092 to the admin dashboard.
v0.3.1
Compare Source
Patch Changes
bd64e05
Thanks @delucis! - Upgrade React dependenciesv0.3.0
Compare Source
Minor Changes
#30
6757440
Thanks @delucis! - Refactor to use Astro’s built-ininjectRoute
helper to add the admin dashboard.Significantly simplifies the Vite plugin logic and should make future improvements easier to implement.
v0.2.5
Compare Source
Patch Changes
013a42d
Thanks @delucis! - Fix preview styles in production buildsv0.2.4
Compare Source
Patch Changes
eba6556
Thanks @Opposedmatty! - Fix typo in description meta tagpostcss/autoprefixer
v10.4.13
Compare Source
streetsidesoftware/cspell
v6.14.3
Compare Source
Bug Fixes
v6.14.2
Compare Source
Note: Version bump only for package cspell-monorepo
v6.14.1
Compare Source
Note: Version bump only for package cspell-monorepo
v6.14.0
Compare Source
Note: Version bump only for package cspell-monorepo
6.13.3 (2022-10-31)
Bug Fixes
6.13.2 (2022-10-31)
Bug Fixes
6.13.1 (2022-10-28)
Note: Version bump only for package cspell-monorepo
v6.13.3
Compare Source
Bug Fixes
v6.13.2
Compare Source
Bug Fixes
v6.13.1
Compare Source
Note: Version bump only for package cspell-monorepo
v6.13.0
Compare Source
Bug Fixes
cssnano/cssnano
v5.1.14
: v5.1.14Compare Source
Bug Fixes
eslint/eslint
v8.27.0
Compare Source
Features
f14587c
feat: newno-new-native-nonconstructor
rule (#16368) (Sosuke Suzuki)978799b
feat: add new ruleno-empty-static-block
(#16325) (Sosuke Suzuki)69216ee
feat: no-empty suggest to add comment in empty BlockStatement (#16470) (Nitin Kumar)319f0a5
feat: usecontext.languageOptions.ecmaVersion
in core rules (#16458) (Milos Djermanovic)Bug Fixes
c3ce521
fix: Ensure unmatched glob patterns throw an error (#16462) (Nicholas C. Zakas)886a038
fix: handle files with unspecified path ingetRulesMetaForResults
(#16437) (Francesco Trotta)Documentation
ce93b42
docs: Stylelint property-no-unknown (#16497) (Nick Schonning)d2cecb4
docs: Stylelint declaration-block-no-shorthand-property-overrides (#16498) (Nick Schonning)0a92805
docs: stylelint color-hex-case (#16496) (Nick Schonning)74a5af4
docs: fix stylelint error (#16491) (Milos Djermanovic)324db1a
docs: explicit stylelint color related rules (#16465) (Nick Schonning)94dc4f1
docs: use Stylelint for HTML files (#16468) (Nick Schonning)cc6128d
docs: enable stylelint declaration-block-no-duplicate-properties (#16466) (Nick Schonning)d03a8bf
docs: Add heading to justification explanation (#16430) (Maritaria)8a15968
docs: add Stylelint configuration and cleanup (#16379) (Nick Schonning)9b0a469
docs: note commit messages don't support scope (#16435) (Andy Edwards)1581405
docs: improve context.getScope() docs (#16417) (Ben Perlmutter)b797149
docs: update formatters template (#16454) (Milos Djermanovic)5ac4de9
docs: fix link to formatters on the Core Concepts page (#16455) (Vladislav)33313ef
docs: core-concepts: fix link to semi rule (#16453) (coderaiser)v8.26.0
Compare Source
Features
4715787
feat: checkObject.create()
in getter-return (#16420) (Yuki Hirasawa)28d1902
feat:no-implicit-globals
supportsexported
block comment (#16343) (Sosuke Suzuki)e940be7
feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (#16356) (Tomer Aberbach)dd0c58f
feat: Swap out Globby for custom globbing solution. (#16369) (Nicholas C. Zakas)Bug Fixes
df77409
fix: usebaseConfig
constructor option in FlatESLint (#16432) (Milos Djermanovic)33668ee
fix: Ensure that glob patterns are matched correctly. (#16449) (Nicholas C. Zakas)740b208
fix: ignore messages without aruleId
ingetRulesMetaForResults
(#16409) (Francesco Trotta)8f9759e
fix:--ignore-pattern
in flat config mode should be relative tocwd
(#16425) (Milos Djermanovic)325ad37
fix: makegetRulesMetaForResults
return a plain object in trivial case (#16438) (Francesco Trotta)a2810bc
fix: Ensure that directories can be unignored. ([#16436](htConfiguration
📅 Schedule: Branch creation - "before 2am" in timezone Europe/Berlin, 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.