csnx
csnx copied to clipboard
build(deps-dev): bump the devdependencies group across 1 directory with 6 updates
Bumps the devdependencies group with 6 updates in the / directory:
Package | From | To |
---|---|---|
@astrojs/check | 0.5.6 |
0.7.0 |
@astrojs/svelte | 5.3.0 |
5.4.0 |
astro | 4.5.16 |
4.8.6 |
cypress | 13.7.1 |
13.9.0 |
lightningcss | 1.24.0 |
1.25.0 |
tsx | 4.7.1 |
4.10.5 |
Updates @astrojs/check
from 0.5.6 to 0.7.0
Release notes
Sourced from @astrojs/check
's releases.
@astrojs/check
@0
.7.0Minor Changes
- c8af6db: Upgrades the language server to use the latest version of Volar. This changes should have no negative impacts on the experience.
Patch Changes
- Updated dependencies [c8af6db]
@astrojs/language-server
@2
.10.0
@astrojs/check
@0
.6.0Minor Changes
- 65d3425: Upgrades the language server to use Volar 2.2. This changes should have no negative impacts on the experience.
Patch Changes
- Updated dependencies [65d3425]
@astrojs/language-server
@2
.9.0
@astrojs/check
@0
.5.10Patch Changes
- 9ca368b: Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently
- Updated dependencies [9ca368b]
- Updated dependencies [d57daad]
- Updated dependencies [b166787]
- Updated dependencies [eb49fb2]
@astrojs/language-server
@2
.8.4
@astrojs/check
@0
.5.9Patch Changes
- f1447ef: chore: Update
volar-service-prettier
. This is only an internal refactor and there should be no visible changes.- Updated dependencies [f1447ef]
@astrojs/language-server
@2
.8.1
@astrojs/check
@0
.5.8Patch 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.
- Updated dependencies [85b42dc]
@astrojs/language-server
@2
.8.0
@astrojs/check
@0
.5.7Patch Changes
- 1b68dfb: Improves descriptions for attributes specific to Astro (
is:raw
,set:html
, etc.)- Updated dependencies [2bad6a8]
- Updated dependencies [1b68dfb]
... (truncated)
Changelog
Sourced from @astrojs/check
's changelog.
0.7.0
Minor Changes
- c8af6db: Upgrades the language server to use the latest version of Volar. This changes should have no negative impacts on the experience.
Patch Changes
- Updated dependencies [c8af6db]
@astrojs/language-server
@2
.10.00.6.0
Minor Changes
- 65d3425: Upgrades the language server to use Volar 2.2. This changes should have no negative impacts on the experience.
Patch Changes
- Updated dependencies [65d3425]
@astrojs/language-server
@2
.9.00.5.10
Patch Changes
- 9ca368b: Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently
- Updated dependencies [9ca368b]
- Updated dependencies [d57daad]
- Updated dependencies [b166787]
- Updated dependencies [eb49fb2]
@astrojs/language-server
@2
.8.40.5.9
Patch Changes
- f1447ef: chore: Update
volar-service-prettier
. This is only an internal refactor and there should be no visible changes.- Updated dependencies [f1447ef]
@astrojs/language-server
@2
.8.10.5.8
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.
- Updated dependencies [85b42dc]
@astrojs/language-server
@2
.8.00.5.7
... (truncated)
Commits
260167f
Version Packages (#873)2a86df7
Version Packages (#865)65d3425
feat: Upgrade to Volar 2.2 (#863)1fe7503
Version Packages (#839)f3e69cc
Version Packages (#825)1a55b6f
Version Packages (#822)ba47241
chore: don't format fixtures (#818)19610cb
Version Packages (#811)- See full diff in compare view
Updates @astrojs/svelte
from 5.3.0 to 5.4.0
Release notes
Sourced from @astrojs/svelte
's releases.
@astrojs/svelte
@5
.4.0Minor Changes
#10689
683d51a5eecafbbfbfed3910a3f1fbf0b3531b99
Thanks@ematipico
! - Deprecate support for versions of Node.js older thanv18.17.1
for Node.js 18, older thanv20.0.3
for Node.js 20, and the complete Node.js v19 release line.This change is in line with Astro's Node.js support policy.
Changelog
Sourced from @astrojs/svelte
's changelog.
5.4.0
Minor Changes
#10689
683d51a5eecafbbfbfed3910a3f1fbf0b3531b99
Thanks@ematipico
! - Deprecate support for versions of Node.js older thanv18.17.1
for Node.js 18, older thanv20.0.3
for Node.js 20, and the complete Node.js v19 release line.This change is in line with Astro's Node.js support policy.
Commits
66bc104
[ci] release (#10739)683d51a
feat: upgrade the minimum Node.js maintainance LTS version (#10689)- See full diff in compare view
Updates astro
from 4.5.16 to 4.8.6
Release notes
Sourced from astro's releases.
[email protected]
Patch Changes
- #11084
9637014
Thanks@bluwy
! - Fixes regression when handling hoisted scripts from content collections[email protected]
Patch Changes
#11065
1f988ed
Thanks@ematipico
! - Fixes a bug in the Astro rewrite logic, where rewriting the index with parameters -next("/?foo=bar")
- didn't work as expected.#10924
3a0c02a
Thanks@Its-Just-Nans
! - Handle image-size errors by displaying a clearer message#11058
749a7ac
Thanks@matthewp
! - Fix streaming in Node.js fast path#11052
a05ca38
Thanks@florian-lefebvre
! - Fixes a case where rewriting would conflict with the actions internal middleware#11062
16f12e4
Thanks@ematipico
! - Fixes a bug whereastro build
didn't create custom404.html
and500.html
when a certain combination of i18n options was applied#10965
a8f0372
Thanks@Elias-Chairi
! - Update generator.ts to allow %23 (#) in dynamic urls#11069
240a70a
Thanks@ematipico
! - Improves debug logging for on-demand pages[email protected]
Patch Changes
#11026
8dfb1a2
Thanks@bluwy
! - Skips rendering script tags if it's inlined and empty whenexperimental.directRenderScript
is enabled#11043
d0d1710
Thanks@bholmesdev
! - Fixes minor type issues in actions component example#10999
5f353e3
Thanks@bluwy
! - The prefetch feature is updated to better support different browsers and different cache headers setup, including:
- All prefetch strategies will now always try to use
<link rel="prefetch">
if supported, or will fall back tofetch()
.- The
prefetch()
programmatic API'swith
option is deprecated in favour of an automatic approach that will also try to use<link rel="prefetch>
if supported, or will fall back tofetch()
.This change shouldn't affect most sites and should instead make prefetching more effective.
#11041
6cc3fb9
Thanks@bholmesdev
! - Fixes 500 errors when sending empty params or returning an empty response from an action.#11028
771d1f7
Thanks@bholmesdev
! - Throw on missing server output when using Astro Actions.#11029
bd34452
Thanks@bholmesdev
! - Actions: include validation error in thrown error message for debugging.#11046
086694a
Thanks@HiDeoo
! - FixesgetViteConfig()
type definition to allow passing an inline Astro configuration as second argument#11026
8dfb1a2
Thanks@bluwy
! - Fixes CSS handling if imported in a script tag in an Astro file whenexperimental.directRenderScript
is enabled#11020
2e2d6b7
Thanks@xsynaptic
! - Add type declarations forimport.meta.env.ASSETS_PREFIX
when defined as an object for handling different file types.#11030
18e7f33
Thanks@bholmesdev
! - Actions: Fix missing message for custom Action errors.
... (truncated)
Changelog
Sourced from astro's changelog.
4.8.6
Patch Changes
- #11084
9637014
Thanks@bluwy
! - Fixes regression when handling hoisted scripts from content collections4.8.5
Patch Changes
#11065
1f988ed
Thanks@ematipico
! - Fixes a bug in the Astro rewrite logic, where rewriting the index with parameters -next("/?foo=bar")
- didn't work as expected.#10924
3a0c02a
Thanks@Its-Just-Nans
! - Handle image-size errors by displaying a clearer message#11058
749a7ac
Thanks@matthewp
! - Fix streaming in Node.js fast path#11052
a05ca38
Thanks@florian-lefebvre
! - Fixes a case where rewriting would conflict with the actions internal middleware#11062
16f12e4
Thanks@ematipico
! - Fixes a bug whereastro build
didn't create custom404.html
and500.html
when a certain combination of i18n options was applied#10965
a8f0372
Thanks@Elias-Chairi
! - Update generator.ts to allow %23 (#) in dynamic urls#11069
240a70a
Thanks@ematipico
! - Improves debug logging for on-demand pages4.8.4
Patch Changes
#11026
8dfb1a2
Thanks@bluwy
! - Skips rendering script tags if it's inlined and empty whenexperimental.directRenderScript
is enabled#11043
d0d1710
Thanks@bholmesdev
! - Fixes minor type issues in actions component example#10999
5f353e3
Thanks@bluwy
! - The prefetch feature is updated to better support different browsers and different cache headers setup, including:
- All prefetch strategies will now always try to use
<link rel="prefetch">
if supported, or will fall back tofetch()
.- The
prefetch()
programmatic API'swith
option is deprecated in favour of an automatic approach that will also try to use<link rel="prefetch>
if supported, or will fall back tofetch()
.This change shouldn't affect most sites and should instead make prefetching more effective.
#11041
6cc3fb9
Thanks@bholmesdev
! - Fixes 500 errors when sending empty params or returning an empty response from an action.#11028
771d1f7
Thanks@bholmesdev
! - Throw on missing server output when using Astro Actions.#11029
bd34452
Thanks@bholmesdev
! - Actions: include validation error in thrown error message for debugging.#11046
086694a
Thanks@HiDeoo
! - FixesgetViteConfig()
type definition to allow passing an inline Astro configuration as second argument#11026
8dfb1a2
Thanks@bluwy
! - Fixes CSS handling if imported in a script tag in an Astro file whenexperimental.directRenderScript
is enabled#11020
2e2d6b7
Thanks@xsynaptic
! - Add type declarations forimport.meta.env.ASSETS_PREFIX
when defined as an object for handling different file types.
... (truncated)
Commits
8a80221
[ci] release (#11085)9637014
Fix hoisted scripts propagation (#11084)4d32a80
[ci] release (#11053)fac5923
[ci] format749a7ac
Fix streaming in Node.js fast path (#11058)3830e5d
[ci] format240a70a
fix: improve logging for on-demand pages (#11069)1f988ed
fix(rewrite): match index with params (#11065)87f36d4
[ci] format16f12e4
fix(i18n): allow to create 404.html and 500.html (#11062)- Additional commits viewable in compare view
Updates cypress
from 13.7.1 to 13.9.0
Release notes
Sourced from cypress's releases.
v13.9.0
Changelog: https://docs.cypress.io/guides/references/changelog#13-9-0
v13.8.1
Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1
v13.8.0
Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0
v13.7.3
Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3
v13.7.2
Changelog: https://docs.cypress.io/guides/references/changelog#13-7-2
Commits
b31740c
chore: revert making check-ts resource-class smaller (#29484)bd8e9bf
chore: release 13.9.0 (#29485)d875569
chore: fix mocha junit reporter when running mocha <6 (#29481)66dac23
fix: #29171 set correct host header with fetch (#29452)84b6bf2
chore: right size some circleci jobs (#29448)555a924
fix: update firefox to close extra windows between specs (#29475)4782f89
chore: release@cypress/eslint-plugin-dev-v6
.0.03b799a1
breaking: the supported eslint version is 8 for@cypress/eslint-plugin-dev
.d1b59a4
chore: release@cypress/react-v8
.0.11396e96
fix: handle promises rejected with undefined gracefully (#29454)- Additional commits viewable in compare view
Updates lightningcss
from 1.24.0 to 1.25.0
Release notes
Sourced from lightningcss's releases.
v1.25.0
This release adds more granular options for CSS modules, implements some new CSS properties, and fixes bugs.
Added
- Add granular options to control which identifiers are scoped in CSS modules. You can turn off scoping for
grid
,animation
, andcustom_idents
. This may be useful when migrating from other tools. See docs. Thanks@timneutkens
! 83839a98dbe0000acbdf039d968f33e1e8c50277- Optimize the
all
shorthand property to reset other properties exceptdirection
andunicode-bidi
. d7aeff3db67ee9d15e0fefce9251cf41c0b8ec44- Implement
animation-timeline
property and add support for it in theanimation
shorthand f4408c7bdbbfa2c4cbdf5731b351811a0323fa8cFixed
- Prevent simplifying
translate: none
andscale: none
which are distinct fromtranslate: 0
andscale: 1
. Thanks@RobinMalfait
! a4cc0246d28c364c0f4e16552685bd911444bdc5- Fix crash on box-shadow with
currentColor
keyword. Thanks@magic-akari
! 06ba62f6d1af563cd8ad31dba13844f434345720- Fix minifier removing zero channels in
color()
function to follow spec change 445def9a77f89aa612fecb2f776261fc2c9d8f66- Fix CSS module scoping with variables in
animation
shorthand fb4b33488cbf54ba063de8babb42aec016a96ce8- Update browser compatibility data ec9da43eeb1a236f5fd8dc472b3fe060c3db9a79
v1.24.1
- Disabled CSS
transform
optimizations usingmatrix()
, which could break transitions and animations. – parcel-bundler/lightningcss#694- Merge
@supports
declarations with the same property (minus vendor prefix) and value – 6bd2761badb9d5434783acffcae35ef6c3311e06
Commits
81d21b9
v1.25.0f4408c7
Implement animation-timeline property and add to animation shorthandec9da43
update browser compat datafb4b334
fix CSS module scoping with variables83839a9
Add granular CSS Modules options (#739)445def9
fix minifying predefined color spaces7c34ba5
Merge branch 'master' of github.com:parcel-bundler/lightningcss4a168e9
fixup ast06ba62f
Fix box-shadow combination ofoklch
andcurrentColor
(#722)029c88e
fixup ast- Additional commits viewable in compare view
Updates tsx
from 4.7.1 to 4.10.5
Release notes
Sourced from tsx's releases.
v4.10.5
4.10.5 (2024-05-18)
Bug Fixes
This release is also available on:
v4.10.4
4.10.4 (2024-05-17)
Bug Fixes
- cjs: support file url (#18) (4a8a2dc)
- V8 coverage support (942e9bc), closes privatenumber/tsx#433
This release is also available on:
v4.10.3
4.10.3 (2024-05-16)
Performance Improvements
- skip parsing if
import(
is not found in minified code (5cdd50b)
This release is also available on:
v4.10.2
4.10.2 (2024-05-13)
... (truncated)
Commits
86cf87c
fix: handle parsing variableof
4a8a2dc
fix(cjs): support file url (#18)942e9bc
fix: V8 coverage support05c382f
style(parseEsm): make filename optional5cdd50b
perf: skip parsing ifimport(
is not found in minified codead970ac
chore: improve issue template0a989d9
docs: fix broken links (#555)e2afc60
chore: improve issue templates0e66aed
chore: upgrade deps2c87fc1
fix: expose types foresm/api
(#551)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions