Skip to content

Commit

Permalink
Merge branch 'master' into openmfp
Browse files Browse the repository at this point in the history
* master:
  Update yarn `prod-install` plugin sources (#2212)
  Move polling watcher to own package (#2208)
  Update dependency vuetify to v3.7.5 (#2216)
  Update dependency vite to v6 (#2214)
  fix tests (#2215)
  Update Monthly Dev Dependencies (#2213)
  Optimize CodeMirror Integration with Dynamic Imports (#2206)
  Added lint-sarif script to output lint results in SARIF format (#2210)
  Update dependency @codemirror/language to v6.10.6 (#2211)
  Update dependency pinia to v2.2.8 (#2209)
  Update vueuse monorepo to v12 (#2203)
  migrate to polling watcher (remove chokidar) (#2202)
  Update dependency pinia to v2.2.7 (#2205)
  Update dependency @codemirror/language to v6.10.5 (#2204)

# Conflicts:
#	.pnp.cjs
#	yarn.lock
  • Loading branch information
holgerkoser committed Dec 3, 2024
2 parents b3ab259 + 0ce46f1 commit a55826d
Show file tree
Hide file tree
Showing 127 changed files with 4,105 additions and 3,407 deletions.
12 changes: 11 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Ignore everything
**

# include Yarn 2 configuration, cache, releases and plugins
# include Yarn 4 configuration, cache, releases and plugins
!.yarn/cache
!.yarn/releases
!.yarn/plugins
!.yarn/versions
!.yarnrc.yml
!.pnp.cjs
!.pnp.loader.mjs
!yarn.config.cjs

# include root workspace
!package.json
Expand All @@ -32,6 +33,15 @@
!packages/request/__fixtures__
!packages/request/__mocks__

# include workspace packages/polling-watcher
!packages/polling-watcher/package.json
!packages/polling-watcher/eslint.config.js
!packages/polling-watcher/jest.setup.js
!packages/polling-watcher/lib
!packages/polling-watcher/__tests__
!packages/polling-watcher/__fixtures__
!packages/polling-watcher/__mocks__

# include workspace packages/kube-config
!packages/kube-config/package.json
!packages/kube-config/eslint.config.js
Expand Down
Loading

0 comments on commit a55826d

Please sign in to comment.