pob 29.7.0 → 29.8.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
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
+ ## [29.8.0](https://github.com/christophehurpeau/pob/compare/pob@29.7.0...pob@29.8.0) (2025-11-04)
7
+
8
+ ### Features
9
+
10
+ * add ios and android folder in gitignore for expo project
11
+
12
+ ### Bug Fixes
13
+
14
+ * **deps:** update dependency eslint to v9.39.1 ([#2626](https://github.com/christophehurpeau/pob/issues/2626))
15
+
16
+ Version bump for dependency: @pob/root
17
+
18
+
6
19
  ## [29.7.0](https://github.com/christophehurpeau/pob/compare/pob@29.6.0...pob@29.7.0) (2025-11-02)
7
20
 
8
21
  ### Features
@@ -21,6 +21,8 @@ export const appIgnorePaths = {
21
21
  expo: (config) => [
22
22
  "/.expo/",
23
23
  "/src/tamagui-web.css",
24
+ "/android/",
25
+ "/ios/",
24
26
  "/dist/",
25
27
  "*.jks",
26
28
  "*.p8",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pob",
3
- "version": "29.7.0",
3
+ "version": "29.8.0",
4
4
  "description": "Pile of bones, library generator with git/babel/typescript/typedoc/readme/jest",
5
5
  "keywords": [
6
6
  "skeleton"
@@ -55,7 +55,7 @@
55
55
  "@yarnpkg/fslib": "3.1.3",
56
56
  "@yeoman/adapter": "3.1.0",
57
57
  "@yeoman/types": "1.8.0",
58
- "eslint": "9.39.0",
58
+ "eslint": "9.39.1",
59
59
  "findup-sync": "^5.0.0",
60
60
  "git-remote-url": "^1.0.1",
61
61
  "github-username": "^9.0.0",
@@ -67,7 +67,7 @@
67
67
  "mem-fs-editor": "11.1.4",
68
68
  "minimist": "1.2.8",
69
69
  "parse-author": "2.0.0",
70
- "pob-dependencies": "20.5.0",
70
+ "pob-dependencies": "20.5.1",
71
71
  "prettier": "3.6.2",
72
72
  "semver": "7.7.3",
73
73
  "typescript": "5.9.3",
@@ -77,7 +77,7 @@
77
77
  "yeoman-generator": "7.5.1"
78
78
  },
79
79
  "devDependencies": {
80
- "@pob/root": "19.7.0",
81
- "@types/node": "22.18.13"
80
+ "@pob/root": "19.7.1",
81
+ "@types/node": "22.19.0"
82
82
  }
83
83
  }