Compare commits

..
Author SHA1 Message Date
Daniel SoglandGitHub 59d1115d54 7.0.0-alpha.1 2022-06-03 17:52:06 +00:00
Daniel SoglandGitHub 2a2b0aaa5e 7.0.0-alpha.0 2022-06-03 17:50:44 +00:00
Daniel SoglandGitHub 667902ff73 bump minimum core version 2022-06-03 17:50:28 +00:00
Daniel SoglandGitHub 94b2e3deae 6.0.0-alpha.0 2022-06-03 17:42:58 +00:00
Daniel SoglandGitHub 745942c43a remove aot config 2022-06-03 17:26:49 +00:00
Daniel SoglandGitHub 0b1776c08e upgrade generated es targets 2022-06-03 17:21:55 +00:00
Daniel SoglandGitHub 25951b9d5e update library author 2022-06-03 17:21:03 +00:00
Daniel SoglandGitHub a2408c3fe3 try out angular compiler options 2022-06-03 17:11:59 +00:00
Daniel SoglandGitHub 3d5083bfa0 bump angular and ts 2022-06-03 17:11:40 +00:00
Daniel SoglandGitHub de726bc1e7 set enableIvy to true 2022-06-03 16:58:43 +00:00
a29927837c chore(deps): update dependency rollup to v2.75.5 (#4204)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-03 18:54:20 +02:00
3935e620be chore(deps): update dependency @types/jest to v27.5.2 (#4211)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-03 18:53:59 +02:00
379df77692 chore(deps): update dependency terser-webpack-plugin to v5.3.3 (#4212)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-03 18:53:52 +02:00
af723c02e3 chore(deps): update dependency webpack to v5.73.0 (#4213)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-03 18:53:42 +02:00
daa929e229 chore(deps): update dependency lint-staged to v13 (#4210)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-01 13:53:44 +02:00
126f23b303 chore(deps): update dependency @types/node to v16.11.38 (#4209)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-01 13:35:36 +02:00
Daniel SoglandGitHub 95b84447ad 5.43.0 2022-05-25 18:18:21 +00:00
Gaven HenryandGitHub 5ebe762d4b update to create ivy distribution (#4198) 2022-05-25 18:51:19 +02:00
ab1ea4aef9 chore(deps): roll back dependency eslint-plugin-jsdoc to 39.3.1 (#4199)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-25 18:50:55 +02:00
08db901db6 chore(deps): update typescript-eslint monorepo to v5.26.0 (#4194)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-24 18:36:45 +02:00
0e922b7e0b chore(deps): update dependency eslint-plugin-jsdoc to v39.3.2 (#4196)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-24 18:36:23 +02:00
cfa194b71a chore(deps): update dependency lint-staged to v12.4.2 (#4197)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-24 18:36:12 +02:00
cee00fbcc8 chore(deps): update dependency ts-node to v10.8.0 (#4192)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-22 13:01:02 +02:00
7 changed files with 678 additions and 388 deletions
+16
View File
@@ -1,3 +1,19 @@
# [7.0.0-alpha.1](https://github.com/danielsogl/awesome-cordova-plugins/compare/v7.0.0-alpha.0...v7.0.0-alpha.1) (2022-06-03)
# [7.0.0-alpha.0](https://github.com/danielsogl/awesome-cordova-plugins/compare/v6.0.0-alpha.0...v7.0.0-alpha.0) (2022-06-03)
# [6.0.0-alpha.0](https://github.com/danielsogl/awesome-cordova-plugins/compare/v5.43.0...v6.0.0-alpha.0) (2022-06-03)
# [5.43.0](https://github.com/danielsogl/awesome-cordova-plugins/compare/v5.42.0...v5.43.0) (2022-05-25)
# [5.42.0](https://github.com/danielsogl/awesome-cordova-plugins/compare/v5.41.0...v5.42.0) (2022-05-21)
+632 -364
View File
File diff suppressed because it is too large Load Diff
+16 -16
View File
@@ -1,6 +1,6 @@
{
"name": "awesome-cordova-plugins",
"version": "5.42.0",
"version": "7.0.0-alpha.1",
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
"homepage": "https://awesome-cordova-plugins.com",
"author": "Daniel Sogl <me@danielsogl.com> (https://danielsogl.com)",
@@ -27,19 +27,19 @@
"tslib": "2.4.0"
},
"devDependencies": {
"@angular/common": "11.2.14",
"@angular/compiler": "11.2.14",
"@angular/compiler-cli": "11.2.14",
"@angular/core": "11.2.14",
"@angular/common": "^12.2.16",
"@angular/compiler": "^12.2.16",
"@angular/compiler-cli": "^12.2.16",
"@angular/core": "^12.2.16",
"@types/cordova": "0.0.34",
"@types/fs-extra": "9.0.13",
"@types/jest": "27.5.1",
"@types/jest": "27.5.2",
"@types/lodash": "4.14.182",
"@types/node": "16.11.36",
"@types/node": "16.11.38",
"@types/rimraf": "3.0.2",
"@types/webpack": "5.28.0",
"@typescript-eslint/eslint-plugin": "5.25.0",
"@typescript-eslint/parser": "5.25.0",
"@typescript-eslint/eslint-plugin": "5.26.0",
"@typescript-eslint/parser": "5.26.0",
"async-promise-queue": "1.0.5",
"conventional-changelog-cli": "2.2.2",
"cz-conventional-changelog": "3.3.0",
@@ -47,7 +47,7 @@
"dgeni-packages": "0.16.10",
"eslint": "8.16.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jsdoc": "39.3.0",
"eslint-plugin-jsdoc": "39.3.1",
"fs-extra": "10.1.0",
"gulp": "4.0.2",
"gulp-rename": "2.0.0",
@@ -55,19 +55,19 @@
"husky": "8.0.1",
"is-ci": "3.0.1",
"jest": "27.5.1",
"lint-staged": "12.4.1",
"lint-staged": "13.0.0",
"lodash": "4.17.21",
"minimist": "1.2.6",
"prettier": "2.6.2",
"rimraf": "3.0.2",
"rollup": "2.74.1",
"rollup": "2.75.5",
"rxjs": "6.6.7",
"terser-webpack-plugin": "5.3.1",
"terser-webpack-plugin": "5.3.3",
"ts-jest": "27.1.5",
"ts-node": "10.7.0",
"typescript": "4.1.6",
"ts-node": "10.8.0",
"typescript": "4.2",
"unminified-webpack-plugin": "3.0.0",
"webpack": "5.72.1",
"webpack": "5.73.0",
"winston": "3.7.2",
"zone.js": "0.11.5"
},
+4 -3
View File
@@ -15,13 +15,14 @@ export function getProgram(rootNames: string[] = createSourceFiles()) {
const options: CompilerOptions = clone(COMPILER_OPTIONS);
options.basePath = ROOT;
options.moduleResolution = ModuleResolutionKind.NodeJs;
options.module = ModuleKind.ES2015;
options.target = ScriptTarget.ES5;
options.lib = ['dom', 'es2017'];
options.module = ModuleKind.ES2020;
options.target = ScriptTarget.ES2015;
options.lib = ['dom', 'es2018'];
options.inlineSourceMap = true;
options.importHelpers = true;
options.inlineSources = true;
options.enableIvy = false;
options.compilationMode = 'partial';
delete options.baseUrl;
+3 -3
View File
@@ -11,14 +11,14 @@ import { Logger } from '../logger';
// tslint:disable-next-line:no-var-requires
const MAIN_PACKAGE_JSON = require('../../package.json');
const VERSION = MAIN_PACKAGE_JSON.version;
const FLAGS = '--access public';
const FLAGS = '--access public --tag alpha';
const PACKAGE_JSON_BASE = {
description: 'Awesome Cordova Plugins - Native plugins for ionic apps',
main: 'bundle.js',
module: 'index.js',
typings: 'index.d.ts',
author: 'ionic',
author: 'Daniel Sogl',
license: 'MIT',
repository: {
type: 'git',
@@ -30,7 +30,7 @@ const DIST = resolve(ROOT, 'dist/@awesome-cordova-plugins');
const PACKAGES = [];
const MIN_CORE_VERSION = '^5.1.0';
const MIN_CORE_VERSION = '^6.0.0-alpha.0';
const RXJS_VERSION = '^5.5.0 || ^6.5.0 || ^7.3.0';
const PLUGIN_PEER_DEPENDENCIES = {
+5 -1
View File
@@ -17,5 +17,9 @@
"sourceMap": true
},
"include": ["src/@awesome-cordova-plugins/core/**/*.ts"],
"exclude": ["node_modules", "src/@awesome-cordova-plugins/core/**/*.spec.ts"]
"exclude": ["node_modules", "src/@awesome-cordova-plugins/core/**/*.spec.ts"],
"angularCompilerOptions": {
"genDir": "aot",
"compilationMode": "partial"
}
}
+2 -1
View File
@@ -21,6 +21,7 @@
},
"include": ["src/@awesome-cordova-plugins/plugins/**/*.ts"],
"angularCompilerOptions": {
"genDir": "aot"
"genDir": "aot",
"compilationMode": "partial"
}
}