dominique-mueller / angular-package-builder

[DEPRECATED] Packages your Angular 4+ library based on the Angular Package Format.
https://www.npmjs.com/package/angular-package-builder
MIT License
23 stars 2 forks source link

chore(dependencies): update dependency ts-simple-ast to v15 - autoclosed #170

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This PR contains the following updates:

Package Type Update Change References
ts-simple-ast dependencies major 14.4.x -> 15.1.x source

Release Notes

dsherret/ts-simple-ast ### [`v15.1.0`](https://renovatebot.com/gh/dsherret/ts-simple-ast/blob/master/CHANGELOG.md#​1510httpsgithubcomdsherretts-simple-astcompare15021510-2018-09-24) [Compare Source](https://renovatebot.com/gh/dsherret/ts-simple-ast/compare/15.0.2...15.1.0) ##### Features - [#​431](https://renovatebot.com/gh/dsherret/ts-simple-ast/issues/431) - Allow passing in a module specifier string to .getImportDeclaration and .getExportDeclaration ([20b45d2](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/20b45d2)) #### [15.0.2](https://renovatebot.com/gh/dsherret/ts-simple-ast/compare/15.0.1...15.0.2) (2018-09-23) ##### Bug Fixes - Fix node.findReferencesAsNodes() not returning references in initializers. ([cfeba04](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/cfeba04)) #### [15.0.1](https://renovatebot.com/gh/dsherret/ts-simple-ast/compare/15.0.0...15.0.1) (2018-09-22) ##### Bug Fixes - Fix getting an ambient class' structure. ([48c92b5](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/48c92b5)) - Fix inserting get and set accessors in an ambient context. ([a282765](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/a282765)) - Fix printing and getting structure of FunctionDeclaration in ambient contexts. ([9940658](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/9940658)) - Fix some issues in generated ts definitions. ([0d2c00d](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/0d2c00d)) - Getting TypeAliasDeclaration structure should use the type node and not the type. ([aea96a3](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/aea96a3)) - IndexSignatureDeclaration.getStructure() should use the node text and not the type text. ([61f1345](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/61f1345)) ### [`v15.0.2`](https://renovatebot.com/gh/dsherret/ts-simple-ast/blob/master/CHANGELOG.md#​1510httpsgithubcomdsherretts-simple-astcompare15021510-2018-09-24) [Compare Source](https://renovatebot.com/gh/dsherret/ts-simple-ast/compare/15.0.1...15.0.2) ##### Features - [#​431](https://renovatebot.com/gh/dsherret/ts-simple-ast/issues/431) - Allow passing in a module specifier string to .getImportDeclaration and .getExportDeclaration ([20b45d2](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/20b45d2)) #### [15.0.2](https://renovatebot.com/gh/dsherret/ts-simple-ast/compare/15.0.1...15.0.2) (2018-09-23) ##### Bug Fixes - Fix node.findReferencesAsNodes() not returning references in initializers. ([cfeba04](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/cfeba04)) #### [15.0.1](https://renovatebot.com/gh/dsherret/ts-simple-ast/compare/15.0.0...15.0.1) (2018-09-22) ##### Bug Fixes - Fix getting an ambient class' structure. ([48c92b5](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/48c92b5)) - Fix inserting get and set accessors in an ambient context. ([a282765](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/a282765)) - Fix printing and getting structure of FunctionDeclaration in ambient contexts. ([9940658](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/9940658)) - Fix some issues in generated ts definitions. ([0d2c00d](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/0d2c00d)) - Getting TypeAliasDeclaration structure should use the type node and not the type. ([aea96a3](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/aea96a3)) - IndexSignatureDeclaration.getStructure() should use the node text and not the type text. ([61f1345](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/61f1345)) ### [`v15.0.1`](https://renovatebot.com/gh/dsherret/ts-simple-ast/blob/master/CHANGELOG.md#​1502httpsgithubcomdsherretts-simple-astcompare15011502-2018-09-23) [Compare Source](https://renovatebot.com/gh/dsherret/ts-simple-ast/compare/15.0.0...15.0.1) ##### Bug Fixes - Fix node.findReferencesAsNodes() not returning references in initializers. ([cfeba04](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/cfeba04)) ### [`v15.0.0`](https://renovatebot.com/gh/dsherret/ts-simple-ast/blob/master/CHANGELOG.md#​1500httpsgithubcomdsherretts-simple-astcompare14451500-2018-09-22) [Compare Source](https://renovatebot.com/gh/dsherret/ts-simple-ast/compare/14.4.5...15.0.0) ##### Bug Fixes - [#​420](https://renovatebot.com/gh/dsherret/ts-simple-ast/issues/420) - Setting enum, namespace, or type alias as a default export should be done with a separate export assignment. ([e81412c](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/e81412c)) - [#​424](https://renovatebot.com/gh/dsherret/ts-simple-ast/issues/424) - UTF-8 bom causes incorrect indentation to be inserted. ([c4a63a1](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/c4a63a1)) - ImportSpecifier and ExportSpecifier - Specifying an empty string to setAlias should not crash. ([a7beb66](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/a7beb66)) ##### Code Refactoring - ImportDeclaration.setDefaultImport should not rename. ([f425bd8](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/f425bd8)) - JsxTagNamedNode.getTagName() is now getTagNameNode() for consistency. ([36d4907](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/36d4907)) - Remove accidentally exposed properties on errors. ([caa7e68](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/caa7e68)) - Remove typeParameter.getConstraintNode() and .getDefaultNode() ([e84c374](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/e84c374)) ##### Features - [#​418](https://renovatebot.com/gh/dsherret/ts-simple-ast/issues/418) - Add new .set methods and deprecate .fill ([da40d99](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/da40d99)) - [#​423](https://renovatebot.com/gh/dsherret/ts-simple-ast/issues/423) - Add node.getText(true) for getting text with js docs. ([0522510](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/0522510)) - [#​45](https://renovatebot.com/gh/dsherret/ts-simple-ast/issues/45) / [#​346](https://renovatebot.com/gh/dsherret/ts-simple-ast/issues/346) - Add .getStructure() ([2d7351c](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/2d7351c)) -- Huge thanks to [@​cancerberoSgx](https://renovatebot.com/gh/cancerberoSgx) for all his help on this one! - [#​46](https://renovatebot.com/gh/dsherret/ts-simple-ast/issues/46) - Ability to set node from a structure using .set methods ([22d4753](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/22d4753)) - Add ExportAssignment.setExpression ([0c6fcf0](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/0c6fcf0)) - Add ExportAssignment.setIsExportEquals. ([43d3d84](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/43d3d84)) - Add ExportDeclaration.removeModuleSpecifier() ([b64c665](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/b64c665)) - Add ExportSpecifier.getName() ([b6357c6](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/b6357c6)) - Add ExpressionedNode.setExpression ([12e0ca7](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/12e0ca7)) - Add ImportDeclaration.removeDefaultImport() ([87dd9cf](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/87dd9cf)) - Add ImportDeclaration.renameDefaultImport. ([1ba29be](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/1ba29be)) - Add JsxAttribute .setInitializer & .removeInitializer ([9436954](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/9436954)) - Add JsxSpreadAttribute.setExpression ([532131f](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/532131f)) - Hide "Specific" structures in declaration file. ([db55c33](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/db55c33)) - ImportDeclaration.setDefaultImport should remove the default import when providing an empty string. ([f81f90a](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/f81f90a)) - ImportSpecifier and ExportSpecifier - .setAlias(...) does not the usages. ([5f2f7c8](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/5f2f7c8)) - ImportSpecifier and ExportSpecifier - Add .removeAlias(). ([b594113](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/b594113)) - ImportSpecifier and ExportSpecifier - Add removeAliasWithRename() ([576db34](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/576db34)) - ImportSpecifier and ExportSpecifier - Renamed .setAlias to .renameAlias ([0f446b6](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/0f446b6)) ##### BREAKING CHANGES - Some properties on thrown errors were removed. See commit for details. - TypeParameterDeclaration's getConstraintNode() and getDefaultNode() are deprecated. Use getConstraint() and getDefault(). - JsxTagNamedNode.getTagName() is now .getTagNameNode() - ImportDeclaration.setDefaultImport no longer renames the identifier. Use `.renameDefaultImport` instead. - .setAlias(...) does not rename the usages. - .setAlias(...) is now .renameAlias(...). - `.fill(...)` is now `.set(...)` and will replace existing nodes. - Change to jsx spread attribute structure. #### [14.4.5](https://renovatebot.com/gh/dsherret/ts-simple-ast/compare/14.4.3...14.4.5) (2018-09-15) ##### Bug Fixes - [#​421](https://renovatebot.com/gh/dsherret/ts-simple-ast/issues/421) - "Adding a child to an empty namespace with dot notation in the name causes brace to be lost" ([0b73d4f](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/0b73d4f)) - Abstract methods were incorrectly returning true for .isOverload() ([ef29ee1](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/ef29ee1)) - Fix crashes when dealing with statemented nodes that don't have a body. ([7a08ab1](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/7a08ab1)) #### [14.4.4](https://renovatebot.com/gh/dsherret/ts-simple-ast/compare/14.4.3...14.4.4) (2018-09-15) ##### Bug Fixes - [#​421](https://renovatebot.com/gh/dsherret/ts-simple-ast/issues/421) - "Adding a child to an empty namespace with dot notation in the name causes brace to be lost" ([0b73d4f](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/0b73d4f)) - Abstract methods were incorrectly returning true for .isOverload() ([ef29ee1](https://renovatebot.com/gh/dsherret/ts-simple-ast/commit/ef29ee1))

Renovate configuration

:date: Schedule: No schedule defined.

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.


This PR has been generated by Renovate Bot. View repository job log here.