Skip to content

Commit 700589d

Browse files
dependabot[bot]Marius Kleidl
andauthored
Bump the npm group with 14 updates (#523)
* Bump the npm group with 14 updates --- updated-dependencies: - dependency-name: "@astrojs/rss" dependency-version: 4.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@astrojs/sitemap" dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: cross-fetch dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: preact dependency-version: 10.26.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: sharp dependency-version: 0.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@astrojs/check" dependency-version: 0.9.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@astrojs/ts-plugin" dependency-version: 1.10.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: autoprefixer dependency-version: 10.4.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: eslint-plugin-jsx-a11y dependency-version: 6.10.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: postcss dependency-version: 8.5.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: postcss-html dependency-version: 1.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]> * Fix issues --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marius Kleidl <[email protected]>
1 parent 6f37871 commit 700589d

File tree

4 files changed

+1207
-531
lines changed

4 files changed

+1207
-531
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,41 +19,41 @@
1919
"inject:protocol": "scripts/inject-protocol.sh && prettier --write ."
2020
},
2121
"devDependencies": {
22-
"@astrojs/check": "^0.9.3",
23-
"@astrojs/ts-plugin": "^1.10.2",
22+
"@astrojs/check": "^0.9.4",
23+
"@astrojs/ts-plugin": "^1.10.4",
2424
"@types/eslint": "^8.44.2",
2525
"@types/lodash-es": "^4.17.12",
2626
"@types/mapbox__rehype-prism": "^0.8.3",
2727
"@types/node": "^18.17.14",
2828
"@types/react": "^18.3.10",
2929
"@typescript-eslint/eslint-plugin": "^6.5.0",
3030
"@typescript-eslint/parser": "^6.5.0",
31-
"autoprefixer": "^10.4.20",
31+
"autoprefixer": "^10.4.21",
3232
"concurrently": "^8.2.2",
3333
"cssnano": "^7.0.7",
3434
"eslint": "^8.48.0",
3535
"eslint-config-prettier": "^9.1.0",
3636
"eslint-plugin-astro": "^0.29.0",
37-
"eslint-plugin-jsx-a11y": "^6.10.0",
38-
"eslint-plugin-react": "^7.37.1",
37+
"eslint-plugin-jsx-a11y": "^6.10.2",
38+
"eslint-plugin-react": "^7.37.5",
3939
"eslint-plugin-react-hooks": "^4.6.2",
40-
"postcss": "^8.4.47",
41-
"postcss-html": "^1.7.0",
40+
"postcss": "^8.5.6",
41+
"postcss-html": "^1.8.0",
4242
"postcss-preset-env": "^9.1.3",
43-
"prettier": "^3.3.3",
43+
"prettier": "^3.6.2",
4444
"prettier-plugin-astro": "^0.14.1",
4545
"stylelint": "^15.10.3",
4646
"stylelint-config-astro": "^1.0.4",
4747
"stylelint-config-standard": "^34.0.0",
4848
"stylelint-plugin-logical-css": "^0.13.2",
49-
"typescript": "^5.6.2",
49+
"typescript": "^5.8.3",
5050
"typescript-plugin-css-modules": "^5.1.0"
5151
},
5252
"dependencies": {
5353
"@astrojs/mdx": "^1.1.5",
5454
"@astrojs/preact": "~3.5.3",
55-
"@astrojs/rss": "^4.0.7",
56-
"@astrojs/sitemap": "^3.1.6",
55+
"@astrojs/rss": "^4.0.12",
56+
"@astrojs/sitemap": "^3.4.1",
5757
"@octokit/core": "^5.0.0",
5858
"@octokit/plugin-paginate-rest": "^11.4.1",
5959
"@octokit/plugin-rest-endpoint-methods": "^9.0.0",
@@ -62,18 +62,18 @@
6262
"@preact/signals": "^1.3.0",
6363
"astro": "^3.6.5",
6464
"clsx": "^2.1.1",
65-
"cross-fetch": "^4.0.0",
65+
"cross-fetch": "^4.1.0",
6666
"lodash-es": "^4.17.21",
6767
"modern-normalize": "^2.0.0",
68-
"preact": "^10.24.1",
68+
"preact": "^10.26.9",
6969
"pretty-bytes": "^6.1.1",
7070
"rehype-autolink-headings": "^6.1.1",
7171
"rehype-stringify": "^9.0.3",
7272
"remark-parse": "^10.0.2",
7373
"remark-rehype": "^10.1.0",
7474
"remark-toc": "^8.0.1",
7575
"s-ago": "^2.2.0",
76-
"sharp": "^0.33.5",
76+
"sharp": "^0.34.2",
7777
"timeago.js": "^4.0.2",
7878
"ts-is-present": "^1.2.2",
7979
"tus-js-client": "^3.1.1",

src/components/ExternalA.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import type { HTMLAttributes } from 'preact/compat'
1+
import type { AnchorHTMLAttributes } from 'preact/compat'
22

3-
export function ExternalA(props: HTMLAttributes<HTMLAnchorElement>) {
3+
export function ExternalA(props: AnchorHTMLAttributes<HTMLAnchorElement>) {
44
const { href, children, className } = props
55
return (
66
<a

src/content/blog/2016-03-07-tus-s3-backend.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,10 @@ technologies include
136136
[ZooKeeper](https://zookeeper.apache.org/doc/r3.1.2/recipes.html#sc_recipes_Locks)
137137
or [Consul](https://www.consul.io/docs/commands/lock.html), but not AWS S3 as it
138138
does not offer absolute consistency. Since they do promise "read-after-write
139-
consistency for PUTS of new objects in your S3 bucket [but only] eventual consistency
140-
for overwrite PUTS and DELETES", this cannot be used to build a distributed lock
141-
upon. Therefore, you are recommended to use a third-party system for doing so.
139+
consistency for PUTS of new objects in your S3 bucket [but only] eventual
140+
consistency for overwrite PUTS and DELETES", this cannot be used to build a
141+
distributed lock upon. Therefore, you are recommended to use a third-party
142+
system for doing so.
142143

143144
Another option for preventing concurrent uploading is to put the responsibility
144145
on the client's side by saying it is their task to prevent multiple accesses to

0 commit comments

Comments
 (0)