Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update tests #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix(deps): update tests #144

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 11, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@bazel/jasmine (source) 1.5.0 -> 1.7.0 age adoption passing confidence
@bazel/karma (source) 1.5.0 -> 1.7.0 age adoption passing confidence
@types/jasmine (source) 3.5.10 -> 3.10.18 age adoption passing confidence
jasmine (source) 3.5.0 -> 3.99.0 age adoption passing confidence
jasmine-core (source) 3.5.0 -> 3.99.1 age adoption passing confidence
karma-chrome-launcher 3.1.0 -> 3.2.0 age adoption passing confidence
karma-jasmine 3.1.1 -> 3.3.1 age adoption passing confidence
karma-sourcemap-loader 0.3.7 -> 0.4.0 age adoption passing confidence
karma-spec-reporter ^0.0.32 -> ^0.0.36 age adoption passing confidence
mocha (source) 7.1.1 -> 7.2.0 age adoption passing confidence

Release Notes

bazelbuild/rules_nodejs (@​bazel/jasmine)

v1.7.0

Compare Source

To upgrade:

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "84abf7ac4234a70924628baa9a73a5a5cbad944c4358cf9abdb4aab29c9a5b77",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.7.0/rules_nodejs-1.7.0.tar.gz"],
)

and update all your @​bazel-scoped npm packages to the matching versions.
yarn: yarn upgrade --scope @​bazel
npm: there is no built-in command but you can try npx update-by-scope @​bazel

Features
  • angular: introduce an Angular CLI builder (5ac842e)
Bug Fixes
  • backport Windows fix from master branch (24cb37e)
  • builtin: fix linker common path reduction bug where reduced path conflicts with node_modules (3b5350b)
  • builtin: rerun yarn_install and npm_install when node version changes (81bba0c)
  • labs: handle const/let syntax in generated protoc js (54cae78)

v1.6.1

Compare Source

To upgrade:

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "d14076339deb08e5460c221fae5c5e9605d2ef4848eee1f0c81c9ffdc1ab31c1",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/1.6.1/rules_nodejs-1.6.1.tar.gz"],
)

and update all your @​bazel-scoped npm packages to the matching versions.
yarn: yarn upgrade --scope @​bazel
npm: there is no built-in command but you can try npx update-by-scope @​bazel

Bug Fixes
  • builtin: fix linker issue when running test with "local" tag on osx & linux (#​1835) (801935d)
  • builtin: fix regression in 1.6.0 in linker linking root package when under runfiles (00e13e2), closes #​1823 #​1850
  • typescript: allow for ts_library(use_angular_plugin) to be used with worker mode and no linker (#​1839) (495f665)
Examples
  • examples: show how to use ts_library(use_angular_plugin) with worker mode (#​1839) (495f665)
  • examples: upgrade rules_docker to 0.14.1 (cfb6d6e)

v1.6.0

Compare Source

Features
  • builtin: export version to npm/yarn install (011278e)
  • jasmine: check pkg version to rules_nodejs (22bebbc)
  • typescript: wire up use_angular_plugin attribute (520493d)
Bug Fixes
  • builtin: always symlink node_modules at execroot/my_wksp/node_modules even when running in runfiles (#​1805) (5c2f6c1)
  • builtin: don't allow symlinks to escape or enter bazel managed node_module folders (#​1800) (4554ce7)
  • builtin: fix for pkg_npm single directory artifact dep case (5a7c1a7)
  • builtin: fix node patches lstat short-circuit logic (#​1818) (b0627be)
  • builtin: fix npm_version_check.js when running outside of bazel (#​1802) (afabe89)
  • builtin: look in the execroot for nodejs_binary source entry_points (#​1816) (b84d65e), closes #​1787 #​1787
  • builtin: preserve lone $ in templated_args for legacy support (#​1772) (72c14d8)
  • builtin: under runfiles linker should link node_modules folder at root of runfiles tree (13510ad)
  • rollup: fix worker not picking up config file changes (a19eb2b), closes #​1790
  • typescript: don't mix worker mode and linker (55c6c4a), closes #​1803 #​1803
  • typescript: include extended tsconfigs in _TsConfigInfo (cd8520d), closes #​1754
Examples
  • examples: add support for server side rendering with universal (c09ca89)
  • examples: build and consume an Angular workspace library (#​1633) (b459d6d)
Documentation
  • docs: yarn_urls should be string_list, not string (3357c08)
jasmine/jasmine-npm (jasmine)

v3.99.0: 3.99.0

Compare Source

Please see the release notes.

v3.10.0: 3.10.0

Compare Source

Please see the release notes.

v3.9.0: 3.9.0

Compare Source

Please see the release notes.

v3.8.0: 3.8.0

Compare Source

Please see the release notes.

v3.7.0: 3.7.0

Compare Source

Please see the release notes.

v3.6.4: 3.6.4

Compare Source

Please see the release notes.

v3.6.3: 3.6.3

Compare Source

Please see the release notes.

v3.6.2: 3.6.2

Compare Source

Please see the release notes

v3.6.1: 3.6.1

Compare Source

Please see the release notes

v3.6.0: 3.6.0

Compare Source

Please see the release notes.

jasmine/jasmine (jasmine-core)

v3.99.1: 3.99.1

Compare Source

Please see the release notes.

v3.99.0: 3.99.0

Compare Source

Please see the release notes.

v3.10.1: 3.10.1

Compare Source

Please see the release notes.

v3.10.0: 3.10.0

Compare Source

Please see the release notes.

v3.9.0: 3.9.0

Compare Source

Please see the release notes.

v3.8.0: 3.8.0

Compare Source

Please see the release notes.

v3.7.1: 3.7.1

Compare Source

Please see the release notes.

v3.7.0: 3.7.0

Compare Source

Please see the release notes

v3.6.0: 3.6.0

Compare Source

Please see the release notes

karma-runner/karma-chrome-launcher (karma-chrome-launcher)

v3.2.0

Compare Source

Features
  • add process.env.ProgramW6432 as root location for binaries (12a73db)

3.1.1 (2022-03-09)

Bug Fixes
  • artificially trigger a release (83fdc3c)

v3.1.1

Compare Source

Bug Fixes
  • artificially trigger a release (83fdc3c)
karma-runner/karma-jasmine (karma-jasmine)

v3.3.1

Compare Source

Bug Fixes

v3.3.0

Compare Source

Features
  • reporter: emit info events for suiteStarted/suiteDone (#​269) (7b73ce0)

v3.2.0

Compare Source

Features
  • results: forward passedExpectations and properties (#​268) (ad1d7dd)

3.1.1 (2020-02-11)

Bug Fixes
demerzel3/karma-sourcemap-loader (karma-sourcemap-loader)

v0.4.0

Compare Source

Added
  • Allow remapping or otherwise changing source paths in source maps
  • Allow changing sourceRoot in source maps
  • Allow adapting the source map files alone, if served separately by the Karma web server
  • Add option onlyWithURL to disable the source map loading for files without sourceMappingURL
  • Add option strict for a strict error handling of invalid and/or missing source maps
Fixed
  • Fix handling of raw (URI-encoded) source maps - trim the leading , before parsing the content
  • Warn about a missing external source map, is the source mapping URL is invalid
  • Handle malformed source map content as a warning or failure

v0.3.8

Compare Source

tmcgee123/karma-spec-reporter (karma-spec-reporter)

v0.0.36

Compare Source

v0.0.35

Compare Source

v0.0.34

Compare Source

v0.0.33

Compare Source

mochajs/mocha (mocha)

v7.2.0

Compare Source

🎉 Enhancements

🐛 Fixes

📖 Documentation

🔩 Other

v7.1.2

Compare Source

🔩 Other

📖 Documentation


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/tests branch 2 times, most recently from 55210d7 to fc4dff3 Compare April 13, 2020 03:34
@renovate renovate bot force-pushed the renovate/tests branch from fc4dff3 to ed1f20d Compare April 18, 2020 21:20
@renovate renovate bot force-pushed the renovate/tests branch from ed1f20d to 03f848a Compare April 26, 2020 06:34
@renovate renovate bot changed the title fix(deps): update tests to v1.6.0 fix(deps): update tests Apr 26, 2020
@renovate renovate bot force-pushed the renovate/tests branch from 03f848a to 54ac38d Compare April 30, 2020 04:38
@renovate renovate bot force-pushed the renovate/tests branch 5 times, most recently from 6394177 to d707e01 Compare May 29, 2020 03:04
@renovate renovate bot force-pushed the renovate/tests branch from d707e01 to 56c4e1d Compare July 2, 2020 04:53
@renovate renovate bot force-pushed the renovate/tests branch from 56c4e1d to d63e8d4 Compare August 26, 2020 11:04
@renovate renovate bot force-pushed the renovate/tests branch from 8a66295 to de4e71e Compare April 26, 2021 17:36
@renovate renovate bot force-pushed the renovate/tests branch 2 times, most recently from c12760a to 01ac268 Compare May 15, 2021 19:53
@renovate renovate bot force-pushed the renovate/tests branch from 01ac268 to 61ad56f Compare June 6, 2021 21:42
@renovate renovate bot force-pushed the renovate/tests branch from a936c71 to 803da37 Compare March 7, 2022 16:46
@renovate renovate bot force-pushed the renovate/tests branch from 803da37 to 8252103 Compare March 26, 2022 15:12
@renovate renovate bot force-pushed the renovate/tests branch from 8252103 to 1eca579 Compare April 24, 2022 23:28
@renovate renovate bot force-pushed the renovate/tests branch from c7e60c1 to 9d28365 Compare March 26, 2023 21:48
@renovate renovate bot changed the title fix(deps): update tests fix(deps): update tests - autoclosed Apr 3, 2023
@renovate renovate bot closed this Apr 3, 2023
@renovate renovate bot deleted the renovate/tests branch April 3, 2023 23:43
@renovate renovate bot changed the title fix(deps): update tests - autoclosed fix(deps): update tests Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/tests branch April 4, 2023 11:26
@renovate renovate bot force-pushed the renovate/tests branch from 9d28365 to 1e9db39 Compare May 30, 2023 04:05
@renovate renovate bot force-pushed the renovate/tests branch 2 times, most recently from d92f02b to 3ba4df3 Compare June 19, 2023 19:03
@renovate renovate bot force-pushed the renovate/tests branch from 3ba4df3 to 88d58c9 Compare June 28, 2023 22:55
@renovate renovate bot force-pushed the renovate/tests branch from 88d58c9 to 0b9e54a Compare August 18, 2023 18:42
@renovate renovate bot force-pushed the renovate/tests branch from 675dcff to f453f5d Compare October 4, 2023 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants