Commit Graph

423 Commits

Author SHA1 Message Date
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
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
github-actions[bot] ad955c1b1b Version Packages (next) 2022-03-22 12:28:03 +00: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
github-actions[bot] 0bc1611d6e Version Packages 2022-03-17 09:02:30 +00: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
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 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
dependabot[bot] d3d1b82198 chore(deps): bump minimatch from 5.0.0 to 5.0.1
Bumps [minimatch](https://github.com/isaacs/minimatch) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-04 04:13:30 +00:00
github-actions[bot] 3c8bb2854d Version Packages 2022-03-03 15:23:53 +00:00
Patrik Oldsberg 46a19c599f cli: install both v16 and v17 of @hot-loader/react-dom
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-03-01 14:16:39 +01:00
github-actions[bot] c9da151d84 Version Packages 2022-02-24 13:54:37 +00:00
dependabot[bot] d64b8d3678 chore(deps): bump minimatch from 3.0.4 to 5.0.0
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 5.0.0.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-23 04:23:36 +00:00
Ben Lambert 88c1b72b89 Merge pull request #9639 from backstage/dependabot/npm_and_yarn/hot-loader/react-dom-17.0.2
chore(deps): bump @hot-loader/react-dom from 16.13.0 to 17.0.2
2022-02-18 10:19:31 +01:00
dependabot[bot] 49ae6c9573 chore(deps-dev): bump @types/rollup-plugin-postcss from 2.0.1 to 3.1.4
Bumps [@types/rollup-plugin-postcss](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/rollup-plugin-postcss) from 2.0.1 to 3.1.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/rollup-plugin-postcss)

---
updated-dependencies:
- dependency-name: "@types/rollup-plugin-postcss"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18 04:42:33 +00:00
dependabot[bot] d2e9d2a34f chore(deps): bump @hot-loader/react-dom from 16.13.0 to 17.0.2
Bumps [@hot-loader/react-dom](https://github.com/hot-loader/react-dom) from 16.13.0 to 17.0.2.
- [Release notes](https://github.com/hot-loader/react-dom/releases)
- [Commits](https://github.com/hot-loader/react-dom/commits)

---
updated-dependencies:
- dependency-name: "@hot-loader/react-dom"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18 04:19:10 +00:00
github-actions[bot] 408b0300cb Version Packages 2022-02-17 10:38:59 +00:00
Patrik Oldsberg 1fc0cd3896 cli: bump webpack and rollup svgr plugins
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-17 01:26:26 +01:00
Patrik Oldsberg 9892d74326 cli: renamed script commands to package
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-15 21:27:12 +01:00
Patrik Oldsberg 8f82d80adf migrate all package scripts
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-14 21:50:07 +01:00
Patrik Oldsberg b521c1b83b detect all package roles
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-14 21:50:03 +01:00
github-actions[bot] e4791789d1 Version Packages 2022-02-10 11:06:33 +00:00
Johan Haals 143ada0056 Merge pull request #9092 from backstage/mob/versions-bump2
cli: Add versions:bump params for bumping to specific releases
2022-02-09 09:35:01 +01:00
github-actions[bot] e74f416a00 Version Packages (next) 2022-02-08 19:38:17 +00:00
Johan Haals 59f31a6315 chore: fix test, add additonal tests
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-02-08 10:16:50 +01:00
Johan Haals fc65c6cd9e Rename pkg, make isomorphic
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-02-08 10:12:39 +01:00
Johan Haals 79b08b5fe3 Use correct package version
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-02-08 10:09:32 +01:00
Johan Haals 061393a964 Pass releaseManifest to versionFinder
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-02-08 10:09:30 +01:00
Patrik Oldsberg a41f50f970 cli: added utility for copying package dist files
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-07 19:49:06 +01:00
Patrik Oldsberg 0a2719a5ab cli: add initial role types and detection
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-04 13:14:14 +01:00
github-actions[bot] a12bb7b065 Version Packages 2022-02-03 09:42:25 +00:00
github-actions[bot] 51eecb3f03 Version Packages (next) 2022-02-02 14:28:47 +00:00
dependabot[bot] 5bd0ce9e62 chore(deps): bump inquirer from 7.3.3 to 8.2.0
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 7.3.3 to 8.2.0.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@7.3.3...inquirer@8.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 08:10:46 +00:00
github-actions[bot] e1580cf73a Version Packages (next) 2022-02-01 08:53:29 +00:00
github-actions[bot] 406848efee Version Packages 2022-01-27 11:07:27 +00:00
dependabot[bot] c372a5032f chore(deps): bump jest-transform-yaml from 0.1.1 to 1.0.0
Bumps [jest-transform-yaml](https://github.com/sumwatshade/jest-transform-yaml) from 0.1.1 to 1.0.0.
- [Release notes](https://github.com/sumwatshade/jest-transform-yaml/releases)
- [Changelog](https://github.com/sumwatshade/jest-transform-yaml/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sumwatshade/jest-transform-yaml/compare/v0.1.1...v1.0.0)

---
updated-dependencies:
- dependency-name: jest-transform-yaml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-21 17:57:06 +00:00
blam 7d01d0479e chore: bumping some other packages whilst we are here too
Signed-off-by: blam <ben@blam.sh>
2022-01-21 14:03:28 +01:00
blam b1912b18d6 chore: adding eslint plugin seperately
Signed-off-by: blam <ben@blam.sh>
2022-01-21 14:03:28 +01:00
blam 8dfb92b58f chore: eslint is no longer supported by the webpack ForkTsCheckerWebpackPlugin
Signed-off-by: blam <ben@blam.sh>
2022-01-21 14:03:28 +01:00
blam 663531d6af chore: fixing some and bringing depdendencies up to date
Signed-off-by: blam <ben@blam.sh>
2022-01-21 14:03:28 +01:00
github-actions[bot] 8b18d054f3 Version Packages 2022-01-20 10:33:31 +00:00
github-actions[bot] a94a2b8b3f Version Packages (next) 2022-01-18 13:49:07 +00:00
Patrik Oldsberg a57bee1a02 Merge pull request #8982 from backstage/rugvip/tsbump
Upgrade TypeScript to 4.5 and decouple versioning
2022-01-18 14:01:32 +01:00