amkirwan / ember-oauth2

JavaScript library for using OAuth 2.0 Implicit Grant flow (Client-Side Flow) with Ember.js
MIT License
133 stars 22 forks source link

Bump json5, ember-cli-babel, ember-ajax, ember-cli, ember-load-initializers, ember-maybe-import-regenerator, ember-qunit, ember-resolver and ember-sinon #71

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps json5 to 2.2.2 and updates ancestor dependencies json5, ember-cli-babel, ember-ajax, ember-cli, ember-load-initializers, ember-maybe-import-regenerator, ember-qunit, ember-resolver and ember-sinon. These dependencies need to be updated together.

Updates json5 from 0.5.1 to 2.2.2

Release notes

Sourced from json5's releases.

v2.2.2

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).

v2.2.1

  • Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)

v2.2.0

  • New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244)

v2.1.3 [code, diff]

  • Fix: An out of memory bug when parsing numbers has been fixed. (#228, #229)

v2.1.2

  • Fix: Bump minimist to v1.2.5. (#222)

v2.1.1

  • New: package.json and package.json5 include a module property so bundlers like webpack, rollup and parcel can take advantage of the ES Module build. (#208)
  • Fix: stringify outputs \0 as \\x00 when followed by a digit. (#210)
  • Fix: Spelling mistakes have been fixed. (#196)

v2.1.0

  • New: The index.mjs and index.min.mjs browser builds in the dist directory support ES6 modules. (#187)

v2.0.1

  • Fix: The browser builds in the dist directory support ES5. (#182)

v2.0.0

  • Major: JSON5 officially supports Node.js v6 and later. Support for Node.js v4 has been dropped. Since Node.js v6 supports ES5 features, the code has been rewritten in native ES5, and the dependence on Babel has been eliminated.

  • New: Support for Unicode 10 has been added.

  • New: The test framework has been migrated from Mocha to Tap.

  • New: The browser build at dist/index.js is no longer minified by default. A minified version is available at dist/index.min.js. (#181)

  • Fix: The warning has been made clearer when line and paragraph separators are used in strings.

  • Fix: package.json5 has been restored, and it is automatically generated and

... (truncated)

Changelog

Sourced from json5's changelog.

v2.2.2 [code, diff]

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).

v2.2.1 [code, diff]

  • Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)

v2.2.0 [code, diff]

  • New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244)

v2.1.3 [code, diff]

  • Fix: An out of memory bug when parsing numbers has been fixed. (#228, #229)

v2.1.2 [code, diff]

  • Fix: Bump minimist to v1.2.5. (#222)

v2.1.1 [code, diff]

  • New: package.json and package.json5 include a module property so bundlers like webpack, rollup and parcel can take advantage of the ES Module build. (#208)
  • Fix: stringify outputs \0 as \\x00 when followed by a digit. (#210)
  • Fix: Spelling mistakes have been fixed. (#196)

... (truncated)

Commits
  • 14f8cb1 2.2.2
  • 10cc7ca docs: update CHANGELOG for v2.2.2
  • 7774c10 fix: add proto to objects and arrays
  • edde30a Readme: slight tweak to intro
  • 97286f8 Improve example in readme
  • d720b4f Improve readme (e.g. explain JSON5 better!) (#291)
  • 910ce25 docs: fix spelling of Aseem
  • 2aab4dd test: require tap as t in cli tests
  • 6d42686 test: remove mocha syntax from tests
  • 4798b9d docs: update installation and usage for modules
  • Additional commits viewable in compare view


Updates ember-cli-babel from 6.18.0 to 7.26.11

Release notes

Sourced from ember-cli-babel's releases.

v7.26.11

:bug: Bug Fix

Committers: 1

v7.26.10

:bug: Bug Fix

Committers: 1

v7.26.9

:bug: Bug Fix

:house: Internal

Committers: 2

v7.26.8 (2021-12-16)

:bug: Bug Fix

  • ea752c41 Revert: Properly handle class properties proposal

Committers: 2

v7.26.7

:bug: Bug Fix

Committers: 2

v7.26.6

:bug: Bug Fix

  • #407 Fix combination usages of compileModules along with other flags. (@​rwjblue)

Committers: 1

... (truncated)

Changelog

Sourced from ember-cli-babel's changelog.

v7.26.11 (2021-12-22)

:bug: Bug Fix

Committers: 1

v7.26.10 (2021-12-17)

:bug: Bug Fix

Committers: 1

v7.26.9 (2021-12-16)

:bug: Bug Fix

:house: Internal

Committers: 2

v7.26.8 (2021-12-16)

:bug: Bug Fix

  • ea752c41 Revert: Properly handle class properties proposal

Committers: 2

v7.26.7 (2021-12-15)

:bug: Bug Fix

Committers: 2

v7.26.6 (2021-05-18)

:bug: Bug Fix

... (truncated)

Commits
  • 315df8a 7.26.11
  • f752681 Merge pull request #430 from jaswilli/caching-is-fun
  • b9dfc87 Fix missing babel polyfill in vendor tree
  • e1f0758 7.26.10
  • 77f082b Merge pull request #428 from chriskrycho/more-plugin-fun
  • 3093fb7 Configure loose option for all class property plugins
  • 8e1f28e 7.26.9
  • f8f495e Merge pull request #426 from chriskrycho/decorators-fun
  • d283f64 Include template for basic component
  • 3b5bf21 Do not lint tests folder
  • Additional commits viewable in compare view


Updates ember-ajax from 3.1.3 to 5.1.2

Release notes

Sourced from ember-ajax's releases.

v4.0.1

Identical to 4.0.0; release made to remove deprecation warning when installing the latest version.

A bug, fixed

What happened?

There was a bug fixed in v3.1.1 that resulted in a "breaking change" for many users. This bug was related to the fact that ember-ajax previously always made relative URLs into absolute URLs. I didn't correctly think about the fact that this would break people that depended on this behavior, and released the change within a "patch" release.

#383 and the resulting conversation was the outcome of this error on my (@​alexlafroscia's) part.

Going forward

Two releases were made to attempt to address this fact.

  • v3.1.3 was released that reverts the new behavior. If you were banking on your relative URLs being made absolute implicitly, please upgrade to that version.
  • v4.0.0 was released from master, including no new behavior from v3.1.2. This means that, if you've already upgraded to v3.1.1 or later, you can safely move to v4.0.0 without changing any code on your end.

I'm sorry for whatever frustration this issue caused and appreciate the assistance of those that brought the issue to my attention.

Changelog

Sourced from ember-ajax's changelog.

5.1.2 (2022-10-11)

Bug Fixes

  • resolve ember-polyfills.deprecate-assign deprecation warnings (5175d40)

5.0.0 (2019-03-05)

Breaking Changes

  • Update ember-cli-babel to v7.x (this requires apps to use Ember CLI 2.13 or above)

  • Extend the native Error class instead of EmberError (fixes compatibility with Ember 3.8)

  • Drop Node 4 from engines declaration in package.json (CI had already been running on Node 6 for a while already)

Bug Fixes

  • Restore ability to override the ajax service using a JS file

Documentation

  • Add "Compatibility" section to the README file

4.0.2 (2019-01-07)

Bug Fixes

  • deprecation: the new EmberObject is deprecated (80e6e15)

4.0.1 (2018-12-10)

... (truncated)

Commits
  • 9f7a058 chore(release): 5.1.2
  • b24279f Merge pull request #463 from boris-petrov/use-object-assign
  • 5175d40 fix: resolve ember-polyfills.deprecate-assign deprecation warnings
  • 5520bdf v5.1.1
  • b818a9f v5.1.0
  • 1b7a0f3 chore: update ignore files
  • 77fbbb9 Merge pull request #459 from Turbo87/gh-actions
  • 5fb626d chore: remove TravisCI config
  • 903b5eb chore: add GitHub Actions config
  • 597afc3 chore: change ember-data dependency to ~3.1.1
  • Additional commits viewable in compare view


Updates ember-cli from 3.5.1 to 3.28.6

Release notes

Sourced from ember-cli's releases.

Release 3.28.6

Blueprint Changes

Changelog

Thank you to all who took the time to contribute!

Release 3.28.5

Blueprint Changes

Changelog

Thank you to all who took the time to contribute!

Release 3.28.4

Blueprint Changes

Changelog

Thank you to all who took the time to contribute!

Release 3.28.3

Blueprint Changes

Changelog

  • #9670 Don't emit an error when the lint:fix script fails post blueprint generation @​bertdeblock

Thank you to all who took the time to contribute!

Release 3.28.2

... (truncated)

Changelog

Sourced from ember-cli's changelog.

v3.28.6

Blueprint Changes

Changelog

Thank you to all who took the time to contribute!

v3.28.5

Blueprint Changes

Changelog

Thank you to all who took the time to contribute!

v3.28.4

Blueprint Changes

Changelog

Thank you to all who took the time to contribute!

v3.28.3

Blueprint Changes

Changelog

  • #9670 Don't emit an error when the lint:fix script fails post blueprint generation @​bertdeblock

... (truncated)

Commits
  • b334c61 Release 3.28.6
  • 23a0d98 update changelog
  • a9e3e2c Merge pull request #10013 from kellyselden/handle-build-failures
  • 241e1a8 Don't exit process when requesting a failed build
  • 4a36187 Handle rebuild failures without exiting
  • 1376857 Merge pull request #10043 from kellyselden/ci-temp-fix
  • f4a55cf Temporarily skip failing ember new test for npm versions <= v6.0.0
  • 53b5dcc Release 3.28.5
  • 6d6786c update changelog
  • 167082b Merge pull request #9730 from kellyselden/add-ember-3.28-lts-to-addon-blueprint
  • Additional commits viewable in compare view


Updates ember-load-initializers from 1.1.0 to 2.1.2

Release notes

Sourced from ember-load-initializers's releases.

Release 2.1.2

:bug: Bug Fix

  • #278 Fail explicitly when initializer does not have default export (@​mehulkar)

Committers: 2

Release 2.1.1

:bug: Bug Fix

:house: Internal

Committers: 1

Release 2.1.0

:rocket: Enhancement

:memo: Documentation

:house: Internal

Committers: 4

Changelog

Sourced from ember-load-initializers's changelog.

v2.1.2 (2020-11-06)

:bug: Bug Fix

  • #278 Fail explicitly when initializer does not have default export (@​mehulkar)

Committers: 2

v2.1.1 (2019-11-02)

:bug: Bug Fix

:house: Internal

Committers: 1

v2.1.0 (2019-08-26)

:rocket: Enhancement

:memo: Documentation

:house: Internal

Committers: 4

v2.0.0 (2018-10-29)

:boom: Breaking Change

:rocket: Enhancement

:memo: Documentation

... (truncated)

Commits
  • c72ac1a Release 2.1.2
  • 168ed4c Merge pull request #278 from mehulkar/mk/explicit
  • 7b3abdb Fail explicitly when initializer does not have default export
  • b69de85 Build(deps-dev): Bump ember-cli-typescript-blueprints
  • 218b761 Build(deps-dev): Bump @​types/ember-testing-helpers from 0.0.3 to 0.0.4
  • 2d20277 Build(deps-dev): Bump lerna-changelog from 0.8.2 to 1.0.1
  • 6d74d94 Build(deps): [Security] Bump websocket-extensions from 0.1.3 to 0.1.4
  • 3355067 Build(deps): [Security] Bump handlebars from 4.5.3 to 4.7.6
  • cc1fa24 Build(deps-dev): Bump ember-source from 3.14.1 to 3.18.1
  • c1cfa46 Build(deps-dev): Bump @​types/ember-qunit from 3.4.7 to 3.4.8
  • Additional commits viewable in compare view


Updates ember-maybe-import-regenerator from 0.1.6 to 1.0.0

Commits
Maintainer changes

This version was pushed to npm by stefanpenner, a new releaser for ember-maybe-import-regenerator since your current version.


Updates ember-qunit from 3.5.3 to 6.1.1

Release notes

Sourced from ember-qunit's releases.

Release 6.1.1

:bug: Bug Fix

Committers: 1

v6.1.0

:rocket: Enhancement

:house: Internal

Committers: 4

Release 6.0.0

:boom: Breaking Change

:rocket: Enhancement

  • #972 Add support for Ember v4, drop support for < Ember 3.24 and deprecated features (@​chriskrycho)

:bug: Bug Fix

  • #912 Make sure focus related tests don't fail when the test container is hidden (@​bertdeblock)

:house: Internal

Committers: 3

Release 5.1.5

... (truncated)

Changelog

Sourced from ember-qunit's changelog.

v6.1.1 (2022-12-19)

:bug: Bug Fix

Committers: 1

v6.1.0 (2022-12-16)

:rocket: Enhancement

:house: Internal

Committers: 4

v6.0.0 (2022-10-07)

:boom: Breaking Change

:rocket: Enhancement

  • #972 Add support for Ember v4, drop support for < Ember 3.24 and deprecated features (@​chriskrycho)

:bug: Bug Fix

  • #912 Make sure focus related tests don't fail when the test container is hidden (@​bertdeblock)

:house: Internal

Committers: 3

v5.1.5 (2021-10-06)

... (truncated)

Commits
  • b038aad Release 6.1.1
  • ca2a2b7 Merge pull request #999 from emberjs/bump-resolver
  • 6f851ac Use native types from ember-resolver
  • 492c39d Merge pull request #998 from emberjs/fix-types
  • be8b97b Revert explicit peerDependencies contracts
  • 3396e9a Merge pull request #996 from emberjs/release-6.1-ugh
  • d2cfced Re-apply version bump to CHANGELOG and package.json
  • 54b5e70 Merge pull request #995 from emberjs/ts-defs-only
  • d4b0013 Fix CI invocation for type tests
  • 8485183 Feature: introduce native (ambient) TS types
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by chriskrycho, a new releaser for ember-qunit since your current version.


Updates ember-resolver from 5.2.0 to 9.0.1

Release notes

Sourced from ember-resolver's releases.

v9.0.1

This was an accidental republication of v9.0.0. 🤦🏼‍♂️ Nothing to see here.

v9.0.0

TL;DR: drop some old versions, and ship TypeScript type definitions.

:boom: Breaking Change

:rocket: Enhancement

:bug: Bug Fix

:memo: Documentation

:house: Internal

Committers: 3

Release 8.1.0

Back-ports built-in TypeScript support for 8.x to decouple that from the Ember 4.x upgrade.

:rocket: Enhancement

Committers: 1

... (truncated)

Changelog

Sourced from ember-resolver's changelog.

v9.0.1 (2022-12-21)

This was an accidental republication of v9.0.0. 🤦🏼‍♂️ Nothing to see here.

v8.1.0 (2022-12-20)

Back-ports built-in TypeScript support from 9.0.0 (see below) to decouple that from the Ember 4.x upgrade.

:rocket: Enhancement

Committers: 1

v9.0.0 (2022-12-19)

TL;DR: drop some old versions, and ship TypeScript type definitions.

:boom: Breaking Change

:rocket: Enhancement

:bug: Bug Fix

:memo: Documentation

:house: Internal

Committers: 3

... (truncated)

Commits