-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: ClarkSource/ember-css-modules-config
base: v0.4.1
head repository: ClarkSource/ember-css-modules-config
compare: v0.4.2
- 10 commits
- 21 files changed
- 3 contributors
Commits on Apr 8, 2019
-
chore(deps-dev): bump ember-css-modules from 1.1.1 to 1.1.2 (#4)
Bumps [ember-css-modules](https://github.com/salsify/ember-css-modules) from 1.1.1 to 1.1.2. <details> <summary>Release notes</summary> *Sourced from [ember-css-modules's releases](https://github.com/salsify/ember-css-modules/releases).* > ## Parallelogram > ### Fixed > - ECM's template AST transform no longer prevents ember-cli-babel from performing parallel transpilation. </details> <details> <summary>Changelog</summary> *Sourced from [ember-css-modules's changelog](https://github.com/salsify/ember-css-modules/blob/master/CHANGELOG.md).* > ## 1.1.2 Parallelogram (April 4, 2019) > ### Fixed > - ECM's template AST transform no longer prevents ember-cli-babel from performing parallel transpilation. </details> <details> <summary>Commits</summary> - [`93d6468`](salsify/ember-css-modules@93d6468) v1.1.2 - [`e1594e2`](salsify/ember-css-modules@e1594e2) Merge pull request [#139](https://github-redirect.dependabot.com/salsify/ember-css-modules/issues/139) from salsify/cves - [`e2ee0c8`](salsify/ember-css-modules@e2ee0c8) chore: clean up CVEs in yarn.lock - [`b6f9454`](salsify/ember-css-modules@b6f9454) Merge pull request [#138](https://github-redirect.dependabot.com/salsify/ember-css-modules/issues/138) from salsify/parallel-babel - [`b38b1e6`](salsify/ember-css-modules@b38b1e6) fix: ensure we don't break parallel Babel transpilation - [`cdab26b`](salsify/ember-css-modules@cdab26b) Update Discord link - [`e3d53f8`](salsify/ember-css-modules@e3d53f8) Merge pull request [#136](https://github-redirect.dependabot.com/salsify/ember-css-modules/issues/136) from salsify/readme-toc - [`266ef37`](salsify/ember-css-modules@266ef37) added a table of contents to the README - See full diff in [compare view](salsify/ember-css-modules@v1.1.1...v1.1.2) </details> <br /> [](https://dependabot.com/compatibility-score.html?dependency-name=ember-css-modules&package-manager=npm_and_yarn&previous-version=1.1.1&new-version=1.1.2) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) If all status checks pass Dependabot will automatically merge this pull request during working hours. [//]: # (dependabot-automerge-end) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> [//]: # (dependabot-no-ci-start) ---
⚠️ **Dependabot won't automerge this PR as it didn't detect CI on it**⚠️ You have automerging enabled for this repo but Dependabot didn't detect any CI statuses or checks. You can disable automerging on this repo by editing the `.dependabot/config.yml` file in this repo. [//]: # (dependabot-no-ci-end)Configuration menu - View commit details
-
Copy full SHA for e899b99 - Browse repository at this point
Copy the full SHA e899b99View commit details
Commits on Apr 10, 2019
-
chore(deps-dev): bump ember-cli from 3.9.0-beta.2 to 3.9.0 (#5)
Bumps [ember-cli](https://github.com/ember-cli/ember-cli) from 3.9.0-beta.2 to 3.9.0. <details> <summary>Release notes</summary> *Sourced from [ember-cli's releases](https://github.com/ember-cli/ember-cli/releases).* > ## Dancing with Sharks > ## Setup > > `npm install -g ember-cli@3.9.0` -- Install new global ember-cli > > ## Project Update > > 1. Run `npx ember-cli-update --to 3.9.0` -- This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow. > 2. Run `npx ember-cli-update --run-codemods` -- This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features. > > ## Changelog > > #### Blueprint Changes > > - [`ember new` diff](ember-cli/ember-new-output@v3.8.2...v3.9.0) > - [`ember addon` diff](ember-cli/ember-addon-output@v3.8.2...v3.9.0) > > #### Community Contributions > > - [#8444](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8444) Ensure Node 11 does not issue warning [@​jeanduplessis](https://github.com/jeanduplessis) > - [#8425](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8425) Update Broccoli website URL [@​hakilebara](https://github.com/hakilebara) > - [#8383](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8383) Update `ember-welcome-page` usage to angle brackets [@​locks](https://github.com/locks) > - [#8435](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8435) Don't add extra slash in dist paths [@​knownasilya](https://github.com/knownasilya) > - [#8358](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8358) In MU apps, exclude TS test files from the app JS file [@​ppcano](https://github.com/ppcano) > - [#8373](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8373) package-info-cache: Add `heimdalljs-logger` logging [@​Turbo87](https://github.com/Turbo87) > - [#8379](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8379) Fix the module path for MU non-acceptance tests [@​ppcano](https://github.com/ppcano) > - [#8387](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8387) Fix non-acceptance tests for MU addons [@​ppcano](https://github.com/ppcano) > - [#8289](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8289) Include addon styles for MU apps [@​ppcano](https://github.com/ppcano) > - [#8399](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8399) Improve jQuery deprecation message [@​simonihmig](https://github.com/simonihmig) > - [#8397](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8397) Update packages [@​btecu](https://github.com/btecu) > - [#8432](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8432) Fix how MU blueprints fetches `ember-source` [@​ppcano](https://github.com/ppcano) > - [#8433](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8433) MU blueprints: enable `EMBER_MODULE_UNIFICATION` feature flag [@​ppcano](https://github.com/ppcano) > - [#8414](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8414) `preprocessTemplates` is called only once in MU layout [@​ppcano](https://github.com/ppcano) > - [#8434](https://github-redirect.dependabot.com/ember-cli/ember-cli/pull/8434) Fix comment on the `environment.js` blueprint files [@​ppcano](https://github.com/ppcano) > > Thank you to all who took the time to contribute! </details> <details> <summary>Changelog</summary> *Sourced from [ember-cli's changelog](https://github.com/ember-cli/ember-cli/blob/master/CHANGELOG.md).* > # ember-cli Changelog </details> <details> <summary>Commits</summary> - [`e40d3dd`](ember-cli/ember-cli@e40d3dd) Release v3.9.0 - [`a76b734`](ember-cli/ember-cli@a76b734) Update Ember and Ember Data to v3.9.0 - [`bccb99e`](ember-cli/ember-cli@bccb99e) Merge tag 'v3.8.2' into beta - [`0e12214`](ember-cli/ember-cli@0e12214) Release v3.8.2 - [`741cbd3`](ember-cli/ember-cli@741cbd3) Merge pull request [#8556](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8556) from Turbo87/packager-source-maps - [`4e607ba`](ember-cli/ember-cli@4e607ba) Ensure packager respects source map config when concatting - [`02f7844`](ember-cli/ember-cli@02f7844) Merge pull request [#8370](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8370) from pzuraq/bugfix/use-module-name-for-templates-lts - [`8e74f63`](ember-cli/ember-cli@8e74f63) add tests - [`6259c53`](ember-cli/ember-cli@6259c53) [BUGFIX] Use moduleName() for templates - [`fcde394`](ember-cli/ember-cli@fcde394) Merge pull request [#8482](https://github-redirect.dependabot.com/ember-cli/ember-cli/issues/8482) from boris-petrov/update-ember-ajax-in-blueprints - Additional commits viewable in [compare view](ember-cli/ember-cli@v3.9.0-beta.2...v3.9.0) </details> <br /> [](https://dependabot.com/compatibility-score.html?dependency-name=ember-cli&package-manager=npm_and_yarn&previous-version=3.9.0-beta.2&new-version=3.9.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) If all status checks pass Dependabot will automatically merge this pull request during working hours. [//]: # (dependabot-automerge-end) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> [//]: # (dependabot-no-ci-start) ---
⚠️ **Dependabot won't automerge this PR as it didn't detect CI on it**⚠️ You have automerging enabled for this repo but Dependabot didn't detect any CI statuses or checks. You can disable automerging on this repo by editing the `.dependabot/config.yml` file in this repo. [//]: # (dependabot-no-ci-end)Configuration menu - View commit details
-
Copy full SHA for 06b5435 - Browse repository at this point
Copy the full SHA 06b5435View commit details -
chore(deps-dev): bump ember-source from 3.9.0 to 3.9.1 (#6)
Bumps [ember-source](https://github.com/emberjs/ember.js) from 3.9.0 to 3.9.1. - [Release notes](https://github.com/emberjs/ember.js/releases) - [Changelog](https://github.com/emberjs/ember.js/blob/master/CHANGELOG.md) - [Commits](emberjs/ember.js@v3.9.0...v3.9.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for 7e159f9 - Browse repository at this point
Copy the full SHA 7e159f9View commit details -
fix: use
postcss-scss
asparser
...instead of `syntax`. This way comments actually get properly detected and transformed to `/* comment */`.
Configuration menu - View commit details
-
Copy full SHA for 504f63d - Browse repository at this point
Copy the full SHA 504f63dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96b0f10 - Browse repository at this point
Copy the full SHA 96b0f10View commit details
Commits on Jul 11, 2019
-
chore(deps): [security] bump lodash.defaultsdeep from 4.6.0 to 4.6.1 (#…
…33) Bumps [lodash.defaultsdeep](https://github.com/lodash/lodash) from 4.6.0 to 4.6.1. **This update includes security fixes.** - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.6.0...4.6.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for c7fbc0a - Browse repository at this point
Copy the full SHA c7fbc0aView commit details
Commits on Jul 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 46607ca - Browse repository at this point
Copy the full SHA 46607caView commit details -
Configuration menu - View commit details
-
Copy full SHA for f74652e - Browse repository at this point
Copy the full SHA f74652eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4264be - Browse repository at this point
Copy the full SHA f4264beView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1c1d9b - Browse repository at this point
Copy the full SHA a1c1d9bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.4.1...v0.4.2