@salesforce/webapp-template-feature-react-authentication-experimental 1.28.2 → 1.29.1

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.
package/dist/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ ## [1.29.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.29.0...v1.29.1) (2026-02-13)
7
+
8
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
9
+
10
+
11
+
12
+
13
+
14
+ # [1.29.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.28.2...v1.29.0) (2026-02-12)
15
+
16
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
17
+
18
+
19
+
20
+
21
+
6
22
  ## [1.28.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.28.1...v1.28.2) (2026-02-12)
7
23
 
8
24
  **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
@@ -16,6 +16,7 @@ export default defineConfig(function (_a) {
16
16
  },
17
17
  // Resolve aliases (shared between build and test)
18
18
  resolve: {
19
+ dedupe: ['react', 'react-dom'],
19
20
  alias: {
20
21
  '@': path.resolve(__dirname, './src'),
21
22
  '@api': path.resolve(__dirname, './src/api'),
@@ -13,7 +13,7 @@
13
13
  "@radix-ui/react-slot": "^1.2.4",
14
14
  "@salesforce/webapp-experimental": "*",
15
15
  "@tailwindcss/vite": "^4.1.17",
16
- "@tanstack/react-form": "^1.28.0",
16
+ "@tanstack/react-form": "^1.28.1",
17
17
  "class-variance-authority": "^0.7.1",
18
18
  "clsx": "^2.1.1",
19
19
  "lucide-react": "^0.562.0",
@@ -3097,9 +3097,9 @@
3097
3097
  }
3098
3098
  },
3099
3099
  "node_modules/@tanstack/form-core": {
3100
- "version": "1.28.0",
3101
- "resolved": "https://registry.npmjs.org/@tanstack/form-core/-/form-core-1.28.0.tgz",
3102
- "integrity": "sha512-MX3YveB6SKHAJ2yUwp+Ca/PCguub8bVEnLcLUbFLwdkSRMkP0lMGdaZl+F0JuEgZw56c6iFoRyfILhS7OQpydA==",
3100
+ "version": "1.28.1",
3101
+ "resolved": "https://registry.npmjs.org/@tanstack/form-core/-/form-core-1.28.1.tgz",
3102
+ "integrity": "sha512-+7rOzEOoQjuGFBV9/QoW2XjYjB5hbRYDAJxhooSMAQSkBQrIyoXqV3pqyDS/q4I5kgtDJmfWMnOZU5ieCkhsCQ==",
3103
3103
  "license": "MIT",
3104
3104
  "dependencies": {
3105
3105
  "@tanstack/devtools-event-client": "^0.4.0",
@@ -3125,12 +3125,12 @@
3125
3125
  }
3126
3126
  },
3127
3127
  "node_modules/@tanstack/react-form": {
3128
- "version": "1.28.0",
3129
- "resolved": "https://registry.npmjs.org/@tanstack/react-form/-/react-form-1.28.0.tgz",
3130
- "integrity": "sha512-ibLcf5QkTogV0Ly944CuqGxWTpHyreNA4Cy8Wtky7zE9wtE3HVapQt4/hUuXo51zihfTkv5URiXpoTSKF5Xosg==",
3128
+ "version": "1.28.1",
3129
+ "resolved": "https://registry.npmjs.org/@tanstack/react-form/-/react-form-1.28.1.tgz",
3130
+ "integrity": "sha512-JN5J8p7aAybTzqgomi4rApr9/dDH1y+nFqYErv+dM+lufW30srYqey2PsSqBe7i8eqsZG70E2JjaDCk1fBon8w==",
3131
3131
  "license": "MIT",
3132
3132
  "dependencies": {
3133
- "@tanstack/form-core": "1.28.0",
3133
+ "@tanstack/form-core": "1.28.1",
3134
3134
  "@tanstack/react-store": "^0.8.0"
3135
3135
  },
3136
3136
  "funding": {
@@ -17,7 +17,7 @@
17
17
  "@radix-ui/react-slot": "^1.2.4",
18
18
  "@salesforce/webapp-experimental": "*",
19
19
  "@tailwindcss/vite": "^4.1.17",
20
- "@tanstack/react-form": "^1.28.0",
20
+ "@tanstack/react-form": "^1.28.1",
21
21
  "class-variance-authority": "^0.7.1",
22
22
  "clsx": "^2.1.1",
23
23
  "lucide-react": "^0.562.0",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
3
- "version": "1.28.2",
3
+ "version": "1.29.1",
4
4
  "description": "Base SFDX project template",
5
5
  "private": true,
6
6
  "files": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-feature-react-authentication-experimental",
3
- "version": "1.28.2",
3
+ "version": "1.29.1",
4
4
  "description": "Authentication feature for web applications",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",
@@ -20,7 +20,7 @@
20
20
  "watch": "npx tsx ../../cli/src/index.ts watch-patches packages/template/feature/feature-react-authentication packages/template/base-app/base-react-app packages/template/feature/feature-react-authentication/dist"
21
21
  },
22
22
  "devDependencies": {
23
- "@salesforce/webapp-experimental": "^1.28.2",
23
+ "@salesforce/webapp-experimental": "^1.29.1",
24
24
  "@tanstack/react-form": "^1.27.7",
25
25
  "@types/react": "^19.2.7",
26
26
  "@types/react-dom": "^19.2.3",
@@ -28,5 +28,5 @@
28
28
  "react-router": "^7.10.1",
29
29
  "vite": "^7.3.1"
30
30
  },
31
- "gitHead": "d6aaee545dde94b1e309a9675e7809919bcc1292"
31
+ "gitHead": "a9638ee25f6b90f08f032bb06fabc218a3b0ebd4"
32
32
  }