@grafana/create-plugin 4.2.0 → 4.2.1-canary.786.f9274d5.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.
@@ -1,4 +1,4 @@
1
- import glob from 'glob';
1
+ import { glob } from 'glob';
2
2
  import chalk from 'chalk';
3
3
  import { mkdir, readdir, writeFile } from 'node:fs/promises';
4
4
  import path from 'node:path';
@@ -1,4 +1,4 @@
1
- import glob from 'glob';
1
+ import { glob } from 'glob';
2
2
  import path from 'node:path';
3
3
  import fs from 'node:fs';
4
4
  import { TEMPLATE_PATHS, TEXT } from '../constants.js';
@@ -1,6 +1,6 @@
1
1
  import { basename } from 'node:path';
2
2
  import { spawnSync } from 'node:child_process';
3
- import { sync as findUpSync } from 'find-up';
3
+ import { findUpSync } from 'find-up';
4
4
  import { getPackageJson } from './utils.packagejson.js';
5
5
  const NPM_LOCKFILE = 'package-lock.json';
6
6
  const PNPM_LOCKFILE = 'pnpm-lock.yaml';
@@ -1,4 +1,4 @@
1
- import glob from 'glob';
1
+ import { glob } from 'glob';
2
2
  import path from 'node:path';
3
3
  import fs from 'node:fs';
4
4
  import mkdirp from 'mkdirp';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "4.2.0",
3
+ "version": "4.2.1-canary.786.f9274d5.0",
4
4
  "repository": {
5
5
  "directory": "packages/create-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -50,8 +50,8 @@
50
50
  "change-case": "^5.4.0",
51
51
  "debug": "^4.3.4",
52
52
  "enquirer": "^2.4.1",
53
- "find-up": "^5.0.0",
54
- "glob": "^7.1.7",
53
+ "find-up": "^7.0.0",
54
+ "glob": "^10.3.10",
55
55
  "handlebars": "^4.7.8",
56
56
  "marked": "^10.0.0",
57
57
  "marked-terminal": "^6.2.0",
@@ -87,5 +87,5 @@
87
87
  "engines": {
88
88
  "node": ">=20"
89
89
  },
90
- "gitHead": "01572ad54dd6e60c8f1535b34a43d9a56225f9ef"
90
+ "gitHead": "f9274d5d0421a875206d7a289ea2f3f9f7e1429a"
91
91
  }
@@ -1,4 +1,4 @@
1
- import glob from 'glob';
1
+ import { glob } from 'glob';
2
2
  import minimist from 'minimist';
3
3
  import chalk from 'chalk';
4
4
  import { mkdir, readdir, writeFile } from 'node:fs/promises';
@@ -1,4 +1,4 @@
1
- import glob from 'glob';
1
+ import { glob } from 'glob';
2
2
  import path from 'node:path';
3
3
  import fs from 'node:fs';
4
4
  import { TEMPLATE_PATHS, TEXT } from '../constants.js';
@@ -1,6 +1,6 @@
1
1
  import { basename } from 'node:path';
2
2
  import { spawnSync } from 'node:child_process';
3
- import { sync as findUpSync } from 'find-up';
3
+ import { findUpSync } from 'find-up';
4
4
  import { getPackageJson } from './utils.packagejson.js';
5
5
 
6
6
  const NPM_LOCKFILE = 'package-lock.json';
@@ -1,4 +1,4 @@
1
- import glob from 'glob';
1
+ import { glob } from 'glob';
2
2
  import path from 'node:path';
3
3
  import fs from 'node:fs';
4
4
  import mkdirp from 'mkdirp';
@@ -1,6 +1,6 @@
1
1
  module github.com/{{ kebabCase orgName }}/{{ kebabCase pluginName }}
2
2
 
3
- go 1.19
3
+ go 1.21
4
4
 
5
5
  require github.com/grafana/grafana-plugin-sdk-go v0.156.0
6
6