Commit Graph

1599 Commits

Author SHA1 Message Date
Patrik Oldsberg 6d31d2abcc Merge pull request #10421 from backstage/rugvip/stop
cli: stop logging stopped watcher
2022-03-24 15:06:49 +01:00
Johan Haals 36aa8ec5e9 Merge pull request #10415 from backstage/dependabot/npm_and_yarn/eslint-webpack-plugin-3.1.1
build(deps): bump eslint-webpack-plugin from 2.6.0 to 3.1.1
2022-03-24 14:39:12 +01:00
Patrik Oldsberg 5b3079694e cli: stop logging stopped watcher
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-24 14:17:30 +01:00
dependabot[bot] f151dfee5a build(deps): bump eslint-webpack-plugin from 2.6.0 to 3.1.1
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 2.6.0 to 3.1.1.
- [Release notes](https://github.com/webpack-contrib/eslint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v2.6.0...v3.1.1)

---
updated-dependencies:
- dependency-name: eslint-webpack-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 04:13:20 +00:00
dependabot[bot] ecd72391fb build(deps): bump @spotify/eslint-config-typescript
Bumps [@spotify/eslint-config-typescript](https://github.com/spotify/web-scripts) from 12.0.0 to 13.0.0.
- [Release notes](https://github.com/spotify/web-scripts/releases)
- [Changelog](https://github.com/spotify/web-scripts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0)

---
updated-dependencies:
- dependency-name: "@spotify/eslint-config-typescript"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 04:09:00 +00:00
Fredrik Adelöw 7fae0c07e9 Merge pull request #10381 from backstage/dependabot/npm_and_yarn/eslint-plugin-jest-26.1.2
build(deps): bump eslint-plugin-jest from 25.3.4 to 26.1.2
2022-03-23 13:57:49 +01:00
dependabot[bot] 7e7ba704be build(deps): bump @spotify/eslint-config-base from 12.0.0 to 13.0.0
Bumps [@spotify/eslint-config-base](https://github.com/spotify/web-scripts) from 12.0.0 to 13.0.0.
- [Release notes](https://github.com/spotify/web-scripts/releases)
- [Changelog](https://github.com/spotify/web-scripts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0)

---
updated-dependencies:
- dependency-name: "@spotify/eslint-config-base"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-23 04:11:52 +00:00
dependabot[bot] c54ce828bd build(deps): bump eslint-plugin-jest from 25.3.4 to 26.1.2
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.3.4 to 26.1.2.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.4...v26.1.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-23 04:10:05 +00:00
Ben Lambert 05d345f20c Merge pull request #10365 from backstage/blam/bump-knex-in-create-app
Remove `knex` in `@backstage/create-app`
2022-03-22 14:58:07 +01:00
blam ba485edc23 chore: reworking knex package
Signed-off-by: blam <ben@blam.sh>
2022-03-22 13:52:35 +01:00
github-actions[bot] ad955c1b1b Version Packages (next) 2022-03-22 12:28:03 +00:00
Patrik Oldsberg 6836c399c4 Merge pull request #10364 from backstage/rugvip/clipl
cli: add ignore for LGPL dev dep
2022-03-22 10:00:05 +01:00
Patrik Oldsberg adb47f13e2 cli: add ignore for lgpl dev dep
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-22 09:00:57 +01:00
Fredrik Adelöw 3d15619d49 Merge pull request #10287 from AaronvDiepen/master
Implement code changes as suggested by analysis tools
2022-03-21 19:51:32 +01:00
Patrik Oldsberg f588a145a6 Merge pull request #10138 from backstage/rugvip/add-deps
cli: add experimental package fix command
2022-03-21 15:07:30 +01:00
Patrik Oldsberg 68d79c0bca cli: exit list-deprecations with error code if deprecations are found
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-20 13:00:24 +01:00
Patrik Oldsberg 948a56f401 cli: add list-deprecations command
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-20 12:05:22 +01:00
Patrik Oldsberg 94ea8dd84c cli: sort dependencies
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-20 11:56:07 +01:00
Patrik Oldsberg 9a86b65359 cli: rename add-deps to package fix
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-19 10:22:29 +01:00
AaronvDiepen 99f9406a2d Implemented changes suggested by Deepsource.io
Signed-off-by: AaronvDiepen <aaronvdiepen@gmail.com>
2022-03-17 18:41:46 +01:00
github-actions[bot] 0bc1611d6e Version Packages 2022-03-17 09:02:30 +00:00
Fredrik Adelöw 6565f2c50b Merge pull request #10147 from rex4539/typos
Fix typos
2022-03-15 11:01:46 +01:00
Patrik Oldsberg 217547ae51 cli: fix test file matching
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-13 17:23:59 +01:00
Dimitris Apostolou aedd4daa66 Fix typos
Signed-off-by: Dimitris Apostolou <dimitris.apostolou@icloud.com>
2022-03-13 14:12:05 +02:00
Patrik Oldsberg 86de5e8d61 Merge pull request #10137 from backstage/rugvip/overrides
cli: forward overrides in eslint-factory
2022-03-12 09:06:19 +01:00
Patrik Oldsberg 19eed0edd9 cli: forward overrides in eslint-factory
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-11 18:05:08 +01:00
Patrik Oldsberg 6ad0c45648 cli: add experimental add-deps command
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-11 18:03:32 +01:00
Patrik Oldsberg 4d35a4228c Merge pull request #10114 from backstage/rugvip/apply-cli-fix
apply fix from 0.71.1 to master
2022-03-11 13:35:09 +01:00
Patrik Oldsberg 947ae3b40e cli: sync changelog + changeset for 0.71.1 fix
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-10 18:59:14 +01:00
Patrik Oldsberg 8cdb271bf1 cli: fix for versions not being inlined by rollup
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-10 18:56:17 +01:00
Fredrik Adelöw c3decbde71 fix
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-10 16:24:54 +01:00
github-actions[bot] b6d947b67f Version Packages 2022-03-10 11:30:23 +00:00
dependabot[bot] 60799cc5be build(deps-dev): bump @types/npm-packlist from 1.1.2 to 3.0.0
Bumps [@types/npm-packlist](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/npm-packlist) from 1.1.2 to 3.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/npm-packlist)

---
updated-dependencies:
- dependency-name: "@types/npm-packlist"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-10 04:09:57 +00:00
github-actions[bot] 1693f2dc74 Version Packages (next) 2022-03-09 16:09:04 +00:00
Patrik Oldsberg d082db302b cli: mark deprecated commands as deprecated
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-08 15:37:49 +01:00
Patrik Oldsberg cd5172a1fb cli: update templates to use package roles
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-08 15:19:32 +01:00
Patrik Oldsberg d2ecde959b cli: mark package role command categories as stable
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-08 14:17:04 +01:00
Patrik Oldsberg 1f87e8a376 Merge pull request #10037 from backstage/rugvip/role-lint
cli: introduce role-based lint configuration setup
2022-03-08 09:27:19 +01:00
dependabot[bot] e0a69ba49f build(deps): bump fs-extra from 9.1.0 to 10.0.1
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 10.0.1.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.1.0...10.0.1)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-08 04:23:22 +00:00
Patrik Oldsberg 09b37063f2 packages,plugins: migrate to new lint config
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-07 14:53:43 +01:00
Patrik Oldsberg ff745f5405 cli: add migrate package-lint-configs command
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-07 14:53:43 +01:00
Patrik Oldsberg 37818baf64 cli: switch existing eslint configs to use factory
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-07 14:53:43 +01:00
Patrik Oldsberg 4a6c14a708 cli: added new config/eslint-factory module for creating ESLint configuration based on package role
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-07 14:53:42 +01:00
Patrik Oldsberg dc6002a7b9 cli: fall back --since diff to use ref if merge base lookup fails
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-05 18:35:26 +01:00
Patrik Oldsberg 2c528506aa cli: add --since flag for repo build
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-05 12:05:09 +01:00
Patrik Oldsberg c3bc369a54 cli: add dependents to PackageGraph nodes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-05 11:44:36 +01:00
Patrik Oldsberg 362c37db42 Merge pull request #9987 from backstage/rugvip/external
cli: switch rollup config to consider all package modules external
2022-03-04 17:03:24 +01:00
Patrik Oldsberg 6a1fe077ad cli: switch rollup config to consider all package modules external
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-04 14:45:56 +01:00
Patrik Oldsberg b1aacbf96a Applied patches from 0.70.1 release
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-04 12:55:49 +01:00
Patrik Oldsberg dc98ba469d cli: fix release stage entry point resolution
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-04 12:51:40 +01:00