gatsby-link 5.15.0 → 5.17.0-react19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.15.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@5.15.0/packages/gatsby-link) (2025-08-27)
7
+
8
+ [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.15)
9
+
10
+ #### Bug Fixes
11
+
12
+ - fix navigate method type ([cddc252](https://github.com/gatsbyjs/gatsby/commit/cddc252bf4cac57486ed5f5b544d50e4a92ce769))
13
+
6
14
  ### [5.14.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@5.14.1/packages/gatsby-link) (2024-12-20)
7
15
 
8
16
  #### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gatsby-link",
3
3
  "description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
4
- "version": "5.15.0",
4
+ "version": "5.17.0-react19.0",
5
5
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
6
6
  "bugs": {
7
7
  "url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@types/reach__router": "^1.3.10",
26
- "gatsby-page-utils": "^3.15.0",
26
+ "gatsby-page-utils": "^3.16.0-next.0",
27
27
  "prop-types": "^15.8.1"
28
28
  },
29
29
  "devDependencies": {
@@ -35,8 +35,8 @@
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@gatsbyjs/reach-router": "^2.0.0",
38
- "react": "^18.0.0 || ^0.0.0",
39
- "react-dom": "^18.0.0 || ^0.0.0"
38
+ "react": "^18.0.0 || ^19.0.0 || ^0.0.0",
39
+ "react-dom": "^18.0.0 || ^19.0.0 || ^0.0.0"
40
40
  },
41
41
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link#readme",
42
42
  "keywords": [
@@ -51,5 +51,5 @@
51
51
  "engines": {
52
52
  "node": ">=18.0.0"
53
53
  },
54
- "gitHead": "e620ad92732af0b7ff222ea8cee5224abb8299aa"
54
+ "gitHead": "820c2e8cc6695c740c2f52d172b88bbd9e01a1b8"
55
55
  }