Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
fe7d317
refactor: Bump babel-jest from 29.5.0 to 30.0.4 (#2669)
dependabot[bot] Jul 3, 2025
01e45f0
refactor: Bump @semantic-release/npm from 12.0.1 to 12.0.2 (#2664)
dependabot[bot] Jul 4, 2025
78a84b8
refactor: Bump semantic-release from 24.2.5 to 24.2.6 (#2672)
dependabot[bot] Jul 4, 2025
21b012c
refactor: Bump ws from 8.18.2 to 8.18.3 (#2670)
dependabot[bot] Jul 4, 2025
79f7df6
refactor: Bump @babel/plugin-transform-runtime from 7.27.4 to 7.28.0 …
dependabot[bot] Jul 4, 2025
cfbe239
refactor: Bump eslint-plugin-jsdoc from 50.7.1 to 51.3.3 (#2673)
dependabot[bot] Jul 5, 2025
48a6897
refactor: Bump jest-environment-jsdom from 29.7.0 to 30.0.4 (#2666)
dependabot[bot] Jul 5, 2025
a0fe9fb
refactor: Bump core-js from 3.43.0 to 3.44.0 (#2678)
dependabot[bot] Jul 9, 2025
37a3dd7
refactor: Bump eslint-plugin-jsdoc from 51.3.3 to 51.3.4 (#2676)
dependabot[bot] Jul 9, 2025
5329078
refactor: Bump @babel/runtime-corejs3 from 7.27.6 to 7.28.0 (#2677)
dependabot[bot] Jul 9, 2025
bcb9070
refactor: Bump typescript-eslint from 8.35.0 to 8.36.0 (#2680)
dependabot[bot] Jul 9, 2025
9f454b3
refactor: Bump vite-plugin-node-polyfills from 0.23.0 to 0.24.0 (#2684)
dependabot[bot] Jul 9, 2025
ae21850
refactor: Bump @babel/core from 7.27.4 to 7.28.0 (#2683)
dependabot[bot] Jul 9, 2025
b2bbdb6
refactor: Bump mongodb-runner from 5.8.3 to 5.9.2 (#2675)
dependabot[bot] Jul 9, 2025
c6100fa
refactor: Bump @eslint/js from 9.29.0 to 9.30.1 (#2681)
dependabot[bot] Jul 10, 2025
34d5ac9
refactor: Bump puppeteer from 24.10.0 to 24.12.1 (#2686)
dependabot[bot] Jul 11, 2025
ff30891
refactor: Bump parse-server from 8.2.1 to 8.2.2 (#2685)
dependabot[bot] Jul 13, 2025
f40324f
refactor: Bump eslint from 9.29.0 to 9.30.1 (#2688)
dependabot[bot] Jul 13, 2025
7a4e681
refactor: Bump puppeteer from 24.12.1 to 24.13.0 (#2692)
dependabot[bot] Jul 15, 2025
eaa2d4d
refactor: Bump typescript-eslint from 8.36.0 to 8.37.0 (#2691)
dependabot[bot] Jul 15, 2025
c2038f1
refactor: Bump eslint-plugin-jsdoc from 51.3.4 to 51.4.1 (#2693)
dependabot[bot] Jul 16, 2025
edca494
refactor: Bump @eslint/js from 9.30.1 to 9.31.0 (#2690)
dependabot[bot] Jul 16, 2025
5aa45b1
refactor: Bump semantic-release from 24.2.6 to 24.2.7 (#2689)
dependabot[bot] Jul 16, 2025
91988b3
refactor: Bump puppeteer from 24.13.0 to 24.14.0 (#2696)
dependabot[bot] Jul 17, 2025
8b8433c
refactor: Bump jasmine from 5.8.0 to 5.9.0 (#2697)
dependabot[bot] Jul 21, 2025
c9d487b
refactor: Bump jest-environment-jsdom from 30.0.4 to 30.0.5 (#2698)
dependabot[bot] Jul 27, 2025
f956d35
refactor: Bump typescript-eslint from 8.37.0 to 8.39.0 (#2705)
dependabot[bot] Aug 6, 2025
eab04fe
refactor: Bump eslint from 9.31.0 to 9.33.0 (#2710)
dependabot[bot] Aug 20, 2025
6941012
refactor: Bump sha.js from 2.4.11 to 2.4.12 (#2715)
dependabot[bot] Aug 24, 2025
d27080a
empty commit to trigger CI
github-actions[bot] Sep 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,19 @@ module.exports = tseslint.config({
"AuthProvider",
"AsyncStorage",
"LocalDatastoreController",
"Parse"
"Parse",
"Parse.ACL",
"Parse.CLP",
"Parse.Error",
"Parse.File",
"Parse.GeoPoint",
"Parse.Object",
"Parse.Op",
"Parse.Query",
"Parse.Relation",
"Parse.Role",
"Parse.User",
"Parse.setAsyncStorage"
]
}
]
Expand Down
Loading